HEX: #47526B
RGB: (71,82,107)
#47526B contains red, green and blue colors in about the same proportion. Web safe color of #47526B is #336666 (or #366).
#47526B color RGB value is (71,82,107).
RGB: (71,82,107)
(28%, 32%, 42%)
R 71 of 255 = 28%
G 82 of 255 = 32%
B 107 of 255 = 42%
R + G + B ~ 34%. #47526B is quite dark color.
R + G + B = 71 + 82 + 107 = 260 (100%)
R 71 of 260 ~ 27.31%
G 82 of 260 ~ 31.54%
B 107 of 260 ~ 41.15'%
#47526B color CMYK value is (34,23,0,58).
CMYK: (34,23,0,58) C34M23Y0K58 (34%,23%,0%,58%) (0.34/0.23/0.00/0.58)
Color #47526B in popluar color models
47 | 52 | 6B | |
---|---|---|---|
RGB | 71 | 82 | 107 |
HSL | 222° | 20.22% | 34.90% |
HSB/HSV | 222° | 33.64% | 41.96% |
CMYK | 33.64% | 23.36% | 0.00% |
58.04% |
Color #47526B in popluar number systems.
HEX | 47 | 52 | 6B |
Decimal | 71 | 82 | 107 |
Binary | 1000111 | 1010010 | 1101011 |
Octal | 107 | 122 | 153 |
Shades of #47526B
Tints of #47526B
Examples of css and html codes for elements with #47526B color. Also use rgb(71,82,107) instead hex code.
.myTextColor { color: #47526B; }
<p style="color:#47526B">This sample text font color is #47526B.</p>
This text font color is #47526B.
.myBgColor { background-color: #47526B; }
<div style="background-color:#47526B">Inner text</div>
This div background color is #47526B.
.myBorderColor { border: 1px solid #47526B; }
<div style="border:3px solid #47526B">Div</div>
This div border color is #47526B.
.myOpacity80 { color: #47526B; opacity: 0.8; }
<p style="color:#47526B;opacity:0.8;">80%</p>
Text with #47526B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47526B;}
<p style="text-shadow: 3px 3px 1px #47526B">Text here.</p>
This text has shadow with #47526B color.
.textShadow {text-shadow: 3px 3px 1px #47526B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47526B, 5px 5px 20px red">Text here.</p>
This text has shadow with #47526B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47526B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47526B, Direction=45, Strength=4)">Text</p>
This text has shadow with #47526B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47526B;
-webkit-box-shadow: 1px 1px 3px 2px #47526B;
box-shadow: 1px 1px 3px 2px #47526B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47526B; -webkit-box-shadow: 1px 1px 3px 2px #47526B; box-shadow:1px 1px 3px 2px #47526B;">
Div content here
</div>
This text has color #47526B on black background.
This text has color #47526B on white background.
This text has black color on #47526B background.
This text has white color on #47526B background.
Complementary color for #hex is #B8AD94.