HEX: #4C971C
RGB: (76,151,28)
#4C971C contains mainly green color. Web safe color of #4C971C is #339933 (or #393).
#4C971C color RGB value is (76,151,28).
RGB: (76,151,28)
(30%, 59%, 11%)
R 76 of 255 = 30%
G 151 of 255 = 59%
B 28 of 255 = 11%
R + G + B ~ 33%. #4C971C is quite dark color.
R + G + B = 76 + 151 + 28 = 255 (100%)
R 76 of 255 ~ 29.8%
G 151 of 255 ~ 59.22%
B 28 of 255 ~ 10.98'%
#4C971C color CMYK value is (50,0,81,41).
CMYK: (50,0,81,41) C50M0Y81K41 (50%,0%,81%,41%) (0.50/0.00/0.81/0.41)
Color #4C971C in popluar color models
4C | 97 | 1C | |
---|---|---|---|
RGB | 76 | 151 | 28 |
HSL | 97° | 68.72% | 35.10% |
HSB/HSV | 97° | 81.46% | 59.22% |
CMYK | 49.67% | 0.00% | 81.46% |
40.78% |
Color #4C971C in popluar number systems.
HEX | 4C | 97 | 1C |
Decimal | 76 | 151 | 28 |
Binary | 1001100 | 10010111 | 11100 |
Octal | 114 | 227 | 34 |
Shades of #4C971C
Tints of #4C971C
Examples of css and html codes for elements with #4C971C color. Also use rgb(76,151,28) instead hex code.
.myTextColor { color: #4C971C; }
<p style="color:#4C971C">This sample text font color is #4C971C.</p>
This text font color is #4C971C.
.myBgColor { background-color: #4C971C; }
<div style="background-color:#4C971C">Inner text</div>
This div background color is #4C971C.
.myBorderColor { border: 1px solid #4C971C; }
<div style="border:3px solid #4C971C">Div</div>
This div border color is #4C971C.
.myOpacity80 { color: #4C971C; opacity: 0.8; }
<p style="color:#4C971C;opacity:0.8;">80%</p>
Text with #4C971C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C971C;}
<p style="text-shadow: 3px 3px 1px #4C971C">Text here.</p>
This text has shadow with #4C971C color.
.textShadow {text-shadow: 3px 3px 1px #4C971C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C971C, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C971C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C971C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C971C, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C971C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C971C;
-webkit-box-shadow: 1px 1px 3px 2px #4C971C;
box-shadow: 1px 1px 3px 2px #4C971C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C971C; -webkit-box-shadow: 1px 1px 3px 2px #4C971C; box-shadow:1px 1px 3px 2px #4C971C;">
Div content here
</div>
This text has color #4C971C on black background.
This text has color #4C971C on white background.
This text has black color on #4C971C background.
This text has white color on #4C971C background.
Complementary color for #hex is #B368E3.