COLOR #7EA587

HEX: #7EA587
RGB: (126,165,135)

Color info

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

RGB color model

#7EA587 color RGB value is (126,165,135).

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

RGB channels and saturation

R 126 of 255 = 49%
G 165 of 255 = 65%
B 135 of 255 = 53%

126
165
135

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

Portions of RGB colors in percentages

R + G + B =
126 + 165 + 135 = 426 (100%)
R 126 of 426 ~ 29.58%
G 165 of 426 ~ 38.73%
B 135 of 426 ~ 31.69%

%29.58
%38.73
%31.69

CMYK color model

#7EA587 color CMYK value is (24,0,18,35).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 35.29%
CMYK:
(24,0,18,35)
C24M0Y18K35 
(24%,0%,18%,35%)
(0.24/0.00/0.18/0.35)	

CMYK percentages

%23.64
%0
%18.18
%35.29

Codes

Color #7EA587 in popluar color models

7EA587
RGB126165135
HSL134°17.81%57.06%
HSB/HSV134°23.64%64.71%
CMYK23.64%0.00%18.18%
35.29%

Color #7EA587 in popluar number systems.

HEX7EA587
Decimal126165135
Binary11111101010010110000111
Octal176245207

Shades and tints

Shades of #7EA587

#7EA587
(126,165,135)
#73967B
(115,150,123)
#68876F
(104,135,111)
#5D7863
(93,120,99)
#526957
(82,105,87)
#475A4B
(71,90,75)
#3C4B3F
(60,75,63)
#313C33
(49,60,51)
#262D27
(38,45,39)
#1B1E1B
(27,30,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7EA587

#7EA587
(126,165,135)
#89AD91
(137,173,145)
#94B59B
(148,181,155)
#9FBDA5
(159,189,165)
#AAC5AF
(170,197,175)
#B5CDB9
(181,205,185)
#C0D5C3
(192,213,195)
#CBDDCD
(203,221,205)
#D6E5D7
(214,229,215)
#E1EDE1
(225,237,225)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA587; }

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

This text font color is #7EA587.


Background Color

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

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

This div background color is #7EA587.


Border color

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

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

This div border color is #7EA587.


Opacity

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

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

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

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

This text has shadow with #7EA587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA587 on black background.


Color preview on white background

This text has color #7EA587 on white background.



Black color preview on #7EA587 background

This text has black color on #7EA587 background.


White color preview on #7EA587 background

This text has white color on #7EA587 background.