HEX: #47814F
RGB: (71,129,79)
#47814F contains red, green and blue colors in about the same proportion. Web safe color of #47814F is #339966 (or #396).
#47814F color RGB value is (71,129,79).
RGB: (71,129,79)
(28%, 51%, 31%)
R 71 of 255 = 28%
G 129 of 255 = 51%
B 79 of 255 = 31%
R + G + B ~ 37%. #47814F is quite dark color.
R + G + B = 71 + 129 + 79 = 279 (100%)
R 71 of 279 ~ 25.45%
G 129 of 279 ~ 46.24%
B 79 of 279 ~ 28.32'%
#47814F color CMYK value is (45,0,39,49).
CMYK: (45,0,39,49) C45M0Y39K49 (45%,0%,39%,49%) (0.45/0.00/0.39/0.49)
Color #47814F in popluar color models
47 | 81 | 4F | |
---|---|---|---|
RGB | 71 | 129 | 79 |
HSL | 128° | 29.00% | 39.22% |
HSB/HSV | 128° | 44.96% | 50.59% |
CMYK | 44.96% | 0.00% | 38.76% |
49.41% |
Color #47814F in popluar number systems.
HEX | 47 | 81 | 4F |
Decimal | 71 | 129 | 79 |
Binary | 1000111 | 10000001 | 1001111 |
Octal | 107 | 201 | 117 |
Shades of #47814F
Tints of #47814F
Examples of css and html codes for elements with #47814F color. Also use rgb(71,129,79) instead hex code.
.myTextColor { color: #47814F; }
<p style="color:#47814F">This sample text font color is #47814F.</p>
This text font color is #47814F.
.myBgColor { background-color: #47814F; }
<div style="background-color:#47814F">Inner text</div>
This div background color is #47814F.
.myBorderColor { border: 1px solid #47814F; }
<div style="border:3px solid #47814F">Div</div>
This div border color is #47814F.
.myOpacity80 { color: #47814F; opacity: 0.8; }
<p style="color:#47814F;opacity:0.8;">80%</p>
Text with #47814F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47814F;}
<p style="text-shadow: 3px 3px 1px #47814F">Text here.</p>
This text has shadow with #47814F color.
.textShadow {text-shadow: 3px 3px 1px #47814F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47814F, 5px 5px 20px red">Text here.</p>
This text has shadow with #47814F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47814F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47814F, Direction=45, Strength=4)">Text</p>
This text has shadow with #47814F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47814F;
-webkit-box-shadow: 1px 1px 3px 2px #47814F;
box-shadow: 1px 1px 3px 2px #47814F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47814F; -webkit-box-shadow: 1px 1px 3px 2px #47814F; box-shadow:1px 1px 3px 2px #47814F;">
Div content here
</div>
This text has color #47814F on black background.
This text has color #47814F on white background.
This text has black color on #47814F background.
This text has white color on #47814F background.
Complementary color for #hex is #B87EB0.