#47423f color RGB value is (4, 116, 35).
#47423f hex color red value is 4, green value is 116, and blue value is 35.
Cylindrical-coordinate representations (HSL) of color #47423f
hue: 136.61,
saturation: 0.93 and lightness: 0.24.
The process color (four-color CMYK) of #47423f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #47423f is #ff9999. Color #47423f contains mainly RED.
Color spaces of #47423f | Value |
---|---|
RGB | 71, 66, 63 |
HSL | 0.06, 0.06, 0.26 |
HSV | 23°, 11°, 28° |
XYZ | 5.44, 5.59, 5.49 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1000111 | 1000010 | 111111 |
Octal | 107 | 102 | 77 |
Decimal | 71 | 66 | 63 |
Hex | 47 | 42 | 3F |
Shades of #47423f
Tints of #47423f
.mybgColor {background-color: #47423f;} .myforeColor {color: #47423f;} .myborderColor {border:3px solid #47423f;}
<p style="color:#47423f">Text here</p>
This sample text is styled with the font color #47423f. 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:#47423f">Div content here</div>
<div style="border:3px solid #47423f">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71, 66, 63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47423f; } .divShadow { -moz-box-shadow: 1px 1px 3px #47423f; -webkit-box-shadow: 1px 1px 3px #47423f; box-shadow: 1px 1px 3px #47423f; }
<p style="text-shadow: 4px 4px 2px rgba(71, 66, 63, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #47423f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #47423f;
-webkit-box-shadow: 1px 1px 3px #47423f;
box-shadow: 1px 1px 3px #47423f;">Div content here</div>