#929595 color RGB value is (9, 41, 89).
#929595 hex color red value is 9, green value is 41, and blue value is 89.
Cylindrical-coordinate representations (HSL) of color #929595
hue: 216,
saturation: 0.82 and lightness: 0.19.
The process color (four-color CMYK) of #929595 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #929595 is #ff9999. Color #929595 contains mainly RED.
| Color spaces of #929595 | Value |
|---|---|
| RGB | 146, 149, 149 |
| HSL | 0.5, 0.01, 0.58 |
| HSV | 180°, 2°, 58° |
| XYZ | 28.03, 29.78, 32.7 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10010010 | 10010101 | 10010101 |
| Octal | 222 | 225 | 225 |
| Decimal | 146 | 149 | 149 |
| Hex | 92 | 95 | 95 |
Shades of #929595
Tints of #929595
.mybgColor {background-color: #929595;}
.myforeColor {color: #929595;}
.myborderColor {border:3px solid #929595;}
<p style="color:#929595">Text here</p>
This sample text is styled with the font color #929595. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#929595">Div content here</div>
<div style="border:3px solid #929595">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(146, 149, 149, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #929595; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #929595;
-webkit-box-shadow: 1px 1px 3px #929595;
box-shadow: 1px 1px 3px #929595; }
<p style="text-shadow: 4px 4px 2px rgba(146, 149, 149, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #929595;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #929595;
-webkit-box-shadow: 1px 1px 3px #929595;
box-shadow: 1px 1px 3px #929595;">Div content here</div>
