HEX: #47394F
RGB: (71,57,79)
#47394F contains red, green and blue colors in about the same proportion. Web safe color of #47394F is #333366 (or #336).
#47394F color RGB value is (71,57,79).
RGB: (71,57,79) (28%,22%,31%)
R 71 of 255 = 28%
G 57 of 255 = 22%
B 79 of 255 = 31%
R + G + B ~ 27%. #47394F is quite dark color.
R + G + B =
71 + 57 + 79 = 207 (100%)
R 71 of 207 ~ 34.3%
G 57 of 207 ~ 27.54%
B 79 of 207 ~ 38.16%
#47394F color CMYK value is (10,28,0,69).
CMYK: (10,28,0,69) C10M28Y0K69 (10%,28%,0%,69%) (0.10/0.28/0.00/0.69)
47 | 39 | 4F | |
---|---|---|---|
RGB | 71 | 57 | 79 |
HSL | 278° | 16.18% | 26.67% |
HSB/HSV | 278° | 27.85% | 30.98% |
CMYK | 10.13% | 27.85% | 0.00% |
69.02% |
HEX | 47 | 39 | 4F |
Decimal | 71 | 57 | 79 |
Binary | 1000111 | 111001 | 1001111 |
Octal | 107 | 71 | 117 |
Examples of css and html codes for elements with #47394F color. Also use rgb(71,57,79) instead hex code.
.myTextColor { color: #47394F; }
<p style="color:#47394F">This sample text font color is #47394F.</p>
This text font color is #47394F.
.myBgColor { background-color: #47394F; }
<div style="background-color:#47394F">Inner text</div>
This div background color is #47394F.
.myBorderColor { border: 1px solid #47394F; }
<div style="border:3px solid #47394F">Div</div>
This div border color is #47394F.
.myOpacity80 { color: #47394F; opacity: 0.8; }
<p style="color:#47394F;opacity:0.8;">80%</p>
Text with #47394F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47394F;}
<p style="text-shadow: 3px 3px 1px #47394F">Text here.</p>
This text has shadow with #47394F color.
.textShadow {text-shadow: 3px 3px 1px #47394F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47394F, 5px 5px 20px red">Text here.</p>
This text has shadow with #47394F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47394F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47394F, Direction=45, Strength=4)">Text</p>
This text has shadow with #47394F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47394F; -webkit-box-shadow: 1px 1px 3px 2px #47394F; box-shadow: 1px 1px 3px 2px #47394F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47394F; -webkit-box-shadow: 1px 1px 3px 2px #47394F; box-shadow:1px 1px 3px 2px #47394F;">
Div content here</div>
This text has color #47394F on black background.
This text has color #47394F on white background.
This text has black color on #47394F background.
This text has white color on #47394F background.