HEX: #476052
RGB: (71,96,82)
#476052 contains red, green and blue colors in about the same proportion. Web safe color of #476052 is #336666 (or #366).
#476052 color RGB value is (71,96,82).
RGB: (71,96,82)
(28%, 38%, 32%)
R 71 of 255 = 28%
G 96 of 255 = 38%
B 82 of 255 = 32%
R + G + B ~ 33%. #476052 is quite dark color.
R + G + B = 71 + 96 + 82 = 249 (100%)
R 71 of 249 ~ 28.51%
G 96 of 249 ~ 38.55%
B 82 of 249 ~ 32.93'%
#476052 color CMYK value is (26,0,15,62).
CMYK: (26,0,15,62) C26M0Y15K62 (26%,0%,15%,62%) (0.26/0.00/0.15/0.62)
Color #476052 in popluar color models
47 | 60 | 52 | |
---|---|---|---|
RGB | 71 | 96 | 82 |
HSL | 146° | 14.97% | 32.75% |
HSB/HSV | 146° | 26.04% | 37.65% |
CMYK | 26.04% | 0.00% | 14.58% |
62.35% |
Color #476052 in popluar number systems.
HEX | 47 | 60 | 52 |
Decimal | 71 | 96 | 82 |
Binary | 1000111 | 1100000 | 1010010 |
Octal | 107 | 140 | 122 |
Shades of #476052
Tints of #476052
Examples of css and html codes for elements with #476052 color. Also use rgb(71,96,82) instead hex code.
.myTextColor { color: #476052; }
<p style="color:#476052">This sample text font color is #476052.</p>
This text font color is #476052.
.myBgColor { background-color: #476052; }
<div style="background-color:#476052">Inner text</div>
This div background color is #476052.
.myBorderColor { border: 1px solid #476052; }
<div style="border:3px solid #476052">Div</div>
This div border color is #476052.
.myOpacity80 { color: #476052; opacity: 0.8; }
<p style="color:#476052;opacity:0.8;">80%</p>
Text with #476052 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476052;}
<p style="text-shadow: 3px 3px 1px #476052">Text here.</p>
This text has shadow with #476052 color.
.textShadow {text-shadow: 3px 3px 1px #476052', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476052, 5px 5px 20px red">Text here.</p>
This text has shadow with #476052 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476052, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476052, Direction=45, Strength=4)">Text</p>
This text has shadow with #476052 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476052;
-webkit-box-shadow: 1px 1px 3px 2px #476052;
box-shadow: 1px 1px 3px 2px #476052;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476052; -webkit-box-shadow: 1px 1px 3px 2px #476052; box-shadow:1px 1px 3px 2px #476052;">
Div content here
</div>
This text has color #476052 on black background.
This text has color #476052 on white background.
This text has black color on #476052 background.
This text has white color on #476052 background.
Complementary color for #hex is #B89FAD.