color details

Color Details
#4e664a Color Hex

#4e664a color RGB value is (4, 230, 100).
#4e664a hex color red value is 4, green value is 230, and blue value is 100.
Cylindrical-coordinate representations (HSL) of color #4e664a hue: 145.49, saturation: 0.97 and lightness: 0.46.

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

Color Spaces
Color spaces of #4e664aValue
RGB78, 102, 74
HSL0.31, 0.16, 0.35
HSV111°, 27°, 40°
XYZ9.13, 11.62, 8.24
Base Numbers
Base Red Green Blue
Binary 1001110 1100110 1001010
Octal 116 146 112
Decimal 78 102 74
Hex 4E 66 4A

RGB Percentages for Color #4e664a

30.71%
40.16%
29.13%

CMYK Percentages of the Color #4e664a

23.53%
27.45%
60%
CSS Codes for Color #4e664a
.mybgColor {background-color: #4e664a;}
.myforeColor {color: #4e664a;}
.myborderColor {border:3px solid #4e664a;}
Text Font Color #4e664a

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

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

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

The background color of this div is #4e664a
Border Color #4e664a

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

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

<p style="text-shadow: 4px 4px 2px rgba(78, 102, 74, 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 #4e664a;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #4e664a

Scroll to Top