Introduction
I’m Adrian Cole, Construction Cost Analyst. This River Rock Calculator helps you estimate quantity (tons) and cost for landscape beds, drainage swales, and ground cover. I keep the math transparent, units in imperial, and assumptions explicit for planning-level accuracy.
Scope and Units
- Area footprint: rectangular, input in feet.
- Depth: input in inches (converted to feet).
- Density: river rock loose fill, 80–120 lb/ft³ typical; default 100 lb/ft³.
- Outputs: volume (ft³), weight (lb), and tons; optional cost with $/ton.
- Units: ft, in, ft³, lb, ton (US); currency: USD.
Inputs and Typical Ranges
- Length (ft) and Width (ft): driving area. Validate site obstructions; measure inside clear edges.
- Depth (in): common landscape depths: 2–4 in for cover; 4–6 in for drainage; 6–8 in for larger cobble.
- River Rock Density (lb/ft³): 80–120; default 100. Rounded river rock, washed. Moisture and gradation affect weight.
- Price per Ton ($/ton, optional): delivered material price. Typical delivered: $45–$120/ton depending on region, size, and haul distance.
Formulas (calculator-ready)
Variables are exactly as used in the tool.
- area_sqft = length_ft * width_ft
- depth_ft = depth_in / 12
- volume_cuft = area_sqft * depth_ft
- weight_lb = volume_cuft * river_rock_density_lb_cuft
- tons = weight_lb / lbs_per_ton
- cost = price_per_ton ? tons * price_per_ton : null
Constant: lbs_per_ton = 2000.
Worked Example (US locale)
Example inputs:
- length_ft = 20 ft
- width_ft = 10 ft
- depth_in = 3 in
- river_rock_density_lb_cuft = 100 lb/ft³
- price_per_ton = $75.00
Step-by-step:
area_sqft = 20 * 10 = 200 ft²
depth_ft = 3 / 12 = 0.25 ft
volume_cuft = 200 * 0.25 = 50 ft³
weight_lb = 50 * 100 = 5,000 lb
tons = 5,000 / 2,000 = 2.50 tons
cost = 2.50 * $75.00 = $187.50Sanity check: A 3 in layer over 200 ft² is 50 ft³. At ~100 lb/ft³, 5,000 lb ≈ 2.5 tons—reasonable for small landscape coverage.
Production and Waste Factors
- Coverage variability: rounded stone bridges; plan 5–15% extra for edging, rake shaping, and uneven subgrade.
- Buy quantity: order by ton; suppliers quote by size (e.g., 1–3 in). Round up to nearest 0.25–0.50 ton for small loads.
- Placement productivity: 3–6 crew-hrs/10 tons with wheelbarrows; faster with skid-steer if access allows.
- Lead time: 1–3 days for local quarries; longer for specialty colors/sizes.
Assumptions, Limits, Pitfalls
- Assumes rectangular area; break irregular beds into rectangles and sum.
- Depth uniformity is assumed; spot-check grades to avoid under-ordering.
- Do not mix compacted aggregates; river rock is non-compacting cover—depth is finish thickness.
- Density input matters: wet stone and larger sizes trend heavier; verify with supplier if in doubt.
- Avoid double-counting fabric or edging; they do not change rock quantity, only cost.
Cost Breakdown (planning-level)
- Direct material: tons × $/ton (delivered).
- Handling/placement (not in calculator): crew labor and equipment as applicable.
- Markups: add overhead, profit, and contingency separately per your estimating practice.
Result/Summary
Enter length, width, depth, and density to compute volume (ft³), weight (lb), and total tons. Add your $/ton to see estimated material cost. For field ordering, round up for waste (5–15%), logistics, and supplier minimums. Use these results as planning estimates and verify against drawings, specs, and vendor quotes.