Buying Rubber Garden Edging and Curbs From Perfect Rubber Mulch
As the nation’s top provider of bulk recycled rubber mulch and curbing, Perfect Rubber Mulch is proud to offer some of the best prices in the industry. What’s more, we ensure online ordering is easy, ship anywhere and make your buying experience our top priority. Working with us means enjoying:
Our extensive industry knowledge
A buying process with worry-free logistics
Prices that save you money
Are you ready to learn more about landscape or playground edging and how it could work for your location?
PLEASE NOTE: Currently, delivery times may take up to 1-2 weeks, depending on your state. Due to volume of delays and customer questions, please do not reach out for shipping updates until week 3! We will not have any freight information to give due to the delay. Please allow 24-48 hours for a response. Thank You!
The perfect addition to any area filled with rubber mulch, rubber curbing creates clean lines and safe boundaries around playgrounds, landscaping beds, gardens and more. That’s why, at Perfect Rubber Mulch, we’re pleased to offer high-quality, recycled rubber curbs that are available in 4″ or 6″ heights. From rubber curbs for playgrounds to recycled rubber edging for landscaping, we have it all. One of the greatest advantages of our rubber curbs is that they are bendable and interlocking — ensuring that no matter your needs, you can create any shape for your project. Our rubber landscaping edging and rubber playground border options are also extremely durable and versatile, offering you long-lasting curbs and long-term savings. Give your location a beautiful finishing touch when you implement our rubber curbing!
Why rubber curbs make great playground and landscape edging:
Made from 100% recycled rubber
Equipped with drainage ports so water does not pool in play areas
Designed to be durable
Added aesthetic value
Looks great with no maintenance for years to come
Easy to install
Perfect for both landscaping and playgrounds
Made in the U.S.
Additional information
Select Your State
Alabama, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin, Wyoming
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);
};