HEX: #477930
RGB: (71,121,48)
#477930 contains mainly red and green colors. Web safe color of #477930 is #336633 (or #363).
#477930 color RGB value is (71,121,48).
RGB: (71,121,48) (28%,47%,19%)
R 71 of 255 = 28%
G 121 of 255 = 47%
B 48 of 255 = 19%
R + G + B ~ 31%. #477930 is quite dark color.
R + G + B =
71 + 121 + 48 = 240 (100%)
R 71 of 240 ~ 29.58%
G 121 of 240 ~ 50.42%
B 48 of 240 ~ 20%
#477930 color CMYK value is (41,0,60,53).
CMYK: (41,0,60,53) C41M0Y60K53 (41%,0%,60%,53%) (0.41/0.00/0.60/0.53)
47 | 79 | 30 | |
---|---|---|---|
RGB | 71 | 121 | 48 |
HSL | 101° | 43.20% | 33.14% |
HSB/HSV | 101° | 60.33% | 47.45% |
CMYK | 41.32% | 0.00% | 60.33% |
52.55% |
HEX | 47 | 79 | 30 |
Decimal | 71 | 121 | 48 |
Binary | 1000111 | 1111001 | 110000 |
Octal | 107 | 171 | 60 |
Examples of css and html codes for elements with #477930 color. Also use rgb(71,121,48) instead hex code.
.myTextColor { color: #477930; }
<p style="color:#477930">This sample text font color is #477930.</p>
This text font color is #477930.
.myBgColor { background-color: #477930; }
<div style="background-color:#477930">Inner text</div>
This div background color is #477930.
.myBorderColor { border: 1px solid #477930; }
<div style="border:3px solid #477930">Div</div>
This div border color is #477930.
.myOpacity80 { color: #477930; opacity: 0.8; }
<p style="color:#477930;opacity:0.8;">80%</p>
Text with #477930 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477930;}
<p style="text-shadow: 3px 3px 1px #477930">Text here.</p>
This text has shadow with #477930 color.
.textShadow {text-shadow: 3px 3px 1px #477930, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477930, 5px 5px 20px red">Text here.</p>
This text has shadow with #477930 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477930, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477930, Direction=45, Strength=4)">Text</p>
This text has shadow with #477930 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #477930; -webkit-box-shadow: 1px 1px 3px 2px #477930; box-shadow: 1px 1px 3px 2px #477930; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #477930; -webkit-box-shadow: 1px 1px 3px 2px #477930; box-shadow:1px 1px 3px 2px #477930;">
Div content here</div>
This text has color #477930 on black background.
This text has color #477930 on white background.
This text has black color on #477930 background.
This text has white color on #477930 background.