COLOR #7EA58C

HEX: #7EA58C
RGB: (126,165,140)

Color info

#7EA58C contains red, green and blue colors in about the same proportion. Web safe color of #7EA58C is #669999 (or #699).

RGB color model

#7EA58C color RGB value is (126,165,140).

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

RGB channels and saturation

R 126 of 255 = 49%
G 165 of 255 = 65%
B 140 of 255 = 55%

126
165
140

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

Portions of RGB colors in percentages

R + G + B =
126 + 165 + 140 = 431 (100%)
R 126 of 431 ~ 29.23%
G 165 of 431 ~ 38.28%
B 140 of 431 ~ 32.48%

%29.23
%38.28
%32.48

CMYK color model

#7EA58C color CMYK value is (24,0,15,35).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK:
(24,0,15,35)
C24M0Y15K35 
(24%,0%,15%,35%)
(0.24/0.00/0.15/0.35)	

CMYK percentages

%23.64
%0
%15.15
%35.29

Codes

Color #7EA58C in popluar color models

7EA58C
RGB126165140
HSL142°17.81%57.06%
HSB/HSV142°23.64%64.71%
CMYK23.64%0.00%15.15%
35.29%

Color #7EA58C in popluar number systems.

HEX7EA58C
Decimal126165140
Binary11111101010010110001100
Octal176245214

Shades and tints

Shades of #7EA58C

#7EA58C
(126,165,140)
#739680
(115,150,128)
#688774
(104,135,116)
#5D7868
(93,120,104)
#52695C
(82,105,92)
#475A50
(71,90,80)
#3C4B44
(60,75,68)
#313C38
(49,60,56)
#262D2C
(38,45,44)
#1B1E20
(27,30,32)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #7EA58C

#7EA58C
(126,165,140)
#89AD96
(137,173,150)
#94B5A0
(148,181,160)
#9FBDAA
(159,189,170)
#AAC5B4
(170,197,180)
#B5CDBE
(181,205,190)
#C0D5C8
(192,213,200)
#CBDDD2
(203,221,210)
#D6E5DC
(214,229,220)
#E1EDE6
(225,237,230)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA58C; }

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

This text font color is #7EA58C.


Background Color

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

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

This div background color is #7EA58C.


Border color

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

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

This div border color is #7EA58C.


Opacity

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

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

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

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

This text has shadow with #7EA58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA58C on black background.


Color preview on white background

This text has color #7EA58C on white background.



Black color preview on #7EA58C background

This text has black color on #7EA58C background.


White color preview on #7EA58C background

This text has white color on #7EA58C background.