HEX: #4C9D5A
RGB: (76,157,90)
#4C9D5A contains mainly green color. Web safe color of #4C9D5A is #339966 (or #396).
#4C9D5A color RGB value is (76,157,90).
RGB: (76,157,90)
(30%, 62%, 35%)
R 76 of 255 = 30%
G 157 of 255 = 62%
B 90 of 255 = 35%
R + G + B ~ 42%. #4C9D5A is middle color (not dark and not light).
R + G + B = 76 + 157 + 90 = 323 (100%)
R 76 of 323 ~ 23.53%
G 157 of 323 ~ 48.61%
B 90 of 323 ~ 27.86'%
#4C9D5A color CMYK value is (52,0,43,38).
CMYK: (52,0,43,38)
C52M0Y43K38 (52%, 0%, 43%, 38%)
(0.52 / 0.00 / 0.43 / 0.38)
Color #4C9D5A in popluar color models
4C | 9D | 5A | |
---|---|---|---|
RGB | 76 | 157 | 90 |
HSL | 130° | 34.76% | 45.69% |
HSB/HSV | 130° | 51.59% | 61.57% |
CMYK | 51.59% | 0.00% | 42.68% |
38.43% |
Color #4C9D5A in popluar number systems.
HEX | 4C | 9D | 5A |
Decimal | 76 | 157 | 90 |
Binary | 1001100 | 10011101 | 1011010 |
Octal | 114 | 235 | 132 |
Shades of #4C9D5A
Tints of #4C9D5A
Examples of css and html codes for elements with #4C9D5A color. Also use rgb(76,157,90) instead hex code.
.myTextColor { color: #4C9D5A; }
<p style="color:#4C9D5A">This sample text font color is #4C9D5A.</p>
This text font color is #4C9D5A.
.myBgColor { background-color: #4C9D5A; }
<div style="background-color:#4C9D5A">Inner text</div>
This div background color is #4C9D5A.
.myBorderColor { border: 1px solid #4C9D5A; }
<div style="border:3px solid #4C9D5A">Div</div>
This div border color is #4C9D5A.
.myOpacity80 { color: #4C9D5A; opacity: 0.8; }
<p style="color:#4C9D5A;opacity:0.8;">80%</p>
Text with #4C9D5A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C9D5A;}
<p style="text-shadow: 3px 3px 1px #4C9D5A">Text here.</p>
This text has shadow with #4C9D5A color.
.textShadow {text-shadow: 3px 3px 1px #4C9D5A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C9D5A, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C9D5A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C9D5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C9D5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C9D5A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C9D5A;
-webkit-box-shadow: 1px 1px 3px 2px #4C9D5A;
box-shadow: 1px 1px 3px 2px #4C9D5A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C9D5A; -webkit-box-shadow: 1px 1px 3px 2px #4C9D5A; box-shadow:1px 1px 3px 2px #4C9D5A;">
Div content here
</div>
This text has color #4C9D5A on black background.
This text has color #4C9D5A on white background.
This text has black color on #4C9D5A background.
This text has white color on #4C9D5A background.
Complementary color for #hex is #B362A5.