COLOR #7EA45C

HEX: #7EA45C
RGB: (126,164,92)

Color info

#7EA45C contains mainly red and green colors. Web safe color of #7EA45C is #669966 (or #696).

RGB color model

#7EA45C color RGB value is (126,164,92).

  • red value is 126;
  • green value is 164;
  • blue value is 92.
RGB:
(126,164,92)
(49%,64%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 164 of 255 = 64%
B 92 of 255 = 36%

126
164
92

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

Portions of RGB colors in percentages

R + G + B =
126 + 164 + 92 = 382 (100%)
R 126 of 382 ~ 32.98%
G 164 of 382 ~ 42.93%
B 92 of 382 ~ 24.08%

%32.98
%42.93
%24.08

CMYK color model

#7EA45C color CMYK value is (23,0,44,36).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 35.69%
CMYK:
(23,0,44,36)
C23M0Y44K36 
(23%,0%,44%,36%)
(0.23/0.00/0.44/0.36)	

CMYK percentages

%23.17
%0
%43.9
%35.69

Codes

Color #7EA45C in popluar color models

7EA45C
RGB12616492
HSL92°28.35%50.20%
HSB/HSV92°43.90%64.31%
CMYK23.17%0.00%43.90%
35.69%

Color #7EA45C in popluar number systems.

HEX7EA45C
Decimal12616492
Binary1111110101001001011100
Octal176244134

Shades and tints

Shades of #7EA45C

#7EA45C
(126,164,92)
#739654
(115,150,84)
#68884C
(104,136,76)
#5D7A44
(93,122,68)
#526C3C
(82,108,60)
#475E34
(71,94,52)
#3C502C
(60,80,44)
#314224
(49,66,36)
#26341C
(38,52,28)
#1B2614
(27,38,20)
#10180C
(16,24,12)
#000000
(0,0,0)

Tints of #7EA45C

#7EA45C
(126,164,92)
#89AC6A
(137,172,106)
#94B478
(148,180,120)
#9FBC86
(159,188,134)
#AAC494
(170,196,148)
#B5CCA2
(181,204,162)
#C0D4B0
(192,212,176)
#CBDCBE
(203,220,190)
#D6E4CC
(214,228,204)
#E1ECDA
(225,236,218)
#ECF4E8
(236,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA45C color. Also use rgb(126,164,92) instead hex code.

Text Font Color

.myTextColor { color: #7EA45C; }

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

This text font color is #7EA45C.


Background Color

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

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

This div background color is #7EA45C.


Border color

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

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

This div border color is #7EA45C.


Opacity

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

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

Text with #7EA45C 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 #7EA45C;}

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

This text has shadow with #7EA45C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA45C on black background.


Color preview on white background

This text has color #7EA45C on white background.



Black color preview on #7EA45C background

This text has black color on #7EA45C background.


White color preview on #7EA45C background

This text has white color on #7EA45C background.