HEX: #7D8A4E
RGB: (125,138,78)
#7D8A4E contains mainly red and green colors. Web safe color of #7D8A4E is #669966 (or #696).
#7D8A4E color RGB value is (125,138,78).
RGB: (125,138,78)
(49%, 54%, 31%)
R 125 of 255 = 49%
G 138 of 255 = 54%
B 78 of 255 = 31%
R + G + B ~ 45%. #7D8A4E is middle color (not dark and not light).
R + G + B = 125 + 138 + 78 = 341 (100%)
R 125 of 341 ~ 36.66%
G 138 of 341 ~ 40.47%
B 78 of 341 ~ 22.87'%
#7D8A4E color CMYK value is (9,0,43,46).
CMYK: (9,0,43,46)
C9M0Y43K46 (9%, 0%, 43%, 46%)
(0.09 / 0.00 / 0.43 / 0.46)
Color #7D8A4E in popluar color models
7D | 8A | 4E | |
---|---|---|---|
RGB | 125 | 138 | 78 |
HSL | 73° | 27.78% | 42.35% |
HSB/HSV | 73° | 43.48% | 54.12% |
CMYK | 9.42% | 0.00% | 43.48% |
45.88% |
Color #7D8A4E in popluar number systems.
HEX | 7D | 8A | 4E |
Decimal | 125 | 138 | 78 |
Binary | 1111101 | 10001010 | 1001110 |
Octal | 175 | 212 | 116 |
Shades of #7D8A4E
Tints of #7D8A4E
Examples of css and html codes for elements with #7D8A4E color. Also use rgb(125,138,78) instead hex code.
.myTextColor { color: #7D8A4E; }
<p style="color:#7D8A4E">This sample text font color is #7D8A4E.</p>
This text font color is #7D8A4E.
.myBgColor { background-color: #7D8A4E; }
<div style="background-color:#7D8A4E">Inner text</div>
This div background color is #7D8A4E.
.myBorderColor { border: 1px solid #7D8A4E; }
<div style="border:3px solid #7D8A4E">Div</div>
This div border color is #7D8A4E.
.myOpacity80 { color: #7D8A4E; opacity: 0.8; }
<p style="color:#7D8A4E;opacity:0.8;">80%</p>
Text with #7D8A4E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D8A4E;}
<p style="text-shadow: 3px 3px 1px #7D8A4E">Text here.</p>
This text has shadow with #7D8A4E color.
.textShadow {text-shadow: 3px 3px 1px #7D8A4E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D8A4E, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D8A4E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D8A4E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D8A4E, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D8A4E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D8A4E;
-webkit-box-shadow: 1px 1px 3px 2px #7D8A4E;
box-shadow: 1px 1px 3px 2px #7D8A4E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D8A4E; -webkit-box-shadow: 1px 1px 3px 2px #7D8A4E; box-shadow:1px 1px 3px 2px #7D8A4E;">
Div content here
</div>
This text has color #7D8A4E on black background.
This text has color #7D8A4E on white background.
This text has black color on #7D8A4E background.
This text has white color on #7D8A4E background.
Complementary color for #hex is #8275B1.