HEX: #4C5D09
RGB: (76,93,9)
#4C5D09 contains mainly red and green colors. Web safe color of #4C5D09 is #336600 (or #360).
#4C5D09 color RGB value is (76,93,9).
RGB: (76,93,9)
(30%, 36%, 4%)
R 76 of 255 = 30%
G 93 of 255 = 36%
B 9 of 255 = 4%
R + G + B ~ 23%. #4C5D09 is dark color.
R + G + B = 76 + 93 + 9 = 178 (100%)
R 76 of 178 ~ 42.7%
G 93 of 178 ~ 52.25%
B 9 of 178 ~ 5.06'%
#4C5D09 color CMYK value is (18,0,90,64).
CMYK: (18,0,90,64) C18M0Y90K64 (18%,0%,90%,64%) (0.18/0.00/0.90/0.64)
Color #4C5D09 in popluar color models
4C | 5D | 09 | |
---|---|---|---|
RGB | 76 | 93 | 9 |
HSL | 72° | 82.35% | 20.00% |
HSB/HSV | 72° | 90.32% | 36.47% |
CMYK | 18.28% | 0.00% | 90.32% |
63.53% |
Color #4C5D09 in popluar number systems.
HEX | 4C | 5D | 09 |
Decimal | 76 | 93 | 9 |
Binary | 1001100 | 1011101 | 1001 |
Octal | 114 | 135 | 11 |
Shades of #4C5D09
Tints of #4C5D09
Examples of css and html codes for elements with #4C5D09 color. Also use rgb(76,93,9) instead hex code.
.myTextColor { color: #4C5D09; }
<p style="color:#4C5D09">This sample text font color is #4C5D09.</p>
This text font color is #4C5D09.
.myBgColor { background-color: #4C5D09; }
<div style="background-color:#4C5D09">Inner text</div>
This div background color is #4C5D09.
.myBorderColor { border: 1px solid #4C5D09; }
<div style="border:3px solid #4C5D09">Div</div>
This div border color is #4C5D09.
.myOpacity80 { color: #4C5D09; opacity: 0.8; }
<p style="color:#4C5D09;opacity:0.8;">80%</p>
Text with #4C5D09 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C5D09;}
<p style="text-shadow: 3px 3px 1px #4C5D09">Text here.</p>
This text has shadow with #4C5D09 color.
.textShadow {text-shadow: 3px 3px 1px #4C5D09', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C5D09, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C5D09 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C5D09, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C5D09, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C5D09 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C5D09;
-webkit-box-shadow: 1px 1px 3px 2px #4C5D09;
box-shadow: 1px 1px 3px 2px #4C5D09;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C5D09; -webkit-box-shadow: 1px 1px 3px 2px #4C5D09; box-shadow:1px 1px 3px 2px #4C5D09;">
Div content here
</div>
This text has color #4C5D09 on black background.
This text has color #4C5D09 on white background.
This text has black color on #4C5D09 background.
This text has white color on #4C5D09 background.
Complementary color for #hex is #B3A2F6.