HEX: #4C712A
RGB: (76,113,42)
#4C712A contains mainly red and green colors. Web safe color of #4C712A is #336633 (or #363).
#4C712A color RGB value is (76,113,42).
RGB: (76,113,42)
(30%, 44%, 16%)
R 76 of 255 = 30%
G 113 of 255 = 44%
B 42 of 255 = 16%
R + G + B ~ 30%. #4C712A is quite dark color.
R + G + B = 76 + 113 + 42 = 231 (100%)
R 76 of 231 ~ 32.9%
G 113 of 231 ~ 48.92%
B 42 of 231 ~ 18.18'%
#4C712A color CMYK value is (33,0,63,56).
CMYK: (33,0,63,56)
C33M0Y63K56 (33%, 0%, 63%, 56%)
(0.33 / 0.00 / 0.63 / 0.56)
Color #4C712A in popluar color models
4C | 71 | 2A | |
---|---|---|---|
RGB | 76 | 113 | 42 |
HSL | 91° | 45.81% | 30.39% |
HSB/HSV | 91° | 62.83% | 44.31% |
CMYK | 32.74% | 0.00% | 62.83% |
55.69% |
Color #4C712A in popluar number systems.
HEX | 4C | 71 | 2A |
Decimal | 76 | 113 | 42 |
Binary | 1001100 | 1110001 | 101010 |
Octal | 114 | 161 | 52 |
Shades of #4C712A
Tints of #4C712A
Examples of css and html codes for elements with #4C712A color. Also use rgb(76,113,42) instead hex code.
.myTextColor { color: #4C712A; }
<p style="color:#4C712A">This sample text font color is #4C712A.</p>
This text font color is #4C712A.
.myBgColor { background-color: #4C712A; }
<div style="background-color:#4C712A">Inner text</div>
This div background color is #4C712A.
.myBorderColor { border: 1px solid #4C712A; }
<div style="border:3px solid #4C712A">Div</div>
This div border color is #4C712A.
.myOpacity80 { color: #4C712A; opacity: 0.8; }
<p style="color:#4C712A;opacity:0.8;">80%</p>
Text with #4C712A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C712A;}
<p style="text-shadow: 3px 3px 1px #4C712A">Text here.</p>
This text has shadow with #4C712A color.
.textShadow {text-shadow: 3px 3px 1px #4C712A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C712A, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C712A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C712A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C712A, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C712A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C712A;
-webkit-box-shadow: 1px 1px 3px 2px #4C712A;
box-shadow: 1px 1px 3px 2px #4C712A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C712A; -webkit-box-shadow: 1px 1px 3px 2px #4C712A; box-shadow:1px 1px 3px 2px #4C712A;">
Div content here
</div>
This text has color #4C712A on black background.
This text has color #4C712A on white background.
This text has black color on #4C712A background.
This text has white color on #4C712A background.
Complementary color for #hex is #B38ED5.