HEX: #4D8309
RGB: (77,131,9)
#4D8309 contains mainly red and green colors. Web safe color of #4D8309 is #339900 (or #390).
#4D8309 color RGB value is (77,131,9).
RGB: (77,131,9) (30%,51%,4%)
R 77 of 255 = 30%
G 131 of 255 = 51%
B 9 of 255 = 4%
R + G + B ~ 28%. #4D8309 is quite dark color.
R + G + B =
77 + 131 + 9 = 217 (100%)
R 77 of 217 ~ 35.48%
G 131 of 217 ~ 60.37%
B 9 of 217 ~ 4.15%
#4D8309 color CMYK value is (41,0,93,49).
CMYK: (41,0,93,49) C41M0Y93K49 (41%,0%,93%,49%) (0.41/0.00/0.93/0.49)
4D | 83 | 09 | |
---|---|---|---|
RGB | 77 | 131 | 9 |
HSL | 87° | 87.14% | 27.45% |
HSB/HSV | 87° | 93.13% | 51.37% |
CMYK | 41.22% | 0.00% | 93.13% |
48.63% |
HEX | 4D | 83 | 09 |
Decimal | 77 | 131 | 9 |
Binary | 1001101 | 10000011 | 1001 |
Octal | 115 | 203 | 11 |
Examples of css and html codes for elements with #4D8309 color. Also use rgb(77,131,9) instead hex code.
.myTextColor { color: #4D8309; }
<p style="color:#4D8309">This sample text font color is #4D8309.</p>
This text font color is #4D8309.
.myBgColor { background-color: #4D8309; }
<div style="background-color:#4D8309">Inner text</div>
This div background color is #4D8309.
.myBorderColor { border: 1px solid #4D8309; }
<div style="border:3px solid #4D8309">Div</div>
This div border color is #4D8309.
.myOpacity80 { color: #4D8309; opacity: 0.8; }
<p style="color:#4D8309;opacity:0.8;">80%</p>
Text with #4D8309 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D8309;}
<p style="text-shadow: 3px 3px 1px #4D8309">Text here.</p>
This text has shadow with #4D8309 color.
.textShadow {text-shadow: 3px 3px 1px #4D8309, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D8309, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D8309 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D8309, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D8309, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D8309 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4D8309; -webkit-box-shadow: 1px 1px 3px 2px #4D8309; box-shadow: 1px 1px 3px 2px #4D8309; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4D8309; -webkit-box-shadow: 1px 1px 3px 2px #4D8309; box-shadow:1px 1px 3px 2px #4D8309;">
Div content here</div>
This text has color #4D8309 on black background.
This text has color #4D8309 on white background.
This text has black color on #4D8309 background.
This text has white color on #4D8309 background.