HEX: #7E953A
RGB: (126,149,58)
#7E953A contains mainly red and green colors. Web safe color of #7E953A is #669933 (or #693).
#7E953A color RGB value is (126,149,58).
RGB: (126,149,58) (49%,58%,23%)
R 126 of 255 = 49%
G 149 of 255 = 58%
B 58 of 255 = 23%
R + G + B ~ 43%. #7E953A is middle color (not dark and not light).
R + G + B =
126 + 149 + 58 = 333 (100%)
R 126 of 333 ~ 37.84%
G 149 of 333 ~ 44.74%
B 58 of 333 ~ 17.42%
#7E953A color CMYK value is (15,0,61,42).
CMYK: (15,0,61,42) C15M0Y61K42 (15%,0%,61%,42%) (0.15/0.00/0.61/0.42)
7E | 95 | 3A | |
---|---|---|---|
RGB | 126 | 149 | 58 |
HSL | 75° | 43.96% | 40.59% |
HSB/HSV | 75° | 61.07% | 58.43% |
CMYK | 15.44% | 0.00% | 61.07% |
41.57% |
HEX | 7E | 95 | 3A |
Decimal | 126 | 149 | 58 |
Binary | 1111110 | 10010101 | 111010 |
Octal | 176 | 225 | 72 |
Examples of css and html codes for elements with #7E953A color. Also use rgb(126,149,58) instead hex code.
.myTextColor { color: #7E953A; }
<p style="color:#7E953A">This sample text font color is #7E953A.</p>
This text font color is #7E953A.
.myBgColor { background-color: #7E953A; }
<div style="background-color:#7E953A">Inner text</div>
This div background color is #7E953A.
.myBorderColor { border: 1px solid #7E953A; }
<div style="border:3px solid #7E953A">Div</div>
This div border color is #7E953A.
.myOpacity80 { color: #7E953A; opacity: 0.8; }
<p style="color:#7E953A;opacity:0.8;">80%</p>
Text with #7E953A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E953A;}
<p style="text-shadow: 3px 3px 1px #7E953A">Text here.</p>
This text has shadow with #7E953A color.
.textShadow {text-shadow: 3px 3px 1px #7E953A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E953A, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E953A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E953A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E953A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E953A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E953A; -webkit-box-shadow: 1px 1px 3px 2px #7E953A; box-shadow: 1px 1px 3px 2px #7E953A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E953A; -webkit-box-shadow: 1px 1px 3px 2px #7E953A; box-shadow:1px 1px 3px 2px #7E953A;">
Div content here</div>
This text has color #7E953A on black background.
This text has color #7E953A on white background.
This text has black color on #7E953A background.
This text has white color on #7E953A background.