Gradient Silver

Gradient and text preview:

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

Stat info: Views 16096 Like 7

Used color codes:

Item Demo HEX code RGB code
Primary color #C0C0C0 192.192.192
Secondary color #B1B1B1 177.177.177
Border color #A2A2A2 162.162.162
Box shadow color #CFCFCF 207.207.207
Text color 1234567890 #A2A2A2 162.162.162

CSS3 styles:

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