HEX: #479077
RGB: (71,144,119)
#479077 contains mainly green and blue colors. Web safe color of #479077 is #339966 (or #396).
#479077 color RGB value is (71,144,119).
RGB: (71,144,119)
(28%, 56%, 47%)
R 71 of 255 = 28%
G 144 of 255 = 56%
B 119 of 255 = 47%
R + G + B ~ 44%. #479077 is middle color (not dark and not light).
R + G + B = 71 + 144 + 119 = 334 (100%)
R 71 of 334 ~ 21.26%
G 144 of 334 ~ 43.11%
B 119 of 334 ~ 35.63'%
#479077 color CMYK value is (51,0,17,44).
CMYK: (51,0,17,44)
C51M0Y17K44 (51%, 0%, 17%, 44%)
(0.51 / 0.00 / 0.17 / 0.44)
Color #479077 in popluar color models
47 | 90 | 77 | |
---|---|---|---|
RGB | 71 | 144 | 119 |
HSL | 159° | 33.95% | 42.16% |
HSB/HSV | 159° | 50.69% | 56.47% |
CMYK | 50.69% | 0.00% | 17.36% |
43.53% |
Color #479077 in popluar number systems.
HEX | 47 | 90 | 77 |
Decimal | 71 | 144 | 119 |
Binary | 1000111 | 10010000 | 1110111 |
Octal | 107 | 220 | 167 |
Shades of #479077
Tints of #479077
Examples of css and html codes for elements with #479077 color. Also use rgb(71,144,119) instead hex code.
.myTextColor { color: #479077; }
<p style="color:#479077">This sample text font color is #479077.</p>
This text font color is #479077.
.myBgColor { background-color: #479077; }
<div style="background-color:#479077">Inner text</div>
This div background color is #479077.
.myBorderColor { border: 1px solid #479077; }
<div style="border:3px solid #479077">Div</div>
This div border color is #479077.
.myOpacity80 { color: #479077; opacity: 0.8; }
<p style="color:#479077;opacity:0.8;">80%</p>
Text with #479077 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #479077;}
<p style="text-shadow: 3px 3px 1px #479077">Text here.</p>
This text has shadow with #479077 color.
.textShadow {text-shadow: 3px 3px 1px #479077', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #479077, 5px 5px 20px red">Text here.</p>
This text has shadow with #479077 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#479077, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#479077, Direction=45, Strength=4)">Text</p>
This text has shadow with #479077 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #479077;
-webkit-box-shadow: 1px 1px 3px 2px #479077;
box-shadow: 1px 1px 3px 2px #479077;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #479077; -webkit-box-shadow: 1px 1px 3px 2px #479077; box-shadow:1px 1px 3px 2px #479077;">
Div content here
</div>
This text has color #479077 on black background.
This text has color #479077 on white background.
This text has black color on #479077 background.
This text has white color on #479077 background.
Complementary color for #hex is #B86F88.