Out of Stock

Fern Green Watercolor Meranti Concert Ukulele

Model: KA-MRT-GRN-C

$89 $79

This product is temporarily unavailable online.

Notify Me When Available

Our Watercolor Meranti Ukuleles are awash in rich hues. The semi-transparent stain allows the Meranti wood grain to show through, highlighting the best of both worlds—striking color plus a beautiful wood texture. Meranti is a durable wood which makes it a great choice as an entry-level instrument. Each Watercolor Meranti offers you a place to unleash your creativity, show off your personality, experiment and learn new things—AND add a pop of color to your ukulele collection for a great price!

Bag and Case Information

Fits ALL Kala CONCERT sized bags and cases

Specs
Size: Concert
Top: Meranti
Back & Sides: Meranti
Binding: N/A
Neck: Meranti
Finish: Satin
Fingerboard: Indonesian Nandu
Headstock: Standard
Nut & Saddle: Graph Tech Nubone
Tuners: Chrome Open Gear
Strings: Aquila Super Nylgut®
Electronics: N/A
Strap Button: Chrome
Measurements

Scale Length: 15.0 inches, Overall Instrument Length: 24.0 inches, Body Length: 11.0 inches, Number of Frets: 18, Width at Upper Bout: 6.0 inches, Width at Lower Bout: 8.25 inches, Width at Waist: 5.25 inches, Body Depth: 2.625 inches, Fingerboard Width at Nut: 1.375 inches, Fingerboard width at neck/body joint: 1.75 inches

5.0
Rated 5.0 out of 5 stars
Based on 1 review
Total 5 star reviews: 1 Total 4 star reviews: 0 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
Customer-uploaded media carousel. Press left and right arrows to navigate. Press space or enter to open more details.
Slide 1 selected
1 review
  • L
    Lana
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    Great intsrument

    The tone is amazing . The quality is great . The price is quite reasonable. The color and wood is gorgeous. I have no complaints whatsoever. It even comes with super high quality strings and info for the Kala app with a free tuner. I came across this at a beach shop with no intention of buying a new uke but this caught my eye. I hadn’t played in a few years because my other very poor quality uke had broke and I never got around to replacing it .

Reviews LoadedReviews Added
''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();