#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 of #4e664a | Value |
|---|---|
| RGB | 78, 102, 74 |
| HSL | 0.31, 0.16, 0.35 |
| HSV | 111°, 27°, 40° |
| XYZ | 9.13, 11.62, 8.24 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1001110 | 1100110 | 1001010 |
| Octal | 116 | 146 | 112 |
| Decimal | 78 | 102 | 74 |
| Hex | 4E | 66 | 4A |
Shades of #4e664a
Tints of #4e664a
.mybgColor {background-color: #4e664a;}
.myforeColor {color: #4e664a;}
.myborderColor {border:3px solid #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,
<div style="background-color:#4e664a">Div content here</div>
<div style="border:3px solid #4e664a">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(78, 102, 74, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #4e664a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
