color details

Color Details
#47474c Color Hex

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

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

Color Spaces
Color spaces of #47474cValue
RGB71, 71, 76
HSL0.67, 0.03, 0.29
HSV240°, 7°, 30°
XYZ6.16, 6.37, 7.74
Base Numbers
Base Red Green Blue
Binary 1000111 1000111 1001100
Octal 107 107 114
Decimal 71 71 76
Hex 47 47 4C

RGB Percentages for Color #47474c

32.57%
32.57%
34.86%

CMYK Percentages of the Color #47474c

6.58%
6.58%
70.2%
CSS Codes for Color #47474c
.mybgColor {background-color: #47474c;}
.myforeColor {color: #47474c;}
.myborderColor {border:3px solid #47474c;}
Text Font Color #47474c

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

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

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

The background color of this div is #47474c
Border Color #47474c

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #47474c
Scroll to Top