Gradient Dark Gunmetal

Gradient and text preview:

This paragraph uses color with hex code 004600. Color of text is in garmony with gradient primary color 006400.

Stat info: Views 425 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #006400 0.100.0
Secondary color #005500 0.85.0
Border color #004600 0.70.0
Box shadow color #0F730F 15.115.15
Text color 1234567890 #004600 0.70.0

CSS3 styles:

background: #006400;
color: #004600;
background: linear-gradient(to bottom, #006400 0%, #005500 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006400), color-stop(100%, #005500));
background: -webkit-linear-gradient(top, #006400 0%, #005500 100%);
background: -moz-linear-gradient(top, #006400 0%, #005500 100%);
background: -o-linear-gradient(top, #006400 0%, #005500 100%);
background: -ms-linear-gradient(top, #006400 0%, #005500 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006400', endColorstr='#005500', GradientType=0);
border: 1px solid #004600;
text-shadow: 0 1px 0 #0F730F;
-webkit-text-shadow: 0 1px 0 #0F730F;
-moz-text-shadow: 0 1px 0 #0F730F;
box-shadow: inset 0 1px 0 #0F730F;
-webkit-box-shadow: inset 0 1px 0 #0F730F;
-moz-box-shadow: inset 0 1px 0 #0F730F;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.