COLOR #7EA27F

HEX: #7EA27F
RGB: (126,162,127)

Color info

#7EA27F contains red, green and blue colors in about the same proportion. Web safe color of #7EA27F is #669966 (or #696).

RGB color model

#7EA27F color RGB value is (126,162,127).

  • red value is 126;
  • green value is 162;
  • blue value is 127.
RGB:
(126,162,127)
(49%,64%,50%)

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 127 of 255 = 50%

126
162
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 162 + 127 = 415 (100%)
R 126 of 415 ~ 30.36%
G 162 of 415 ~ 39.04%
B 127 of 415 ~ 30.6%

%30.36
%39.04
%30.6

CMYK color model

#7EA27F color CMYK value is (22,0,22,36).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 36.47%
CMYK:
(22,0,22,36)
C22M0Y22K36 
(22%,0%,22%,36%)
(0.22/0.00/0.22/0.36)	

CMYK percentages

%22.22
%0
%21.6
%36.47

Codes

Color #7EA27F in popluar color models

7EA27F
RGB126162127
HSL122°16.22%56.47%
HSB/HSV122°22.22%63.53%
CMYK22.22%0.00%21.60%
36.47%

Color #7EA27F in popluar number systems.

HEX7EA27F
Decimal126162127
Binary1111110101000101111111
Octal176242177

Shades and tints

Shades of #7EA27F

#7EA27F
(126,162,127)
#739474
(115,148,116)
#688669
(104,134,105)
#5D785E
(93,120,94)
#526A53
(82,106,83)
#475C48
(71,92,72)
#3C4E3D
(60,78,61)
#314032
(49,64,50)
#263227
(38,50,39)
#1B241C
(27,36,28)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #7EA27F

#7EA27F
(126,162,127)
#89AA8A
(137,170,138)
#94B295
(148,178,149)
#9FBAA0
(159,186,160)
#AAC2AB
(170,194,171)
#B5CAB6
(181,202,182)
#C0D2C1
(192,210,193)
#CBDACC
(203,218,204)
#D6E2D7
(214,226,215)
#E1EAE2
(225,234,226)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA27F color. Also use rgb(126,162,127) instead hex code.

Text Font Color

.myTextColor { color: #7EA27F; }

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

This text font color is #7EA27F.


Background Color

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

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

This div background color is #7EA27F.


Border color

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

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

This div border color is #7EA27F.


Opacity

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

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

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

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

This text has shadow with #7EA27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA27F on black background.


Color preview on white background

This text has color #7EA27F on white background.



Black color preview on #7EA27F background

This text has black color on #7EA27F background.


White color preview on #7EA27F background

This text has white color on #7EA27F background.