HEX: #47171E
RGB: (71,23,30)
#47171E contains red, green and blue colors in about the same proportion. Web safe color of #47171E is #330033 (or #303).
#47171E color RGB value is (71,23,30).
RGB: (71,23,30) (28%,9%,12%)
R 71 of 255 = 28%
G 23 of 255 = 9%
B 30 of 255 = 12%
R + G + B ~ 16%. #47171E is dark color.
R + G + B =
71 + 23 + 30 = 124 (100%)
R 71 of 124 ~ 57.26%
G 23 of 124 ~ 18.55%
B 30 of 124 ~ 24.19%
#47171E color CMYK value is (0,68,58,72).
CMYK: (0,68,58,72) C0M68Y58K72 (0%,68%,58%,72%) (0.00/0.68/0.58/0.72)
47 | 17 | 1E | |
---|---|---|---|
RGB | 71 | 23 | 30 |
HSL | 351° | 51.06% | 18.43% |
HSB/HSV | 351° | 67.61% | 27.84% |
CMYK | 0.00% | 67.61% | 57.75% |
72.16% |
HEX | 47 | 17 | 1E |
Decimal | 71 | 23 | 30 |
Binary | 1000111 | 10111 | 11110 |
Octal | 107 | 27 | 36 |
Examples of css and html codes for elements with #47171E color. Also use rgb(71,23,30) instead hex code.
.myTextColor { color: #47171E; }
<p style="color:#47171E">This sample text font color is #47171E.</p>
This text font color is #47171E.
.myBgColor { background-color: #47171E; }
<div style="background-color:#47171E">Inner text</div>
This div background color is #47171E.
.myBorderColor { border: 1px solid #47171E; }
<div style="border:3px solid #47171E">Div</div>
This div border color is #47171E.
.myOpacity80 { color: #47171E; opacity: 0.8; }
<p style="color:#47171E;opacity:0.8;">80%</p>
Text with #47171E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47171E;}
<p style="text-shadow: 3px 3px 1px #47171E">Text here.</p>
This text has shadow with #47171E color.
.textShadow {text-shadow: 3px 3px 1px #47171E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47171E, 5px 5px 20px red">Text here.</p>
This text has shadow with #47171E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47171E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47171E, Direction=45, Strength=4)">Text</p>
This text has shadow with #47171E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47171E; -webkit-box-shadow: 1px 1px 3px 2px #47171E; box-shadow: 1px 1px 3px 2px #47171E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47171E; -webkit-box-shadow: 1px 1px 3px 2px #47171E; box-shadow:1px 1px 3px 2px #47171E;">
Div content here</div>
This text has color #47171E on black background.
This text has color #47171E on white background.
This text has black color on #47171E background.
This text has white color on #47171E background.