COLOR #7EA28D

HEX: #7EA28D
RGB: (126,162,141)

Color info

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

RGB color model

#7EA28D color RGB value is (126,162,141).

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

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 141 of 255 = 55%

126
162
141

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

Portions of RGB colors in percentages

R + G + B =
126 + 162 + 141 = 429 (100%)
R 126 of 429 ~ 29.37%
G 162 of 429 ~ 37.76%
B 141 of 429 ~ 32.87%

%29.37
%37.76
%32.87

CMYK color model

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

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 36.47%
CMYK:
(22,0,13,36)
C22M0Y13K36 
(22%,0%,13%,36%)
(0.22/0.00/0.13/0.36)	

CMYK percentages

%22.22
%0
%12.96
%36.47

Codes

Color #7EA28D in popluar color models

7EA28D
RGB126162141
HSL145°16.22%56.47%
HSB/HSV145°22.22%63.53%
CMYK22.22%0.00%12.96%
36.47%

Color #7EA28D in popluar number systems.

HEX7EA28D
Decimal126162141
Binary11111101010001010001101
Octal176242215

Shades and tints

Shades of #7EA28D

#7EA28D
(126,162,141)
#739481
(115,148,129)
#688675
(104,134,117)
#5D7869
(93,120,105)
#526A5D
(82,106,93)
#475C51
(71,92,81)
#3C4E45
(60,78,69)
#314039
(49,64,57)
#26322D
(38,50,45)
#1B2421
(27,36,33)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #7EA28D

#7EA28D
(126,162,141)
#89AA97
(137,170,151)
#94B2A1
(148,178,161)
#9FBAAB
(159,186,171)
#AAC2B5
(170,194,181)
#B5CABF
(181,202,191)
#C0D2C9
(192,210,201)
#CBDAD3
(203,218,211)
#D6E2DD
(214,226,221)
#E1EAE7
(225,234,231)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA28D; }

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

This text font color is #7EA28D.


Background Color

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

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

This div background color is #7EA28D.


Border color

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

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

This div border color is #7EA28D.


Opacity

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

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

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

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

This text has shadow with #7EA28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA28D on black background.


Color preview on white background

This text has color #7EA28D on white background.



Black color preview on #7EA28D background

This text has black color on #7EA28D background.


White color preview on #7EA28D background

This text has white color on #7EA28D background.