color details

Color Details
#474543 Color Hex

#474543 color RGB value is (4, 116, 84).
#474543 hex color red value is 4, green value is 116, and blue value is 84.
Cylindrical-coordinate representations (HSL) of color #474543 hue: 162.86, saturation: 0.93 and lightness: 0.24.

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

Color Spaces
Color spaces of #474543Value
RGB71, 69, 67
HSL0.08, 0.03, 0.27
HSV30°, 6°, 28°
XYZ5.74, 6, 6.17
Base Numbers
Base Red Green Blue
Binary 1000111 1000101 1000011
Octal 107 105 103
Decimal 71 69 67
Hex 47 45 43

RGB Percentages for Color #474543

34.3%
33.33%
32.37%

CMYK Percentages of the Color #474543

2.82%
5.63%
72.16%
CSS Codes for Color #474543
.mybgColor {background-color: #474543;}
.myforeColor {color: #474543;}
.myborderColor {border:3px solid #474543;}
Text Font Color #474543

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(71, 69, 67, 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 #474543;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top