HEX: #478249
RGB: (71,130,73)
#478249 contains red, green and blue colors in about the same proportion. Web safe color of #478249 is #339933 (or #393).
#478249 color RGB value is (71,130,73).
RGB: (71,130,73)
(28%, 51%, 29%)
R 71 of 255 = 28%
G 130 of 255 = 51%
B 73 of 255 = 29%
R + G + B ~ 36%. #478249 is quite dark color.
R + G + B = 71 + 130 + 73 = 274 (100%)
R 71 of 274 ~ 25.91%
G 130 of 274 ~ 47.45%
B 73 of 274 ~ 26.64'%
#478249 color CMYK value is (45,0,44,49).
CMYK: (45,0,44,49)
C45M0Y44K49 (45%, 0%, 44%, 49%)
(0.45 / 0.00 / 0.44 / 0.49)
Color #478249 in popluar color models
47 | 82 | 49 | |
---|---|---|---|
RGB | 71 | 130 | 73 |
HSL | 122° | 29.35% | 39.41% |
HSB/HSV | 122° | 45.38% | 50.98% |
CMYK | 45.38% | 0.00% | 43.85% |
49.02% |
Color #478249 in popluar number systems.
HEX | 47 | 82 | 49 |
Decimal | 71 | 130 | 73 |
Binary | 1000111 | 10000010 | 1001001 |
Octal | 107 | 202 | 111 |
Shades of #478249
Tints of #478249
Examples of css and html codes for elements with #478249 color. Also use rgb(71,130,73) instead hex code.
.myTextColor { color: #478249; }
<p style="color:#478249">This sample text font color is #478249.</p>
This text font color is #478249.
.myBgColor { background-color: #478249; }
<div style="background-color:#478249">Inner text</div>
This div background color is #478249.
.myBorderColor { border: 1px solid #478249; }
<div style="border:3px solid #478249">Div</div>
This div border color is #478249.
.myOpacity80 { color: #478249; opacity: 0.8; }
<p style="color:#478249;opacity:0.8;">80%</p>
Text with #478249 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #478249;}
<p style="text-shadow: 3px 3px 1px #478249">Text here.</p>
This text has shadow with #478249 color.
.textShadow {text-shadow: 3px 3px 1px #478249', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #478249, 5px 5px 20px red">Text here.</p>
This text has shadow with #478249 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#478249, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#478249, Direction=45, Strength=4)">Text</p>
This text has shadow with #478249 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #478249;
-webkit-box-shadow: 1px 1px 3px 2px #478249;
box-shadow: 1px 1px 3px 2px #478249;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #478249; -webkit-box-shadow: 1px 1px 3px 2px #478249; box-shadow:1px 1px 3px 2px #478249;">
Div content here
</div>
This text has color #478249 on black background.
This text has color #478249 on white background.
This text has black color on #478249 background.
This text has white color on #478249 background.
Complementary color for #hex is #B87DB6.