HEX: #478241
RGB: (71,130,65)
#478241 contains mainly red and green colors. Web safe color of #478241 is #339933 (or #393).
#478241 color RGB value is (71,130,65).
RGB: (71,130,65)
(28%, 51%, 25%)
R 71 of 255 = 28%
G 130 of 255 = 51%
B 65 of 255 = 25%
R + G + B ~ 35%. #478241 is quite dark color.
R + G + B = 71 + 130 + 65 = 266 (100%)
R 71 of 266 ~ 26.69%
G 130 of 266 ~ 48.87%
B 65 of 266 ~ 24.44'%
#478241 color CMYK value is (45,0,50,49).
CMYK: (45,0,50,49)
C45M0Y50K49 (45%, 0%, 50%, 49%)
(0.45 / 0.00 / 0.50 / 0.49)
Color #478241 in popluar color models
47 | 82 | 41 | |
---|---|---|---|
RGB | 71 | 130 | 65 |
HSL | 114° | 33.33% | 38.24% |
HSB/HSV | 114° | 50.00% | 50.98% |
CMYK | 45.38% | 0.00% | 50.00% |
49.02% |
Color #478241 in popluar number systems.
HEX | 47 | 82 | 41 |
Decimal | 71 | 130 | 65 |
Binary | 1000111 | 10000010 | 1000001 |
Octal | 107 | 202 | 101 |
Shades of #478241
Tints of #478241
Examples of css and html codes for elements with #478241 color. Also use rgb(71,130,65) instead hex code.
.myTextColor { color: #478241; }
<p style="color:#478241">This sample text font color is #478241.</p>
This text font color is #478241.
.myBgColor { background-color: #478241; }
<div style="background-color:#478241">Inner text</div>
This div background color is #478241.
.myBorderColor { border: 1px solid #478241; }
<div style="border:3px solid #478241">Div</div>
This div border color is #478241.
.myOpacity80 { color: #478241; opacity: 0.8; }
<p style="color:#478241;opacity:0.8;">80%</p>
Text with #478241 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #478241;}
<p style="text-shadow: 3px 3px 1px #478241">Text here.</p>
This text has shadow with #478241 color.
.textShadow {text-shadow: 3px 3px 1px #478241', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #478241, 5px 5px 20px red">Text here.</p>
This text has shadow with #478241 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#478241, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#478241, Direction=45, Strength=4)">Text</p>
This text has shadow with #478241 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #478241;
-webkit-box-shadow: 1px 1px 3px 2px #478241;
box-shadow: 1px 1px 3px 2px #478241;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #478241; -webkit-box-shadow: 1px 1px 3px 2px #478241; box-shadow:1px 1px 3px 2px #478241;">
Div content here
</div>
This text has color #478241 on black background.
This text has color #478241 on white background.
This text has black color on #478241 background.
This text has white color on #478241 background.
Complementary color for #hex is #B87DBE.