HEX: #479773
RGB: (71,151,115)
#479773 contains mainly green and blue colors. Web safe color of #479773 is #339966 (or #396).
#479773 color RGB value is (71,151,115).
RGB: (71,151,115)
(28%, 59%, 45%)
R 71 of 255 = 28%
G 151 of 255 = 59%
B 115 of 255 = 45%
R + G + B ~ 44%. #479773 is middle color (not dark and not light).
R + G + B = 71 + 151 + 115 = 337 (100%)
R 71 of 337 ~ 21.07%
G 151 of 337 ~ 44.81%
B 115 of 337 ~ 34.12'%
#479773 color CMYK value is (53,0,24,41).
CMYK: (53,0,24,41)
C53M0Y24K41 (53%, 0%, 24%, 41%)
(0.53 / 0.00 / 0.24 / 0.41)
Color #479773 in popluar color models
47 | 97 | 73 | |
---|---|---|---|
RGB | 71 | 151 | 115 |
HSL | 153° | 36.04% | 43.53% |
HSB/HSV | 153° | 52.98% | 59.22% |
CMYK | 52.98% | 0.00% | 23.84% |
40.78% |
Color #479773 in popluar number systems.
HEX | 47 | 97 | 73 |
Decimal | 71 | 151 | 115 |
Binary | 1000111 | 10010111 | 1110011 |
Octal | 107 | 227 | 163 |
Shades of #479773
Tints of #479773
Examples of css and html codes for elements with #479773 color. Also use rgb(71,151,115) instead hex code.
.myTextColor { color: #479773; }
<p style="color:#479773">This sample text font color is #479773.</p>
This text font color is #479773.
.myBgColor { background-color: #479773; }
<div style="background-color:#479773">Inner text</div>
This div background color is #479773.
.myBorderColor { border: 1px solid #479773; }
<div style="border:3px solid #479773">Div</div>
This div border color is #479773.
.myOpacity80 { color: #479773; opacity: 0.8; }
<p style="color:#479773;opacity:0.8;">80%</p>
Text with #479773 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #479773;}
<p style="text-shadow: 3px 3px 1px #479773">Text here.</p>
This text has shadow with #479773 color.
.textShadow {text-shadow: 3px 3px 1px #479773', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #479773, 5px 5px 20px red">Text here.</p>
This text has shadow with #479773 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#479773, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#479773, Direction=45, Strength=4)">Text</p>
This text has shadow with #479773 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #479773;
-webkit-box-shadow: 1px 1px 3px 2px #479773;
box-shadow: 1px 1px 3px 2px #479773;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #479773; -webkit-box-shadow: 1px 1px 3px 2px #479773; box-shadow:1px 1px 3px 2px #479773;">
Div content here
</div>
This text has color #479773 on black background.
This text has color #479773 on white background.
This text has black color on #479773 background.
This text has white color on #479773 background.
Complementary color for #hex is #B8688C.