HEX: #47556E
RGB: (71,85,110)
#47556E contains red, green and blue colors in about the same proportion. Web safe color of #47556E is #336666 (or #366).
#47556E color RGB value is (71,85,110).
RGB: (71,85,110)
(28%, 33%, 43%)
R 71 of 255 = 28%
G 85 of 255 = 33%
B 110 of 255 = 43%
R + G + B ~ 35%. #47556E is quite dark color.
R + G + B = 71 + 85 + 110 = 266 (100%)
R 71 of 266 ~ 26.69%
G 85 of 266 ~ 31.95%
B 110 of 266 ~ 41.35'%
#47556E color CMYK value is (35,23,0,57).
CMYK: (35,23,0,57) C35M23Y0K57 (35%,23%,0%,57%) (0.35/0.23/0.00/0.57)
Color #47556E in popluar color models
47 | 55 | 6E | |
---|---|---|---|
RGB | 71 | 85 | 110 |
HSL | 218° | 21.55% | 35.49% |
HSB/HSV | 218° | 35.45% | 43.14% |
CMYK | 35.45% | 22.73% | 0.00% |
56.86% |
Color #47556E in popluar number systems.
HEX | 47 | 55 | 6E |
Decimal | 71 | 85 | 110 |
Binary | 1000111 | 1010101 | 1101110 |
Octal | 107 | 125 | 156 |
Shades of #47556E
Tints of #47556E
Examples of css and html codes for elements with #47556E color. Also use rgb(71,85,110) instead hex code.
.myTextColor { color: #47556E; }
<p style="color:#47556E">This sample text font color is #47556E.</p>
This text font color is #47556E.
.myBgColor { background-color: #47556E; }
<div style="background-color:#47556E">Inner text</div>
This div background color is #47556E.
.myBorderColor { border: 1px solid #47556E; }
<div style="border:3px solid #47556E">Div</div>
This div border color is #47556E.
.myOpacity80 { color: #47556E; opacity: 0.8; }
<p style="color:#47556E;opacity:0.8;">80%</p>
Text with #47556E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47556E;}
<p style="text-shadow: 3px 3px 1px #47556E">Text here.</p>
This text has shadow with #47556E color.
.textShadow {text-shadow: 3px 3px 1px #47556E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47556E, 5px 5px 20px red">Text here.</p>
This text has shadow with #47556E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47556E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47556E, Direction=45, Strength=4)">Text</p>
This text has shadow with #47556E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47556E;
-webkit-box-shadow: 1px 1px 3px 2px #47556E;
box-shadow: 1px 1px 3px 2px #47556E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47556E; -webkit-box-shadow: 1px 1px 3px 2px #47556E; box-shadow:1px 1px 3px 2px #47556E;">
Div content here
</div>
This text has color #47556E on black background.
This text has color #47556E on white background.
This text has black color on #47556E background.
This text has white color on #47556E background.
Complementary color for #hex is #B8AA91.