color details

Color Details
#47423f Color Hex

#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
Color spaces of #47423fValue
RGB71, 66, 63
HSL0.06, 0.06, 0.26
HSV23°, 11°, 28°
XYZ5.44, 5.59, 5.49
Base Numbers
Base Red Green Blue
Binary 1000111 1000010 111111
Octal 107 102 77
Decimal 71 66 63
Hex 47 42 3F

RGB Percentages for Color #47423f

35.5%
33%
31.5%

CMYK Percentages of the Color #47423f

7.04%
11.27%
72.16%
CSS Codes for Color #47423f
.mybgColor {background-color: #47423f;}
.myforeColor {color: #47423f;}
.myborderColor {border:3px solid #47423f;}
Text Font Color #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,

Background Color #47423f

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

The background color of this div is #47423f
Border Color #47423f

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

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

<p style="text-shadow: 4px 4px 2px rgba(71, 66, 63, 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 #47423f;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #47423f

Scroll to Top