HEX: #47A36B
RGB: (71,163,107)
#47A36B contains mainly green and blue colors. Web safe color of #47A36B is #339966 (or #396).
#47A36B color RGB value is (71,163,107).
RGB: (71,163,107)
(28%, 64%, 42%)
R 71 of 255 = 28%
G 163 of 255 = 64%
B 107 of 255 = 42%
R + G + B ~ 45%. #47A36B is middle color (not dark and not light).
R + G + B = 71 + 163 + 107 = 341 (100%)
R 71 of 341 ~ 20.82%
G 163 of 341 ~ 47.8%
B 107 of 341 ~ 31.38'%
#47A36B color CMYK value is (56,0,34,36).
CMYK: (56,0,34,36)
C56M0Y34K36 (56%, 0%, 34%, 36%)
(0.56 / 0.00 / 0.34 / 0.36)
Color #47A36B in popluar color models
47 | A3 | 6B | |
---|---|---|---|
RGB | 71 | 163 | 107 |
HSL | 143° | 39.32% | 45.88% |
HSB/HSV | 143° | 56.44% | 63.92% |
CMYK | 56.44% | 0.00% | 34.36% |
36.08% |
Color #47A36B in popluar number systems.
HEX | 47 | A3 | 6B |
Decimal | 71 | 163 | 107 |
Binary | 1000111 | 10100011 | 1101011 |
Octal | 107 | 243 | 153 |
Shades of #47A36B
Tints of #47A36B
Examples of css and html codes for elements with #47A36B color. Also use rgb(71,163,107) instead hex code.
.myTextColor { color: #47A36B; }
<p style="color:#47A36B">This sample text font color is #47A36B.</p>
This text font color is #47A36B.
.myBgColor { background-color: #47A36B; }
<div style="background-color:#47A36B">Inner text</div>
This div background color is #47A36B.
.myBorderColor { border: 1px solid #47A36B; }
<div style="border:3px solid #47A36B">Div</div>
This div border color is #47A36B.
.myOpacity80 { color: #47A36B; opacity: 0.8; }
<p style="color:#47A36B;opacity:0.8;">80%</p>
Text with #47A36B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47A36B;}
<p style="text-shadow: 3px 3px 1px #47A36B">Text here.</p>
This text has shadow with #47A36B color.
.textShadow {text-shadow: 3px 3px 1px #47A36B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47A36B, 5px 5px 20px red">Text here.</p>
This text has shadow with #47A36B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47A36B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47A36B, Direction=45, Strength=4)">Text</p>
This text has shadow with #47A36B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47A36B;
-webkit-box-shadow: 1px 1px 3px 2px #47A36B;
box-shadow: 1px 1px 3px 2px #47A36B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47A36B; -webkit-box-shadow: 1px 1px 3px 2px #47A36B; box-shadow:1px 1px 3px 2px #47A36B;">
Div content here
</div>
This text has color #47A36B on black background.
This text has color #47A36B on white background.
This text has black color on #47A36B background.
This text has white color on #47A36B background.
Complementary color for #hex is #B85C94.