HEX: #478F4E
RGB: (71,143,78)
#478F4E contains mainly green color. Web safe color of #478F4E is #339966 (or #396).
#478F4E color RGB value is (71,143,78).
RGB: (71,143,78) (28%,56%,31%)
R 71 of 255 = 28%
G 143 of 255 = 56%
B 78 of 255 = 31%
R + G + B ~ 38%. #478F4E is quite dark color.
R + G + B =
71 + 143 + 78 = 292 (100%)
R 71 of 292 ~ 24.32%
G 143 of 292 ~ 48.97%
B 78 of 292 ~ 26.71%
#478F4E color CMYK value is (50,0,45,44).
CMYK: (50,0,45,44) C50M0Y45K44 (50%,0%,45%,44%) (0.50/0.00/0.45/0.44)
47 | 8F | 4E | |
---|---|---|---|
RGB | 71 | 143 | 78 |
HSL | 126° | 33.64% | 41.96% |
HSB/HSV | 126° | 50.35% | 56.08% |
CMYK | 50.35% | 0.00% | 45.45% |
43.92% |
HEX | 47 | 8F | 4E |
Decimal | 71 | 143 | 78 |
Binary | 1000111 | 10001111 | 1001110 |
Octal | 107 | 217 | 116 |
Examples of css and html codes for elements with #478F4E color. Also use rgb(71,143,78) instead hex code.
.myTextColor { color: #478F4E; }
<p style="color:#478F4E">This sample text font color is #478F4E.</p>
This text font color is #478F4E.
.myBgColor { background-color: #478F4E; }
<div style="background-color:#478F4E">Inner text</div>
This div background color is #478F4E.
.myBorderColor { border: 1px solid #478F4E; }
<div style="border:3px solid #478F4E">Div</div>
This div border color is #478F4E.
.myOpacity80 { color: #478F4E; opacity: 0.8; }
<p style="color:#478F4E;opacity:0.8;">80%</p>
Text with #478F4E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #478F4E;}
<p style="text-shadow: 3px 3px 1px #478F4E">Text here.</p>
This text has shadow with #478F4E color.
.textShadow {text-shadow: 3px 3px 1px #478F4E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #478F4E, 5px 5px 20px red">Text here.</p>
This text has shadow with #478F4E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#478F4E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#478F4E, Direction=45, Strength=4)">Text</p>
This text has shadow with #478F4E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #478F4E; -webkit-box-shadow: 1px 1px 3px 2px #478F4E; box-shadow: 1px 1px 3px 2px #478F4E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #478F4E; -webkit-box-shadow: 1px 1px 3px 2px #478F4E; box-shadow:1px 1px 3px 2px #478F4E;">
Div content here</div>
This text has color #478F4E on black background.
This text has color #478F4E on white background.
This text has black color on #478F4E background.
This text has white color on #478F4E background.