color details

Color Details
#928674 Color Hex

#928674 color RGB value is (9, 40, 103).
#928674 hex color red value is 9, green value is 40, and blue value is 103.
Cylindrical-coordinate representations (HSL) of color #928674 hue: 220.21, saturation: 0.84 and lightness: 0.22.

The process color (four-color CMYK) of #928674 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #928674 is #ff9999. Color #928674 contains mainly RED.

Color Spaces
Color spaces of #928674Value
RGB146, 134, 116
HSL0.1, 0.12, 0.51
HSV36°, 21°, 57°
XYZ23.53, 24.42, 19.99
Base Numbers
Base Red Green Blue
Binary 10010010 10000110 1110100
Octal 222 206 164
Decimal 146 134 116
Hex 92 86 74

RGB Percentages for Color #928674

36.87%
33.84%
29.29%

CMYK Percentages of the Color #928674

8.22%
20.55%
42.75%
CSS Codes for Color #928674
.mybgColor {background-color: #928674;}
.myforeColor {color: #928674;}
.myborderColor {border:3px solid #928674;}
Text Font Color #928674

<p style="color:#928674">Text here</p>

This sample text is styled with the font color #928674. 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 #928674

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

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

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

The border color of this div is #928674
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(146, 134, 116, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #928674;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #928674;
-webkit-box-shadow: 1px 1px 3px #928674;
box-shadow: 1px 1px 3px #928674;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146, 134, 116, 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 #928674;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #928674; -webkit-box-shadow: 1px 1px 3px #928674; box-shadow: 1px 1px 3px #928674;">Div content here</div>

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

Scroll to Top