HEX: #4B841D
RGB: (75,132,29)
#4B841D contains mainly red and green colors. Web safe color of #4B841D is #339933 (or #393).
#4B841D color RGB value is (75,132,29).
RGB: (75,132,29)
(29%, 52%, 11%)
R 75 of 255 = 29%
G 132 of 255 = 52%
B 29 of 255 = 11%
R + G + B ~ 31%. #4B841D is quite dark color.
R + G + B = 75 + 132 + 29 = 236 (100%)
R 75 of 236 ~ 31.78%
G 132 of 236 ~ 55.93%
B 29 of 236 ~ 12.29'%
#4B841D color CMYK value is (43,0,78,48).
CMYK: (43,0,78,48)
C43M0Y78K48 (43%, 0%, 78%, 48%)
(0.43 / 0.00 / 0.78 / 0.48)
Color #4B841D in popluar color models
4B | 84 | 1D | |
---|---|---|---|
RGB | 75 | 132 | 29 |
HSL | 93° | 63.98% | 31.57% |
HSB/HSV | 93° | 78.03% | 51.76% |
CMYK | 43.18% | 0.00% | 78.03% |
48.24% |
Color #4B841D in popluar number systems.
HEX | 4B | 84 | 1D |
Decimal | 75 | 132 | 29 |
Binary | 1001011 | 10000100 | 11101 |
Octal | 113 | 204 | 35 |
Shades of #4B841D
Tints of #4B841D
Examples of css and html codes for elements with #4B841D color. Also use rgb(75,132,29) instead hex code.
.myTextColor { color: #4B841D; }
<p style="color:#4B841D">This sample text font color is #4B841D.</p>
This text font color is #4B841D.
.myBgColor { background-color: #4B841D; }
<div style="background-color:#4B841D">Inner text</div>
This div background color is #4B841D.
.myBorderColor { border: 1px solid #4B841D; }
<div style="border:3px solid #4B841D">Div</div>
This div border color is #4B841D.
.myOpacity80 { color: #4B841D; opacity: 0.8; }
<p style="color:#4B841D;opacity:0.8;">80%</p>
Text with #4B841D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B841D;}
<p style="text-shadow: 3px 3px 1px #4B841D">Text here.</p>
This text has shadow with #4B841D color.
.textShadow {text-shadow: 3px 3px 1px #4B841D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B841D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4B841D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B841D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B841D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B841D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B841D;
-webkit-box-shadow: 1px 1px 3px 2px #4B841D;
box-shadow: 1px 1px 3px 2px #4B841D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B841D; -webkit-box-shadow: 1px 1px 3px 2px #4B841D; box-shadow:1px 1px 3px 2px #4B841D;">
Div content here
</div>
This text has color #4B841D on black background.
This text has color #4B841D on white background.
This text has black color on #4B841D background.
This text has white color on #4B841D background.
Complementary color for #hex is #B47BE2.