HEX: #476752
RGB: (71,103,82)
#476752 contains red, green and blue colors in about the same proportion. Web safe color of #476752 is #336666 (or #366).
#476752 color RGB value is (71,103,82).
RGB: (71,103,82)
(28%, 40%, 32%)
R 71 of 255 = 28%
G 103 of 255 = 40%
B 82 of 255 = 32%
R + G + B ~ 33%. #476752 is quite dark color.
R + G + B = 71 + 103 + 82 = 256 (100%)
R 71 of 256 ~ 27.73%
G 103 of 256 ~ 40.23%
B 82 of 256 ~ 32.03'%
#476752 color CMYK value is (31,0,20,60).
CMYK: (31,0,20,60) C31M0Y20K60 (31%,0%,20%,60%) (0.31/0.00/0.20/0.60)
Color #476752 in popluar color models
47 | 67 | 52 | |
---|---|---|---|
RGB | 71 | 103 | 82 |
HSL | 141° | 18.39% | 34.12% |
HSB/HSV | 141° | 31.07% | 40.39% |
CMYK | 31.07% | 0.00% | 20.39% |
59.61% |
Color #476752 in popluar number systems.
HEX | 47 | 67 | 52 |
Decimal | 71 | 103 | 82 |
Binary | 1000111 | 1100111 | 1010010 |
Octal | 107 | 147 | 122 |
Shades of #476752
Tints of #476752
Examples of css and html codes for elements with #476752 color. Also use rgb(71,103,82) instead hex code.
.myTextColor { color: #476752; }
<p style="color:#476752">This sample text font color is #476752.</p>
This text font color is #476752.
.myBgColor { background-color: #476752; }
<div style="background-color:#476752">Inner text</div>
This div background color is #476752.
.myBorderColor { border: 1px solid #476752; }
<div style="border:3px solid #476752">Div</div>
This div border color is #476752.
.myOpacity80 { color: #476752; opacity: 0.8; }
<p style="color:#476752;opacity:0.8;">80%</p>
Text with #476752 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476752;}
<p style="text-shadow: 3px 3px 1px #476752">Text here.</p>
This text has shadow with #476752 color.
.textShadow {text-shadow: 3px 3px 1px #476752', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476752, 5px 5px 20px red">Text here.</p>
This text has shadow with #476752 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476752, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476752, Direction=45, Strength=4)">Text</p>
This text has shadow with #476752 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476752;
-webkit-box-shadow: 1px 1px 3px 2px #476752;
box-shadow: 1px 1px 3px 2px #476752;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476752; -webkit-box-shadow: 1px 1px 3px 2px #476752; box-shadow:1px 1px 3px 2px #476752;">
Div content here
</div>
This text has color #476752 on black background.
This text has color #476752 on white background.
This text has black color on #476752 background.
This text has white color on #476752 background.
Complementary color for #hex is #B898AD.