HEX: #7EAE57
RGB: (126,174,87)
#7EAE57 contains mainly red and green colors. Web safe color of #7EAE57 is #669966 (or #696).
#7EAE57 color RGB value is (126,174,87).
RGB: (126,174,87)
(49%, 68%, 34%)
R 126 of 255 = 49%
G 174 of 255 = 68%
B 87 of 255 = 34%
R + G + B ~ 50%. #7EAE57 is middle color (not dark and not light).
R + G + B = 126 + 174 + 87 = 387 (100%)
R 126 of 387 ~ 32.56%
G 174 of 387 ~ 44.96%
B 87 of 387 ~ 22.48'%
#7EAE57 color CMYK value is (28,0,50,32).
CMYK: (28,0,50,32) C28M0Y50K32 (28%,0%,50%,32%) (0.28/0.00/0.50/0.32)
Color #7EAE57 in popluar color models
7E | AE | 57 | |
---|---|---|---|
RGB | 126 | 174 | 87 |
HSL | 93° | 34.94% | 51.18% |
HSB/HSV | 93° | 50.00% | 68.24% |
CMYK | 27.59% | 0.00% | 50.00% |
31.76% |
Color #7EAE57 in popluar number systems.
HEX | 7E | AE | 57 |
Decimal | 126 | 174 | 87 |
Binary | 1111110 | 10101110 | 1010111 |
Octal | 176 | 256 | 127 |
Shades of #7EAE57
Tints of #7EAE57
Examples of css and html codes for elements with #7EAE57 color. Also use rgb(126,174,87) instead hex code.
.myTextColor { color: #7EAE57; }
<p style="color:#7EAE57">This sample text font color is #7EAE57.</p>
This text font color is #7EAE57.
.myBgColor { background-color: #7EAE57; }
<div style="background-color:#7EAE57">Inner text</div>
This div background color is #7EAE57.
.myBorderColor { border: 1px solid #7EAE57; }
<div style="border:3px solid #7EAE57">Div</div>
This div border color is #7EAE57.
.myOpacity80 { color: #7EAE57; opacity: 0.8; }
<p style="color:#7EAE57;opacity:0.8;">80%</p>
Text with #7EAE57 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EAE57;}
<p style="text-shadow: 3px 3px 1px #7EAE57">Text here.</p>
This text has shadow with #7EAE57 color.
.textShadow {text-shadow: 3px 3px 1px #7EAE57', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EAE57, 5px 5px 20px red">Text here.</p>
This text has shadow with #7EAE57 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EAE57, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EAE57, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EAE57 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EAE57;
-webkit-box-shadow: 1px 1px 3px 2px #7EAE57;
box-shadow: 1px 1px 3px 2px #7EAE57;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EAE57; -webkit-box-shadow: 1px 1px 3px 2px #7EAE57; box-shadow:1px 1px 3px 2px #7EAE57;">
Div content here
</div>
This text has color #7EAE57 on black background.
This text has color #7EAE57 on white background.
This text has black color on #7EAE57 background.
This text has white color on #7EAE57 background.
Complementary color for #hex is #8151A8.