HEX: #47B074
RGB: (71,176,116)
#47B074 contains mainly green color. Web safe color of #47B074 is #339966 (or #396).
#47B074 color RGB value is (71,176,116).
RGB: (71,176,116)
(28%, 69%, 45%)
R 71 of 255 = 28%
G 176 of 255 = 69%
B 116 of 255 = 45%
R + G + B ~ 47%. #47B074 is middle color (not dark and not light).
R + G + B = 71 + 176 + 116 = 363 (100%)
R 71 of 363 ~ 19.56%
G 176 of 363 ~ 48.48%
B 116 of 363 ~ 31.96'%
#47B074 color CMYK value is (60,0,34,31).
CMYK: (60,0,34,31) C60M0Y34K31 (60%,0%,34%,31%) (0.60/0.00/0.34/0.31)
Color #47B074 in popluar color models
47 | B0 | 74 | |
---|---|---|---|
RGB | 71 | 176 | 116 |
HSL | 146° | 42.51% | 48.43% |
HSB/HSV | 146° | 59.66% | 69.02% |
CMYK | 59.66% | 0.00% | 34.09% |
30.98% |
Color #47B074 in popluar number systems.
HEX | 47 | B0 | 74 |
Decimal | 71 | 176 | 116 |
Binary | 1000111 | 10110000 | 1110100 |
Octal | 107 | 260 | 164 |
Shades of #47B074
Tints of #47B074
Examples of css and html codes for elements with #47B074 color. Also use rgb(71,176,116) instead hex code.
.myTextColor { color: #47B074; }
<p style="color:#47B074">This sample text font color is #47B074.</p>
This text font color is #47B074.
.myBgColor { background-color: #47B074; }
<div style="background-color:#47B074">Inner text</div>
This div background color is #47B074.
.myBorderColor { border: 1px solid #47B074; }
<div style="border:3px solid #47B074">Div</div>
This div border color is #47B074.
.myOpacity80 { color: #47B074; opacity: 0.8; }
<p style="color:#47B074;opacity:0.8;">80%</p>
Text with #47B074 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47B074;}
<p style="text-shadow: 3px 3px 1px #47B074">Text here.</p>
This text has shadow with #47B074 color.
.textShadow {text-shadow: 3px 3px 1px #47B074', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47B074, 5px 5px 20px red">Text here.</p>
This text has shadow with #47B074 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47B074, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47B074, Direction=45, Strength=4)">Text</p>
This text has shadow with #47B074 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47B074;
-webkit-box-shadow: 1px 1px 3px 2px #47B074;
box-shadow: 1px 1px 3px 2px #47B074;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47B074; -webkit-box-shadow: 1px 1px 3px 2px #47B074; box-shadow:1px 1px 3px 2px #47B074;">
Div content here
</div>
This text has color #47B074 on black background.
This text has color #47B074 on white background.
This text has black color on #47B074 background.
This text has white color on #47B074 background.
Complementary color for #hex is #B84F8B.