COLOR #7EA53E

HEX: #7EA53E
RGB: (126,165,62)

Color info

#7EA53E contains mainly red and green colors. Web safe color of #7EA53E is #669933 (or #693).

RGB color model

#7EA53E color RGB value is (126,165,62).

  • red value is 126;
  • green value is 165;
  • blue value is 62.
RGB:
(126,165,62)
(49%,65%,24%)

RGB channels and saturation

R 126 of 255 = 49%
G 165 of 255 = 65%
B 62 of 255 = 24%

126
165
62

R + G + B ~ 46%. #7EA53E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 165 + 62 = 353 (100%)
R 126 of 353 ~ 35.69%
G 165 of 353 ~ 46.74%
B 62 of 353 ~ 17.56%

%35.69
%46.74
%17.56

CMYK color model

#7EA53E color CMYK value is (24,0,62,35).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 62.42%
  • key color value is 35.29%
CMYK:
(24,0,62,35)
C24M0Y62K35 
(24%,0%,62%,35%)
(0.24/0.00/0.62/0.35)	

CMYK percentages

%23.64
%0
%62.42
%35.29

Codes

Color #7EA53E in popluar color models

7EA53E
RGB12616562
HSL83°45.37%44.51%
HSB/HSV83°62.42%64.71%
CMYK23.64%0.00%62.42%
35.29%

Color #7EA53E in popluar number systems.

HEX7EA53E
Decimal12616562
Binary111111010100101111110
Octal17624576

Shades and tints

Shades of #7EA53E

#7EA53E
(126,165,62)
#739639
(115,150,57)
#688734
(104,135,52)
#5D782F
(93,120,47)
#52692A
(82,105,42)
#475A25
(71,90,37)
#3C4B20
(60,75,32)
#313C1B
(49,60,27)
#262D16
(38,45,22)
#1B1E11
(27,30,17)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7EA53E

#7EA53E
(126,165,62)
#89AD4F
(137,173,79)
#94B560
(148,181,96)
#9FBD71
(159,189,113)
#AAC582
(170,197,130)
#B5CD93
(181,205,147)
#C0D5A4
(192,213,164)
#CBDDB5
(203,221,181)
#D6E5C6
(214,229,198)
#E1EDD7
(225,237,215)
#ECF5E8
(236,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA53E color. Also use rgb(126,165,62) instead hex code.

Text Font Color

.myTextColor { color: #7EA53E; }

<p style="color:#7EA53E">This sample text font color is #7EA53E.</p>

This text font color is #7EA53E.


Background Color

.myBgColor { background-color: #7EA53E; }

<div style="background-color:#7EA53E">Inner text</div>

This div background color is #7EA53E.


Border color

.myBorderColor { border: 1px solid #7EA53E; }

<div style="border:3px solid #7EA53E">Div</div>

This div border color is #7EA53E.


Opacity

.myOpacity80 { color: #7EA53E; opacity: 0.8; }

<p style="color:#7EA53E;opacity:0.8;">80%</p>

Text with #7EA53E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7EA53E;}

<p style="text-shadow: 3px 3px 1px #7EA53E">Text here.</p>

This text has shadow with #7EA53E color.

.textShadow {text-shadow: 3px 3px 1px #7EA53E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7EA53E, 5px 5px 20px red">Text here.</p>

This text has shadow with #7EA53E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EA53E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7EA53E, Direction=45, Strength=4)">Text</p>

This text has shadow with #7EA53E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7EA53E;
  -webkit-box-shadow:	1px 1px 3px 2px #7EA53E;
  box-shadow:		1px 1px 3px 2px #7EA53E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EA53E;
-webkit-box-shadow: 1px 1px 3px 2px #7EA53E;
box-shadow:1px 1px 3px 2px #7EA53E;">
Div content here</div>
This div box has shadow with color #7EA53E.

Preview

Color preview on black background

This text has color #7EA53E on black background.


Color preview on white background

This text has color #7EA53E on white background.



Black color preview on #7EA53E background

This text has black color on #7EA53E background.


White color preview on #7EA53E background

This text has white color on #7EA53E background.