HEX: #47876A
RGB: (71,135,106)
#47876A contains mainly green and blue colors. Web safe color of #47876A is #339966 (or #396).
#47876A color RGB value is (71,135,106).
RGB: (71,135,106)
(28%, 53%, 42%)
R 71 of 255 = 28%
G 135 of 255 = 53%
B 106 of 255 = 42%
R + G + B ~ 41%. #47876A is middle color (not dark and not light).
R + G + B = 71 + 135 + 106 = 312 (100%)
R 71 of 312 ~ 22.76%
G 135 of 312 ~ 43.27%
B 106 of 312 ~ 33.97'%
#47876A color CMYK value is (47,0,21,47).
CMYK: (47,0,21,47)
C47M0Y21K47 (47%, 0%, 21%, 47%)
(0.47 / 0.00 / 0.21 / 0.47)
Color #47876A in popluar color models
47 | 87 | 6A | |
---|---|---|---|
RGB | 71 | 135 | 106 |
HSL | 153° | 31.07% | 40.39% |
HSB/HSV | 153° | 47.41% | 52.94% |
CMYK | 47.41% | 0.00% | 21.48% |
47.06% |
Color #47876A in popluar number systems.
HEX | 47 | 87 | 6A |
Decimal | 71 | 135 | 106 |
Binary | 1000111 | 10000111 | 1101010 |
Octal | 107 | 207 | 152 |
Shades of #47876A
Tints of #47876A
Examples of css and html codes for elements with #47876A color. Also use rgb(71,135,106) instead hex code.
.myTextColor { color: #47876A; }
<p style="color:#47876A">This sample text font color is #47876A.</p>
This text font color is #47876A.
.myBgColor { background-color: #47876A; }
<div style="background-color:#47876A">Inner text</div>
This div background color is #47876A.
.myBorderColor { border: 1px solid #47876A; }
<div style="border:3px solid #47876A">Div</div>
This div border color is #47876A.
.myOpacity80 { color: #47876A; opacity: 0.8; }
<p style="color:#47876A;opacity:0.8;">80%</p>
Text with #47876A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47876A;}
<p style="text-shadow: 3px 3px 1px #47876A">Text here.</p>
This text has shadow with #47876A color.
.textShadow {text-shadow: 3px 3px 1px #47876A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47876A, 5px 5px 20px red">Text here.</p>
This text has shadow with #47876A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47876A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47876A, Direction=45, Strength=4)">Text</p>
This text has shadow with #47876A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47876A;
-webkit-box-shadow: 1px 1px 3px 2px #47876A;
box-shadow: 1px 1px 3px 2px #47876A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47876A; -webkit-box-shadow: 1px 1px 3px 2px #47876A; box-shadow:1px 1px 3px 2px #47876A;">
Div content here
</div>
This text has color #47876A on black background.
This text has color #47876A on white background.
This text has black color on #47876A background.
This text has white color on #47876A background.
Complementary color for #hex is #B87895.