HEX: #47517E
RGB: (71,81,126)
#47517E contains red, green and blue colors in about the same proportion. Web safe color of #47517E is #336666 (or #366).
#47517E color RGB value is (71,81,126).
RGB: (71,81,126) (28%,32%,49%)
R 71 of 255 = 28%
G 81 of 255 = 32%
B 126 of 255 = 49%
R + G + B ~ 36%. #47517E is quite dark color.
R + G + B =
71 + 81 + 126 = 278 (100%)
R 71 of 278 ~ 25.54%
G 81 of 278 ~ 29.14%
B 126 of 278 ~ 45.32%
#47517E color CMYK value is (44,36,0,51).
CMYK: (44,36,0,51) C44M36Y0K51 (44%,36%,0%,51%) (0.44/0.36/0.00/0.51)
47 | 51 | 7E | |
---|---|---|---|
RGB | 71 | 81 | 126 |
HSL | 229° | 27.92% | 38.63% |
HSB/HSV | 229° | 43.65% | 49.41% |
CMYK | 43.65% | 35.71% | 0.00% |
50.59% |
HEX | 47 | 51 | 7E |
Decimal | 71 | 81 | 126 |
Binary | 1000111 | 1010001 | 1111110 |
Octal | 107 | 121 | 176 |
Examples of css and html codes for elements with #47517E color. Also use rgb(71,81,126) instead hex code.
.myTextColor { color: #47517E; }
<p style="color:#47517E">This sample text font color is #47517E.</p>
This text font color is #47517E.
.myBgColor { background-color: #47517E; }
<div style="background-color:#47517E">Inner text</div>
This div background color is #47517E.
.myBorderColor { border: 1px solid #47517E; }
<div style="border:3px solid #47517E">Div</div>
This div border color is #47517E.
.myOpacity80 { color: #47517E; opacity: 0.8; }
<p style="color:#47517E;opacity:0.8;">80%</p>
Text with #47517E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47517E;}
<p style="text-shadow: 3px 3px 1px #47517E">Text here.</p>
This text has shadow with #47517E color.
.textShadow {text-shadow: 3px 3px 1px #47517E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47517E, 5px 5px 20px red">Text here.</p>
This text has shadow with #47517E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47517E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47517E, Direction=45, Strength=4)">Text</p>
This text has shadow with #47517E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47517E; -webkit-box-shadow: 1px 1px 3px 2px #47517E; box-shadow: 1px 1px 3px 2px #47517E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47517E; -webkit-box-shadow: 1px 1px 3px 2px #47517E; box-shadow:1px 1px 3px 2px #47517E;">
Div content here</div>
This text has color #47517E on black background.
This text has color #47517E on white background.
This text has black color on #47517E background.
This text has white color on #47517E background.