HEX: #47464C
RGB: (71,70,76)
#47464C contains red, green and blue colors in about the same proportion. Web safe color of #47464C is #333333 (or #333).
#47464C color RGB value is (71,70,76).
RGB: (71,70,76)
(28%, 27%, 30%)
R 71 of 255 = 28%
G 70 of 255 = 27%
B 76 of 255 = 30%
R + G + B ~ 28%. #47464C is quite dark color.
R + G + B = 71 + 70 + 76 = 217 (100%)
R 71 of 217 ~ 32.72%
G 70 of 217 ~ 32.26%
B 76 of 217 ~ 35.02'%
#47464C color CMYK value is (7,8,0,70).
CMYK: (7,8,0,70) C7M8Y0K70 (7%,8%,0%,70%) (0.07/0.08/0.00/0.70)
Color #47464C in popluar color models
47 | 46 | 4C | |
---|---|---|---|
RGB | 71 | 70 | 76 |
HSL | 250° | 4.11% | 28.63% |
HSB/HSV | 250° | 7.89% | 29.80% |
CMYK | 6.58% | 7.89% | 0.00% |
70.20% |
Color #47464C in popluar number systems.
HEX | 47 | 46 | 4C |
Decimal | 71 | 70 | 76 |
Binary | 1000111 | 1000110 | 1001100 |
Octal | 107 | 106 | 114 |
Shades of #47464C
Tints of #47464C
Examples of css and html codes for elements with #47464C color. Also use rgb(71,70,76) instead hex code.
.myTextColor { color: #47464C; }
<p style="color:#47464C">This sample text font color is #47464C.</p>
This text font color is #47464C.
.myBgColor { background-color: #47464C; }
<div style="background-color:#47464C">Inner text</div>
This div background color is #47464C.
.myBorderColor { border: 1px solid #47464C; }
<div style="border:3px solid #47464C">Div</div>
This div border color is #47464C.
.myOpacity80 { color: #47464C; opacity: 0.8; }
<p style="color:#47464C;opacity:0.8;">80%</p>
Text with #47464C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47464C;}
<p style="text-shadow: 3px 3px 1px #47464C">Text here.</p>
This text has shadow with #47464C color.
.textShadow {text-shadow: 3px 3px 1px #47464C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47464C, 5px 5px 20px red">Text here.</p>
This text has shadow with #47464C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47464C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47464C, Direction=45, Strength=4)">Text</p>
This text has shadow with #47464C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47464C;
-webkit-box-shadow: 1px 1px 3px 2px #47464C;
box-shadow: 1px 1px 3px 2px #47464C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47464C; -webkit-box-shadow: 1px 1px 3px 2px #47464C; box-shadow:1px 1px 3px 2px #47464C;">
Div content here
</div>
This text has color #47464C on black background.
This text has color #47464C on white background.
This text has black color on #47464C background.
This text has white color on #47464C background.
Complementary color for #hex is #B8B9B3.