HEX: #47444E
RGB: (71,68,78)
#47444E contains red, green and blue colors in about the same proportion. Web safe color of #47444E is #333366 (or #336).
#47444E color RGB value is (71,68,78).
RGB: (71,68,78) (28%,27%,31%)
R 71 of 255 = 28%
G 68 of 255 = 27%
B 78 of 255 = 31%
R + G + B ~ 29%. #47444E is quite dark color.
R + G + B =
71 + 68 + 78 = 217 (100%)
R 71 of 217 ~ 32.72%
G 68 of 217 ~ 31.34%
B 78 of 217 ~ 35.94%
#47444E color CMYK value is (9,13,0,69).
CMYK: (9,13,0,69) C9M13Y0K69 (9%,13%,0%,69%) (0.09/0.13/0.00/0.69)
47 | 44 | 4E | |
---|---|---|---|
RGB | 71 | 68 | 78 |
HSL | 258° | 6.85% | 28.63% |
HSB/HSV | 258° | 12.82% | 30.59% |
CMYK | 8.97% | 12.82% | 0.00% |
69.41% |
HEX | 47 | 44 | 4E |
Decimal | 71 | 68 | 78 |
Binary | 1000111 | 1000100 | 1001110 |
Octal | 107 | 104 | 116 |
Examples of css and html codes for elements with #47444E color. Also use rgb(71,68,78) instead hex code.
.myTextColor { color: #47444E; }
<p style="color:#47444E">This sample text font color is #47444E.</p>
This text font color is #47444E.
.myBgColor { background-color: #47444E; }
<div style="background-color:#47444E">Inner text</div>
This div background color is #47444E.
.myBorderColor { border: 1px solid #47444E; }
<div style="border:3px solid #47444E">Div</div>
This div border color is #47444E.
.myOpacity80 { color: #47444E; opacity: 0.8; }
<p style="color:#47444E;opacity:0.8;">80%</p>
Text with #47444E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47444E;}
<p style="text-shadow: 3px 3px 1px #47444E">Text here.</p>
This text has shadow with #47444E color.
.textShadow {text-shadow: 3px 3px 1px #47444E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47444E, 5px 5px 20px red">Text here.</p>
This text has shadow with #47444E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47444E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47444E, Direction=45, Strength=4)">Text</p>
This text has shadow with #47444E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47444E; -webkit-box-shadow: 1px 1px 3px 2px #47444E; box-shadow: 1px 1px 3px 2px #47444E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47444E; -webkit-box-shadow: 1px 1px 3px 2px #47444E; box-shadow:1px 1px 3px 2px #47444E;">
Div content here</div>
This text has color #47444E on black background.
This text has color #47444E on white background.
This text has black color on #47444E background.
This text has white color on #47444E background.