HEX: #4CB340
RGB: (76,179,64)
#4CB340 contains mainly green color. Web safe color of #4CB340 is #339933 (or #393).
#4CB340 color RGB value is (76,179,64).
RGB: (76,179,64)
(30%, 70%, 25%)
R 76 of 255 = 30%
G 179 of 255 = 70%
B 64 of 255 = 25%
R + G + B ~ 42%. #4CB340 is middle color (not dark and not light).
R + G + B = 76 + 179 + 64 = 319 (100%)
R 76 of 319 ~ 23.82%
G 179 of 319 ~ 56.11%
B 64 of 319 ~ 20.06'%
#4CB340 color CMYK value is (58,0,64,30).
CMYK: (58,0,64,30) C58M0Y64K30 (58%,0%,64%,30%) (0.58/0.00/0.64/0.30)
Color #4CB340 in popluar color models
4C | B3 | 40 | |
---|---|---|---|
RGB | 76 | 179 | 64 |
HSL | 114° | 47.33% | 47.65% |
HSB/HSV | 114° | 64.25% | 70.20% |
CMYK | 57.54% | 0.00% | 64.25% |
29.80% |
Color #4CB340 in popluar number systems.
HEX | 4C | B3 | 40 |
Decimal | 76 | 179 | 64 |
Binary | 1001100 | 10110011 | 1000000 |
Octal | 114 | 263 | 100 |
Shades of #4CB340
Tints of #4CB340
Examples of css and html codes for elements with #4CB340 color. Also use rgb(76,179,64) instead hex code.
.myTextColor { color: #4CB340; }
<p style="color:#4CB340">This sample text font color is #4CB340.</p>
This text font color is #4CB340.
.myBgColor { background-color: #4CB340; }
<div style="background-color:#4CB340">Inner text</div>
This div background color is #4CB340.
.myBorderColor { border: 1px solid #4CB340; }
<div style="border:3px solid #4CB340">Div</div>
This div border color is #4CB340.
.myOpacity80 { color: #4CB340; opacity: 0.8; }
<p style="color:#4CB340;opacity:0.8;">80%</p>
Text with #4CB340 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CB340;}
<p style="text-shadow: 3px 3px 1px #4CB340">Text here.</p>
This text has shadow with #4CB340 color.
.textShadow {text-shadow: 3px 3px 1px #4CB340', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CB340, 5px 5px 20px red">Text here.</p>
This text has shadow with #4CB340 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CB340, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CB340, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CB340 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4CB340;
-webkit-box-shadow: 1px 1px 3px 2px #4CB340;
box-shadow: 1px 1px 3px 2px #4CB340;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4CB340; -webkit-box-shadow: 1px 1px 3px 2px #4CB340; box-shadow:1px 1px 3px 2px #4CB340;">
Div content here
</div>
This text has color #4CB340 on black background.
This text has color #4CB340 on white background.
This text has black color on #4CB340 background.
This text has white color on #4CB340 background.
Complementary color for #hex is #B34CBF.