COLOR #7EA27C

HEX: #7EA27C
RGB: (126,162,124)

Color info

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

RGB color model

#7EA27C color RGB value is (126,162,124).

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

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 124 of 255 = 49%

126
162
124

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

Portions of RGB colors in percentages

R + G + B =
126 + 162 + 124 = 412 (100%)
R 126 of 412 ~ 30.58%
G 162 of 412 ~ 39.32%
B 124 of 412 ~ 30.1%

%30.58
%39.32
%30.1

CMYK color model

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

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 36.47%
CMYK:
(22,0,23,36)
C22M0Y23K36 
(22%,0%,23%,36%)
(0.22/0.00/0.23/0.36)	

CMYK percentages

%22.22
%0
%23.46
%36.47

Codes

Color #7EA27C in popluar color models

7EA27C
RGB126162124
HSL117°16.96%56.08%
HSB/HSV117°23.46%63.53%
CMYK22.22%0.00%23.46%
36.47%

Color #7EA27C in popluar number systems.

HEX7EA27C
Decimal126162124
Binary1111110101000101111100
Octal176242174

Shades and tints

Shades of #7EA27C

#7EA27C
(126,162,124)
#739471
(115,148,113)
#688666
(104,134,102)
#5D785B
(93,120,91)
#526A50
(82,106,80)
#475C45
(71,92,69)
#3C4E3A
(60,78,58)
#31402F
(49,64,47)
#263224
(38,50,36)
#1B2419
(27,36,25)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #7EA27C

#7EA27C
(126,162,124)
#89AA87
(137,170,135)
#94B292
(148,178,146)
#9FBA9D
(159,186,157)
#AAC2A8
(170,194,168)
#B5CAB3
(181,202,179)
#C0D2BE
(192,210,190)
#CBDAC9
(203,218,201)
#D6E2D4
(214,226,212)
#E1EADF
(225,234,223)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA27C; }

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

This text font color is #7EA27C.


Background Color

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

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

This div background color is #7EA27C.


Border color

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

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

This div border color is #7EA27C.


Opacity

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

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

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

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

This text has shadow with #7EA27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA27C on black background.


Color preview on white background

This text has color #7EA27C on white background.



Black color preview on #7EA27C background

This text has black color on #7EA27C background.


White color preview on #7EA27C background

This text has white color on #7EA27C background.