HEX: #476450
RGB: (71,100,80)
#476450 contains red, green and blue colors in about the same proportion. Web safe color of #476450 is #336666 (or #366).
#476450 color RGB value is (71,100,80).
RGB: (71,100,80)
(28%, 39%, 31%)
R 71 of 255 = 28%
G 100 of 255 = 39%
B 80 of 255 = 31%
R + G + B ~ 33%. #476450 is quite dark color.
R + G + B = 71 + 100 + 80 = 251 (100%)
R 71 of 251 ~ 28.29%
G 100 of 251 ~ 39.84%
B 80 of 251 ~ 31.87'%
#476450 color CMYK value is (29,0,20,61).
CMYK: (29,0,20,61)
C29M0Y20K61 (29%, 0%, 20%, 61%)
(0.29 / 0.00 / 0.20 / 0.61)
Color #476450 in popluar color models
47 | 64 | 50 | |
---|---|---|---|
RGB | 71 | 100 | 80 |
HSL | 139° | 16.96% | 33.53% |
HSB/HSV | 139° | 29.00% | 39.22% |
CMYK | 29.00% | 0.00% | 20.00% |
60.78% |
Color #476450 in popluar number systems.
HEX | 47 | 64 | 50 |
Decimal | 71 | 100 | 80 |
Binary | 1000111 | 1100100 | 1010000 |
Octal | 107 | 144 | 120 |
Shades of #476450
Tints of #476450
Examples of css and html codes for elements with #476450 color. Also use rgb(71,100,80) instead hex code.
.myTextColor { color: #476450; }
<p style="color:#476450">This sample text font color is #476450.</p>
This text font color is #476450.
.myBgColor { background-color: #476450; }
<div style="background-color:#476450">Inner text</div>
This div background color is #476450.
.myBorderColor { border: 1px solid #476450; }
<div style="border:3px solid #476450">Div</div>
This div border color is #476450.
.myOpacity80 { color: #476450; opacity: 0.8; }
<p style="color:#476450;opacity:0.8;">80%</p>
Text with #476450 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476450;}
<p style="text-shadow: 3px 3px 1px #476450">Text here.</p>
This text has shadow with #476450 color.
.textShadow {text-shadow: 3px 3px 1px #476450', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476450, 5px 5px 20px red">Text here.</p>
This text has shadow with #476450 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476450, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476450, Direction=45, Strength=4)">Text</p>
This text has shadow with #476450 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476450;
-webkit-box-shadow: 1px 1px 3px 2px #476450;
box-shadow: 1px 1px 3px 2px #476450;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476450; -webkit-box-shadow: 1px 1px 3px 2px #476450; box-shadow:1px 1px 3px 2px #476450;">
Div content here
</div>
This text has color #476450 on black background.
This text has color #476450 on white background.
This text has black color on #476450 background.
This text has white color on #476450 background.
Complementary color for #hex is #B89BAF.