color details

Color Details
#929595 Color Hex

#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
Color spaces of #929595Value
RGB146, 149, 149
HSL0.5, 0.01, 0.58
HSV180°, 2°, 58°
XYZ28.03, 29.78, 32.7
Base Numbers
Base Red Green Blue
Binary 10010010 10010101 10010101
Octal 222 225 225
Decimal 146 149 149
Hex 92 95 95

RGB Percentages for Color #929595

32.88%
33.56%
33.56%

CMYK Percentages of the Color #929595

2.01%
41.57%
CSS Codes for Color #929595
.mybgColor {background-color: #929595;}
.myforeColor {color: #929595;}
.myborderColor {border:3px solid #929595;}
Text Font Color #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,

Background Color #929595

<div style="background-color:#929595">Div content here</div>

The background color of this div is #929595
Border Color #929595

<div style="border:3px solid #929595">Div here</div>

The border color of this div is #929595
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146, 149, 149, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #929595;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #929595

Scroll to Top