HEX: #4B995F
RGB: (75,153,95)
#4B995F contains mainly green and blue colors. Web safe color of #4B995F is #339966 (or #396).
#4B995F color RGB value is (75,153,95).
RGB: (75,153,95)
(29%, 60%, 37%)
R 75 of 255 = 29%
G 153 of 255 = 60%
B 95 of 255 = 37%
R + G + B ~ 42%. #4B995F is middle color (not dark and not light).
R + G + B = 75 + 153 + 95 = 323 (100%)
R 75 of 323 ~ 23.22%
G 153 of 323 ~ 47.37%
B 95 of 323 ~ 29.41'%
#4B995F color CMYK value is (51,0,38,40).
CMYK: (51,0,38,40) C51M0Y38K40 (51%,0%,38%,40%) (0.51/0.00/0.38/0.40)
Color #4B995F in popluar color models
4B | 99 | 5F | |
---|---|---|---|
RGB | 75 | 153 | 95 |
HSL | 135° | 34.21% | 44.71% |
HSB/HSV | 135° | 50.98% | 60.00% |
CMYK | 50.98% | 0.00% | 37.91% |
40.00% |
Color #4B995F in popluar number systems.
HEX | 4B | 99 | 5F |
Decimal | 75 | 153 | 95 |
Binary | 1001011 | 10011001 | 1011111 |
Octal | 113 | 231 | 137 |
Shades of #4B995F
Tints of #4B995F
Examples of css and html codes for elements with #4B995F color. Also use rgb(75,153,95) instead hex code.
.myTextColor { color: #4B995F; }
<p style="color:#4B995F">This sample text font color is #4B995F.</p>
This text font color is #4B995F.
.myBgColor { background-color: #4B995F; }
<div style="background-color:#4B995F">Inner text</div>
This div background color is #4B995F.
.myBorderColor { border: 1px solid #4B995F; }
<div style="border:3px solid #4B995F">Div</div>
This div border color is #4B995F.
.myOpacity80 { color: #4B995F; opacity: 0.8; }
<p style="color:#4B995F;opacity:0.8;">80%</p>
Text with #4B995F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B995F;}
<p style="text-shadow: 3px 3px 1px #4B995F">Text here.</p>
This text has shadow with #4B995F color.
.textShadow {text-shadow: 3px 3px 1px #4B995F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B995F, 5px 5px 20px red">Text here.</p>
This text has shadow with #4B995F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B995F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B995F, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B995F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B995F;
-webkit-box-shadow: 1px 1px 3px 2px #4B995F;
box-shadow: 1px 1px 3px 2px #4B995F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B995F; -webkit-box-shadow: 1px 1px 3px 2px #4B995F; box-shadow:1px 1px 3px 2px #4B995F;">
Div content here
</div>
This text has color #4B995F on black background.
This text has color #4B995F on white background.
This text has black color on #4B995F background.
This text has white color on #4B995F background.
Complementary color for #hex is #B466A0.