HEX: #476725
RGB: (71,103,37)
#476725 contains mainly red and green colors. Web safe color of #476725 is #336633 (or #363).
#476725 color RGB value is (71,103,37).
RGB: (71,103,37) (28%,40%,15%)
R 71 of 255 = 28%
G 103 of 255 = 40%
B 37 of 255 = 15%
R + G + B ~ 28%. #476725 is quite dark color.
R + G + B =
71 + 103 + 37 = 211 (100%)
R 71 of 211 ~ 33.65%
G 103 of 211 ~ 48.82%
B 37 of 211 ~ 17.54%
#476725 color CMYK value is (31,0,64,60).
CMYK: (31,0,64,60) C31M0Y64K60 (31%,0%,64%,60%) (0.31/0.00/0.64/0.60)
47 | 67 | 25 | |
---|---|---|---|
RGB | 71 | 103 | 37 |
HSL | 89° | 47.14% | 27.45% |
HSB/HSV | 89° | 64.08% | 40.39% |
CMYK | 31.07% | 0.00% | 64.08% |
59.61% |
HEX | 47 | 67 | 25 |
Decimal | 71 | 103 | 37 |
Binary | 1000111 | 1100111 | 100101 |
Octal | 107 | 147 | 45 |
Examples of css and html codes for elements with #476725 color. Also use rgb(71,103,37) instead hex code.
.myTextColor { color: #476725; }
<p style="color:#476725">This sample text font color is #476725.</p>
This text font color is #476725.
.myBgColor { background-color: #476725; }
<div style="background-color:#476725">Inner text</div>
This div background color is #476725.
.myBorderColor { border: 1px solid #476725; }
<div style="border:3px solid #476725">Div</div>
This div border color is #476725.
.myOpacity80 { color: #476725; opacity: 0.8; }
<p style="color:#476725;opacity:0.8;">80%</p>
Text with #476725 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476725;}
<p style="text-shadow: 3px 3px 1px #476725">Text here.</p>
This text has shadow with #476725 color.
.textShadow {text-shadow: 3px 3px 1px #476725, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476725, 5px 5px 20px red">Text here.</p>
This text has shadow with #476725 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476725, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476725, Direction=45, Strength=4)">Text</p>
This text has shadow with #476725 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476725; -webkit-box-shadow: 1px 1px 3px 2px #476725; box-shadow: 1px 1px 3px 2px #476725; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476725; -webkit-box-shadow: 1px 1px 3px 2px #476725; box-shadow:1px 1px 3px 2px #476725;">
Div content here</div>
This text has color #476725 on black background.
This text has color #476725 on white background.
This text has black color on #476725 background.
This text has white color on #476725 background.