HEX: #7D8519
RGB: (125,133,25)
#7D8519 contains mainly red and green colors. Web safe color of #7D8519 is #669900 (or #690).
#7D8519 color RGB value is (125,133,25).
RGB: (125,133,25) (49%,52%,10%)
R 125 of 255 = 49%
G 133 of 255 = 52%
B 25 of 255 = 10%
R + G + B ~ 37%. #7D8519 is quite dark color.
R + G + B =
125 + 133 + 25 = 283 (100%)
R 125 of 283 ~ 44.17%
G 133 of 283 ~ 47%
B 25 of 283 ~ 8.83%
#7D8519 color CMYK value is (6,0,81,48).
CMYK: (6,0,81,48) C6M0Y81K48 (6%,0%,81%,48%) (0.06/0.00/0.81/0.48)
7D | 85 | 19 | |
---|---|---|---|
RGB | 125 | 133 | 25 |
HSL | 64° | 68.35% | 30.98% |
HSB/HSV | 64° | 81.20% | 52.16% |
CMYK | 6.02% | 0.00% | 81.20% |
47.84% |
HEX | 7D | 85 | 19 |
Decimal | 125 | 133 | 25 |
Binary | 1111101 | 10000101 | 11001 |
Octal | 175 | 205 | 31 |
Examples of css and html codes for elements with #7D8519 color. Also use rgb(125,133,25) instead hex code.
.myTextColor { color: #7D8519; }
<p style="color:#7D8519">This sample text font color is #7D8519.</p>
This text font color is #7D8519.
.myBgColor { background-color: #7D8519; }
<div style="background-color:#7D8519">Inner text</div>
This div background color is #7D8519.
.myBorderColor { border: 1px solid #7D8519; }
<div style="border:3px solid #7D8519">Div</div>
This div border color is #7D8519.
.myOpacity80 { color: #7D8519; opacity: 0.8; }
<p style="color:#7D8519;opacity:0.8;">80%</p>
Text with #7D8519 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D8519;}
<p style="text-shadow: 3px 3px 1px #7D8519">Text here.</p>
This text has shadow with #7D8519 color.
.textShadow {text-shadow: 3px 3px 1px #7D8519, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D8519, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D8519 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D8519, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D8519, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D8519 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D8519; -webkit-box-shadow: 1px 1px 3px 2px #7D8519; box-shadow: 1px 1px 3px 2px #7D8519; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D8519; -webkit-box-shadow: 1px 1px 3px 2px #7D8519; box-shadow:1px 1px 3px 2px #7D8519;">
Div content here</div>
This text has color #7D8519 on black background.
This text has color #7D8519 on white background.
This text has black color on #7D8519 background.
This text has white color on #7D8519 background.