HEX: #4C984C
RGB: (76,152,76)
#4C984C contains mainly green color. Web safe color of #4C984C is #339933 (or #393).
#4C984C color RGB value is (76,152,76).
RGB: (76,152,76)
(30%, 60%, 30%)
R 76 of 255 = 30%
G 152 of 255 = 60%
B 76 of 255 = 30%
R + G + B ~ 40%. #4C984C is middle color (not dark and not light).
R + G + B = 76 + 152 + 76 = 304 (100%)
R 76 of 304 ~ 25%
G 152 of 304 ~ 50%
B 76 of 304 ~ 25'%
#4C984C color CMYK value is (50,0,50,40).
CMYK: (50,0,50,40) C50M0Y50K40 (50%,0%,50%,40%) (0.50/0.00/0.50/0.40)
Color #4C984C in popluar color models
4C | 98 | 4C | |
---|---|---|---|
RGB | 76 | 152 | 76 |
HSL | 120° | 33.33% | 44.71% |
HSB/HSV | 120° | 50.00% | 59.61% |
CMYK | 50.00% | 0.00% | 50.00% |
40.39% |
Color #4C984C in popluar number systems.
HEX | 4C | 98 | 4C |
Decimal | 76 | 152 | 76 |
Binary | 1001100 | 10011000 | 1001100 |
Octal | 114 | 230 | 114 |
Shades of #4C984C
Tints of #4C984C
Examples of css and html codes for elements with #4C984C color. Also use rgb(76,152,76) instead hex code.
.myTextColor { color: #4C984C; }
<p style="color:#4C984C">This sample text font color is #4C984C.</p>
This text font color is #4C984C.
.myBgColor { background-color: #4C984C; }
<div style="background-color:#4C984C">Inner text</div>
This div background color is #4C984C.
.myBorderColor { border: 1px solid #4C984C; }
<div style="border:3px solid #4C984C">Div</div>
This div border color is #4C984C.
.myOpacity80 { color: #4C984C; opacity: 0.8; }
<p style="color:#4C984C;opacity:0.8;">80%</p>
Text with #4C984C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C984C;}
<p style="text-shadow: 3px 3px 1px #4C984C">Text here.</p>
This text has shadow with #4C984C color.
.textShadow {text-shadow: 3px 3px 1px #4C984C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C984C, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C984C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C984C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C984C, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C984C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C984C;
-webkit-box-shadow: 1px 1px 3px 2px #4C984C;
box-shadow: 1px 1px 3px 2px #4C984C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C984C; -webkit-box-shadow: 1px 1px 3px 2px #4C984C; box-shadow:1px 1px 3px 2px #4C984C;">
Div content here
</div>
This text has color #4C984C on black background.
This text has color #4C984C on white background.
This text has black color on #4C984C background.
This text has white color on #4C984C background.
Complementary color for #hex is #B367B3.