If you’ve ever used wood mulch, by the end of the season your garden and landscaping may look unkempt, even though you’ve done daily maintenance like pruning, weeding and watering. However, displaced, faded, rotting mulch takes away from the polished, inviting look you’ve worked so hard to achieve all summer. Keep your yard looking great year round, through all types of weather, with Best Rubber Mulch®.
Rubber mulch mimics the appearance of natural wood mulch, without the drawbacks. Keep your garden beautiful and weed free with minimal maintenance by investing in high-quality, wire-free rubber mulch from Best Rubber Mulch®.
Our mulch is environmentally friendly, creating a healthy, vibrant garden. Rubber granules made of 100% recycled tires protect your roots from the hot summer sun and provide needed insulation during the winter. The rubber allows water and nutrients to filter down into the soil, while keeping weeds and unwanted pests at bay.
Best Rubber Mulch®’s supply is 99.9% wire free and will not decompose, rot or lose its vibrant color. Since it lasts for many years, you won’t have to worry about reapplying mulch every year – saving you valuable time and money.
Benefits of Rubber Mulch for Landscaping
See for yourself why more and more people are turning to rubber mulch for landscaping.
Compared to traditional mulch, rubber mulch provides many cost-effective, time saving benefits. It’s non-toxic, odorless and clean – no matter the outside weather. Rubber mulch is heavier and more durable than wood mulch, and will not wash away or get blown away during inclement weather conditions. It deters weed growth and other common pests, like termites, won’t make a home in our recycled rubber mulch. The recycled mulch also retains moisture better than wood mulch, allowing water to effectively permeate to the roots of your plants keeping your soil moist even on hot summer days.
Application of Best Rubber Mulch® for Landscaping
In order to get the best results, and to enjoy your rubber mulch for many seasons, we recommend a minimum depth of 1” – 2”. Calculate how much rubber mulch you need to cover your square footage with the appropriate depth. Prior to putting down your new rubber mulch, remove any old mulch and lay down a breathable weed cloth barrier for extra weed protection. Then simply fill in your area with the mulch and enjoy your beautiful new garden, with minimal maintenance!
function MulchCalc() {
var a = document.getElementById("ppsft").value;
var b = (document.getElementById("Depther").value / 12);
var c = document.getElementById("Widther").value;
var d = document.getElementById("Lengther").value;
if (a > 0) {
if (b > 0) {
if (c > 0) {
if (d > 0) {
var math = a * c * d;
var tpo = Math.round((math * 10) / 10).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
jQuery("#tpo").html(tpo);
g = math / 2000;
var tto = g.toFixed(2);
jQuery("#tto").html(tto);
var tba = Math.round(((math * 10) / 10) / 40).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
jQuery("#tba").html(tba);
var tpa = Math.ceil((math / 20) / 100);
jQuery("#tpa").html(tpa);
jQuery("#mulch_results").addClass('show-results');
setTimeout(function () {
jQuery("#total_lbs").addClass('grow');
}, 300);
setTimeout(function () {
jQuery("#total_tons").addClass('grow');
}, 500);
setTimeout(function () {
jQuery("#total_bags").addClass('grow');
}, 700);
setTimeout(function () {
jQuery("#total_pallets").addClass('grow');
}, 900);
}
else { var calcerror = '
*Length has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Width has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Depth has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Pounds Per Square Inch has not been set properly
'; $("#calcerror").html(calcerror);}
};
function ChangeLbsSqFt(e) {
var t = e.value;
if (t == 1) { document.getElementById("ppsft").value = "2.33"; }
if (t == 2) { document.getElementById("ppsft").value = "3.495"; }
if (t == 3) { document.getElementById("ppsft").value = "4.66"; }
if (t == 4) { document.getElementById("ppsft").value = "6.99"; }
if (t == 5) { document.getElementById("ppsft").value = "9.32"; }
if (t == 6) { document.getElementById("ppsft").value = "11.65"; }
if (t == 7) { document.getElementById("ppsft").value = "13.98"; }
console.log(t);
};