COLOR #7EA58F

HEX: #7EA58F
RGB: (126,165,143)

Color info

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

RGB color model

#7EA58F color RGB value is (126,165,143).

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

RGB channels and saturation

R 126 of 255 = 49%
G 165 of 255 = 65%
B 143 of 255 = 56%

126
165
143

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

Portions of RGB colors in percentages

R + G + B =
126 + 165 + 143 = 434 (100%)
R 126 of 434 ~ 29.03%
G 165 of 434 ~ 38.02%
B 143 of 434 ~ 32.95%

%29.03
%38.02
%32.95

CMYK color model

#7EA58F color CMYK value is (24,0,13,35).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(24,0,13,35)
C24M0Y13K35 
(24%,0%,13%,35%)
(0.24/0.00/0.13/0.35)	

CMYK percentages

%23.64
%0
%13.33
%35.29

Codes

Color #7EA58F in popluar color models

7EA58F
RGB126165143
HSL146°17.81%57.06%
HSB/HSV146°23.64%64.71%
CMYK23.64%0.00%13.33%
35.29%

Color #7EA58F in popluar number systems.

HEX7EA58F
Decimal126165143
Binary11111101010010110001111
Octal176245217

Shades and tints

Shades of #7EA58F

#7EA58F
(126,165,143)
#739682
(115,150,130)
#688775
(104,135,117)
#5D7868
(93,120,104)
#52695B
(82,105,91)
#475A4E
(71,90,78)
#3C4B41
(60,75,65)
#313C34
(49,60,52)
#262D27
(38,45,39)
#1B1E1A
(27,30,26)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #7EA58F

#7EA58F
(126,165,143)
#89AD99
(137,173,153)
#94B5A3
(148,181,163)
#9FBDAD
(159,189,173)
#AAC5B7
(170,197,183)
#B5CDC1
(181,205,193)
#C0D5CB
(192,213,203)
#CBDDD5
(203,221,213)
#D6E5DF
(214,229,223)
#E1EDE9
(225,237,233)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA58F; }

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

This text font color is #7EA58F.


Background Color

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

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

This div background color is #7EA58F.


Border color

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

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

This div border color is #7EA58F.


Opacity

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

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

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

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

This text has shadow with #7EA58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA58F on black background.


Color preview on white background

This text has color #7EA58F on white background.



Black color preview on #7EA58F background

This text has black color on #7EA58F background.


White color preview on #7EA58F background

This text has white color on #7EA58F background.