HEX: #4D996E
RGB: (77,153,110)
#4D996E contains mainly green and blue colors. Web safe color of #4D996E is #339966 (or #396).
#4D996E color RGB value is (77,153,110).
RGB: (77,153,110)
(30%, 60%, 43%)
R 77 of 255 = 30%
G 153 of 255 = 60%
B 110 of 255 = 43%
R + G + B ~ 44%. #4D996E is middle color (not dark and not light).
R + G + B = 77 + 153 + 110 = 340 (100%)
R 77 of 340 ~ 22.65%
G 153 of 340 ~ 45%
B 110 of 340 ~ 32.35'%
#4D996E color CMYK value is (50,0,28,40).
CMYK: (50,0,28,40)
C50M0Y28K40 (50%, 0%, 28%, 40%)
(0.50 / 0.00 / 0.28 / 0.40)
Color #4D996E in popluar color models
4D | 99 | 6E | |
---|---|---|---|
RGB | 77 | 153 | 110 |
HSL | 146° | 33.04% | 45.10% |
HSB/HSV | 146° | 49.67% | 60.00% |
CMYK | 49.67% | 0.00% | 28.10% |
40.00% |
Color #4D996E in popluar number systems.
HEX | 4D | 99 | 6E |
Decimal | 77 | 153 | 110 |
Binary | 1001101 | 10011001 | 1101110 |
Octal | 115 | 231 | 156 |
Shades of #4D996E
Tints of #4D996E
Examples of css and html codes for elements with #4D996E color. Also use rgb(77,153,110) instead hex code.
.myTextColor { color: #4D996E; }
<p style="color:#4D996E">This sample text font color is #4D996E.</p>
This text font color is #4D996E.
.myBgColor { background-color: #4D996E; }
<div style="background-color:#4D996E">Inner text</div>
This div background color is #4D996E.
.myBorderColor { border: 1px solid #4D996E; }
<div style="border:3px solid #4D996E">Div</div>
This div border color is #4D996E.
.myOpacity80 { color: #4D996E; opacity: 0.8; }
<p style="color:#4D996E;opacity:0.8;">80%</p>
Text with #4D996E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D996E;}
<p style="text-shadow: 3px 3px 1px #4D996E">Text here.</p>
This text has shadow with #4D996E color.
.textShadow {text-shadow: 3px 3px 1px #4D996E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D996E, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D996E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D996E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D996E, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D996E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D996E;
-webkit-box-shadow: 1px 1px 3px 2px #4D996E;
box-shadow: 1px 1px 3px 2px #4D996E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D996E; -webkit-box-shadow: 1px 1px 3px 2px #4D996E; box-shadow:1px 1px 3px 2px #4D996E;">
Div content here
</div>
This text has color #4D996E on black background.
This text has color #4D996E on white background.
This text has black color on #4D996E background.
This text has white color on #4D996E background.
Complementary color for #hex is #B26691.