HEX: #4D8531
RGB: (77,133,49)
#4D8531 contains mainly red and green colors. Web safe color of #4D8531 is #339933 (or #393).
#4D8531 color RGB value is (77,133,49).
RGB: (77,133,49)
(30%, 52%, 19%)
R 77 of 255 = 30%
G 133 of 255 = 52%
B 49 of 255 = 19%
R + G + B ~ 34%. #4D8531 is quite dark color.
R + G + B = 77 + 133 + 49 = 259 (100%)
R 77 of 259 ~ 29.73%
G 133 of 259 ~ 51.35%
B 49 of 259 ~ 18.92'%
#4D8531 color CMYK value is (42,0,63,48).
CMYK: (42,0,63,48)
C42M0Y63K48 (42%, 0%, 63%, 48%)
(0.42 / 0.00 / 0.63 / 0.48)
Color #4D8531 in popluar color models
4D | 85 | 31 | |
---|---|---|---|
RGB | 77 | 133 | 49 |
HSL | 100° | 46.15% | 35.69% |
HSB/HSV | 100° | 63.16% | 52.16% |
CMYK | 42.11% | 0.00% | 63.16% |
47.84% |
Color #4D8531 in popluar number systems.
HEX | 4D | 85 | 31 |
Decimal | 77 | 133 | 49 |
Binary | 1001101 | 10000101 | 110001 |
Octal | 115 | 205 | 61 |
Shades of #4D8531
Tints of #4D8531
Examples of css and html codes for elements with #4D8531 color. Also use rgb(77,133,49) instead hex code.
.myTextColor { color: #4D8531; }
<p style="color:#4D8531">This sample text font color is #4D8531.</p>
This text font color is #4D8531.
.myBgColor { background-color: #4D8531; }
<div style="background-color:#4D8531">Inner text</div>
This div background color is #4D8531.
.myBorderColor { border: 1px solid #4D8531; }
<div style="border:3px solid #4D8531">Div</div>
This div border color is #4D8531.
.myOpacity80 { color: #4D8531; opacity: 0.8; }
<p style="color:#4D8531;opacity:0.8;">80%</p>
Text with #4D8531 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D8531;}
<p style="text-shadow: 3px 3px 1px #4D8531">Text here.</p>
This text has shadow with #4D8531 color.
.textShadow {text-shadow: 3px 3px 1px #4D8531', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D8531, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D8531 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D8531, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D8531, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D8531 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D8531;
-webkit-box-shadow: 1px 1px 3px 2px #4D8531;
box-shadow: 1px 1px 3px 2px #4D8531;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D8531; -webkit-box-shadow: 1px 1px 3px 2px #4D8531; box-shadow:1px 1px 3px 2px #4D8531;">
Div content here
</div>
This text has color #4D8531 on black background.
This text has color #4D8531 on white background.
This text has black color on #4D8531 background.
This text has white color on #4D8531 background.
Complementary color for #hex is #B27ACE.