HEX: #476236
RGB: (71,98,54)
#476236 contains red, green and blue colors in about the same proportion. Web safe color of #476236 is #336633 (or #363).
#476236 color RGB value is (71,98,54).
RGB: (71,98,54)
(28%, 38%, 21%)
R 71 of 255 = 28%
G 98 of 255 = 38%
B 54 of 255 = 21%
R + G + B ~ 29%. #476236 is quite dark color.
R + G + B = 71 + 98 + 54 = 223 (100%)
R 71 of 223 ~ 31.84%
G 98 of 223 ~ 43.95%
B 54 of 223 ~ 24.22'%
#476236 color CMYK value is (28,0,45,62).
CMYK: (28,0,45,62)
C28M0Y45K62 (28%, 0%, 45%, 62%)
(0.28 / 0.00 / 0.45 / 0.62)
Color #476236 in popluar color models
47 | 62 | 36 | |
---|---|---|---|
RGB | 71 | 98 | 54 |
HSL | 97° | 28.95% | 29.80% |
HSB/HSV | 97° | 44.90% | 38.43% |
CMYK | 27.55% | 0.00% | 44.90% |
61.57% |
Color #476236 in popluar number systems.
HEX | 47 | 62 | 36 |
Decimal | 71 | 98 | 54 |
Binary | 1000111 | 1100010 | 110110 |
Octal | 107 | 142 | 66 |
Shades of #476236
Tints of #476236
Examples of css and html codes for elements with #476236 color. Also use rgb(71,98,54) instead hex code.
.myTextColor { color: #476236; }
<p style="color:#476236">This sample text font color is #476236.</p>
This text font color is #476236.
.myBgColor { background-color: #476236; }
<div style="background-color:#476236">Inner text</div>
This div background color is #476236.
.myBorderColor { border: 1px solid #476236; }
<div style="border:3px solid #476236">Div</div>
This div border color is #476236.
.myOpacity80 { color: #476236; opacity: 0.8; }
<p style="color:#476236;opacity:0.8;">80%</p>
Text with #476236 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476236;}
<p style="text-shadow: 3px 3px 1px #476236">Text here.</p>
This text has shadow with #476236 color.
.textShadow {text-shadow: 3px 3px 1px #476236', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476236, 5px 5px 20px red">Text here.</p>
This text has shadow with #476236 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476236, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476236, Direction=45, Strength=4)">Text</p>
This text has shadow with #476236 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476236;
-webkit-box-shadow: 1px 1px 3px 2px #476236;
box-shadow: 1px 1px 3px 2px #476236;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476236; -webkit-box-shadow: 1px 1px 3px 2px #476236; box-shadow:1px 1px 3px 2px #476236;">
Div content here
</div>
This text has color #476236 on black background.
This text has color #476236 on white background.
This text has black color on #476236 background.
This text has white color on #476236 background.
Complementary color for #hex is #B89DC9.