#575757 hex color information.
RGB value of #575757 is (87,87,87)
Change page background color to #575757
| Reset
| RGB | 87 | 87 | 87 |
|---|---|---|---|
| HSL | 0.00 | 0.00 | 0.34 |
| HSV | 0° | 0° | 34° |
| CMYK | 0.00 | 0.00 | 0.00 0.66 |
| XYZ | 9.0590 | 9.5307 | 10.3790 |
| Yxy | 9.5307 | 0.3127 | 0.3290 |
| Hunter Lab | 30.8718 | -1.6468 | 1.6772 |
| CIE-Lab | 36.9866 | 0.0030 | -0.0050 |
#575757 hex color red value is 87, green value is 87 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #575757 hue: 0.00 , saturation: 0.00 and the lightness value of 575757 is 0.34.
The process color (four color CMYK) of #575757 hex color is 0.00, 0.00, 0.00, 0.66. Web safe color of #575757 is #666666
Color #575757 rgb is equally color. #575757 color name is Gray34.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 01010111 | 01010111 | 01010111 |
| Octal | 127 | 127 | 127 |
| Decimal | 87 | 87 | 87 |
| Hexadecimal | 57 | 57 | 57 |
Analogous colors are identical
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#575757; }
.myforecolor {color:#575757; }
.mybordercolor {border:3px solid #575757; }
This sample text font color is #575757
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<p style="color:#575757">Text here</p>
This div background color is #575757
<div style="background-color:#575757">
Div content here</div>
This div border color is #575757
<div style="border:3px solid #575757">
Div here</div>
| #575757 | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(87,87,87, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #575757;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #575757;
-webkit-box-shadow: 1px 1px 3px 2px #575757;
box-shadow: 1px 1px 3px 2px #575757;
}
<p style="text-shadow: 4px 4px 2px rgba(87,87,87, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #575757">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #575757
<div style="-moz-box-shadow: 1px 1px 3px 2px #575757; -webkit-box-shadow: 1px 1px 3px 2px #575757; box-shadow: 1px 1px 3px 2px #575757;">
Div content here</div>