HEX: #7D884B
RGB: (125,136,75)
#7D884B contains mainly red and green colors. Web safe color of #7D884B is #669933 (or #693).
#7D884B color RGB value is (125,136,75).
RGB: (125,136,75)
(49%, 53%, 29%)
R 125 of 255 = 49%
G 136 of 255 = 53%
B 75 of 255 = 29%
R + G + B ~ 44%. #7D884B is middle color (not dark and not light).
R + G + B = 125 + 136 + 75 = 336 (100%)
R 125 of 336 ~ 37.2%
G 136 of 336 ~ 40.48%
B 75 of 336 ~ 22.32'%
#7D884B color CMYK value is (8,0,45,47).
CMYK: (8,0,45,47)
C8M0Y45K47 (8%, 0%, 45%, 47%)
(0.08 / 0.00 / 0.45 / 0.47)
Color #7D884B in popluar color models
7D | 88 | 4B | |
---|---|---|---|
RGB | 125 | 136 | 75 |
HSL | 71° | 28.91% | 41.37% |
HSB/HSV | 71° | 44.85% | 53.33% |
CMYK | 8.09% | 0.00% | 44.85% |
46.67% |
Color #7D884B in popluar number systems.
HEX | 7D | 88 | 4B |
Decimal | 125 | 136 | 75 |
Binary | 1111101 | 10001000 | 1001011 |
Octal | 175 | 210 | 113 |
Shades of #7D884B
Tints of #7D884B
Examples of css and html codes for elements with #7D884B color. Also use rgb(125,136,75) instead hex code.
.myTextColor { color: #7D884B; }
<p style="color:#7D884B">This sample text font color is #7D884B.</p>
This text font color is #7D884B.
.myBgColor { background-color: #7D884B; }
<div style="background-color:#7D884B">Inner text</div>
This div background color is #7D884B.
.myBorderColor { border: 1px solid #7D884B; }
<div style="border:3px solid #7D884B">Div</div>
This div border color is #7D884B.
.myOpacity80 { color: #7D884B; opacity: 0.8; }
<p style="color:#7D884B;opacity:0.8;">80%</p>
Text with #7D884B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D884B;}
<p style="text-shadow: 3px 3px 1px #7D884B">Text here.</p>
This text has shadow with #7D884B color.
.textShadow {text-shadow: 3px 3px 1px #7D884B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D884B, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D884B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D884B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D884B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D884B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D884B;
-webkit-box-shadow: 1px 1px 3px 2px #7D884B;
box-shadow: 1px 1px 3px 2px #7D884B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D884B; -webkit-box-shadow: 1px 1px 3px 2px #7D884B; box-shadow:1px 1px 3px 2px #7D884B;">
Div content here
</div>
This text has color #7D884B on black background.
This text has color #7D884B on white background.
This text has black color on #7D884B background.
This text has white color on #7D884B background.
Complementary color for #hex is #8277B4.