CSS Color Background

Old Silver

Pure CSS color background: #848482. Use this solid color for personal and commercial creative projects.

Preview

Old Silver solid color background preview (#848482)

Color value: #848482

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #848482; }

HTML Code

<section class="hero old-silver-bg"> <h2>Your content</h2> </section> <style> .old-silver-bg { background-color: #848482; } </style>