COLOR #7EA050

HEX: #7EA050
RGB: (126,160,80)

Color info

#7EA050 contains mainly red and green colors. Web safe color of #7EA050 is #669966 (or #696).

RGB color model

#7EA050 color RGB value is (126,160,80).

  • red value is 126;
  • green value is 160;
  • blue value is 80.
RGB:
(126,160,80)
(49%,63%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 160 of 255 = 63%
B 80 of 255 = 31%

126
160
80

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

Portions of RGB colors in percentages

R + G + B =
126 + 160 + 80 = 366 (100%)
R 126 of 366 ~ 34.43%
G 160 of 366 ~ 43.72%
B 80 of 366 ~ 21.86%

%34.43
%43.72
%21.86

CMYK color model

#7EA050 color CMYK value is (21,0,50,37).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 37.25%
CMYK:
(21,0,50,37)
C21M0Y50K37 
(21%,0%,50%,37%)
(0.21/0.00/0.50/0.37)	

CMYK percentages

%21.25
%0
%50
%37.25

Codes

Color #7EA050 in popluar color models

7EA050
RGB12616080
HSL86°33.33%47.06%
HSB/HSV86°50.00%62.75%
CMYK21.25%0.00%50.00%
37.25%

Color #7EA050 in popluar number systems.

HEX7EA050
Decimal12616080
Binary1111110101000001010000
Octal176240120

Shades and tints

Shades of #7EA050

#7EA050
(126,160,80)
#739249
(115,146,73)
#688442
(104,132,66)
#5D763B
(93,118,59)
#526834
(82,104,52)
#475A2D
(71,90,45)
#3C4C26
(60,76,38)
#313E1F
(49,62,31)
#263018
(38,48,24)
#1B2211
(27,34,17)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #7EA050

#7EA050
(126,160,80)
#89A85F
(137,168,95)
#94B06E
(148,176,110)
#9FB87D
(159,184,125)
#AAC08C
(170,192,140)
#B5C89B
(181,200,155)
#C0D0AA
(192,208,170)
#CBD8B9
(203,216,185)
#D6E0C8
(214,224,200)
#E1E8D7
(225,232,215)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA050 color. Also use rgb(126,160,80) instead hex code.

Text Font Color

.myTextColor { color: #7EA050; }

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

This text font color is #7EA050.


Background Color

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

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

This div background color is #7EA050.


Border color

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

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

This div border color is #7EA050.


Opacity

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

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

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

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

This text has shadow with #7EA050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA050 on black background.


Color preview on white background

This text has color #7EA050 on white background.



Black color preview on #7EA050 background

This text has black color on #7EA050 background.


White color preview on #7EA050 background

This text has white color on #7EA050 background.