HEX: #4B8740
RGB: (75,135,64)
#4B8740 contains mainly green color. Web safe color of #4B8740 is #339933 (or #393).
#4B8740 color RGB value is (75,135,64).
RGB: (75,135,64)
(29%, 53%, 25%)
R 75 of 255 = 29%
G 135 of 255 = 53%
B 64 of 255 = 25%
R + G + B ~ 36%. #4B8740 is quite dark color.
R + G + B = 75 + 135 + 64 = 274 (100%)
R 75 of 274 ~ 27.37%
G 135 of 274 ~ 49.27%
B 64 of 274 ~ 23.36'%
#4B8740 color CMYK value is (44,0,53,47).
CMYK: (44,0,53,47) C44M0Y53K47 (44%,0%,53%,47%) (0.44/0.00/0.53/0.47)
Color #4B8740 in popluar color models
4B | 87 | 40 | |
---|---|---|---|
RGB | 75 | 135 | 64 |
HSL | 111° | 35.68% | 39.02% |
HSB/HSV | 111° | 52.59% | 52.94% |
CMYK | 44.44% | 0.00% | 52.59% |
47.06% |
Color #4B8740 in popluar number systems.
HEX | 4B | 87 | 40 |
Decimal | 75 | 135 | 64 |
Binary | 1001011 | 10000111 | 1000000 |
Octal | 113 | 207 | 100 |
Shades of #4B8740
Tints of #4B8740
Examples of css and html codes for elements with #4B8740 color. Also use rgb(75,135,64) instead hex code.
.myTextColor { color: #4B8740; }
<p style="color:#4B8740">This sample text font color is #4B8740.</p>
This text font color is #4B8740.
.myBgColor { background-color: #4B8740; }
<div style="background-color:#4B8740">Inner text</div>
This div background color is #4B8740.
.myBorderColor { border: 1px solid #4B8740; }
<div style="border:3px solid #4B8740">Div</div>
This div border color is #4B8740.
.myOpacity80 { color: #4B8740; opacity: 0.8; }
<p style="color:#4B8740;opacity:0.8;">80%</p>
Text with #4B8740 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B8740;}
<p style="text-shadow: 3px 3px 1px #4B8740">Text here.</p>
This text has shadow with #4B8740 color.
.textShadow {text-shadow: 3px 3px 1px #4B8740', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B8740, 5px 5px 20px red">Text here.</p>
This text has shadow with #4B8740 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B8740, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B8740, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B8740 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B8740;
-webkit-box-shadow: 1px 1px 3px 2px #4B8740;
box-shadow: 1px 1px 3px 2px #4B8740;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B8740; -webkit-box-shadow: 1px 1px 3px 2px #4B8740; box-shadow:1px 1px 3px 2px #4B8740;">
Div content here
</div>
This text has color #4B8740 on black background.
This text has color #4B8740 on white background.
This text has black color on #4B8740 background.
This text has white color on #4B8740 background.
Complementary color for #hex is #B478BF.