COLOR #8EA278

HEX: #8EA278
RGB: (142,162,120)

Color info

#8EA278 contains red, green and blue colors in about the same proportion. Web safe color of #8EA278 is #999966 (or #996).

RGB color model

#8EA278 color RGB value is (142,162,120).

  • red value is 142;
  • green value is 162;
  • blue value is 120.
RGB:
(142,162,120)
(56%,64%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 120 of 255 = 47%

142
162
120

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

Portions of RGB colors in percentages

R + G + B =
142 + 162 + 120 = 424 (100%)
R 142 of 424 ~ 33.49%
G 162 of 424 ~ 38.21%
B 120 of 424 ~ 28.3%

%33.49
%38.21
%28.3

CMYK color model

#8EA278 color CMYK value is (12,0,26,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 36.47%
CMYK:
(12,0,26,36)
C12M0Y26K36 
(12%,0%,26%,36%)
(0.12/0.00/0.26/0.36)	

CMYK percentages

%12.35
%0
%25.93
%36.47

Codes

Color #8EA278 in popluar color models

8EA278
RGB142162120
HSL89°18.42%55.29%
HSB/HSV89°25.93%63.53%
CMYK12.35%0.00%25.93%
36.47%

Color #8EA278 in popluar number systems.

HEX8EA278
Decimal142162120
Binary10001110101000101111000
Octal216242170

Shades and tints

Shades of #8EA278

#8EA278
(142,162,120)
#82946E
(130,148,110)
#768664
(118,134,100)
#6A785A
(106,120,90)
#5E6A50
(94,106,80)
#525C46
(82,92,70)
#464E3C
(70,78,60)
#3A4032
(58,64,50)
#2E3228
(46,50,40)
#22241E
(34,36,30)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #8EA278

#8EA278
(142,162,120)
#98AA84
(152,170,132)
#A2B290
(162,178,144)
#ACBA9C
(172,186,156)
#B6C2A8
(182,194,168)
#C0CAB4
(192,202,180)
#CAD2C0
(202,210,192)
#D4DACC
(212,218,204)
#DEE2D8
(222,226,216)
#E8EAE4
(232,234,228)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA278 color. Also use rgb(142,162,120) instead hex code.

Text Font Color

.myTextColor { color: #8EA278; }

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

This text font color is #8EA278.


Background Color

.myBgColor { background-color: #8EA278; }

<div style="background-color:#8EA278">Inner text</div>

This div background color is #8EA278.


Border color

.myBorderColor { border: 1px solid #8EA278; }

<div style="border:3px solid #8EA278">Div</div>

This div border color is #8EA278.


Opacity

.myOpacity80 { color: #8EA278; opacity: 0.8; }

<p style="color:#8EA278;opacity:0.8;">80%</p>

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

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

This text has shadow with #8EA278 color.

.textShadow {text-shadow: 3px 3px 1px #8EA278, 3px 3px 1px red;}

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

This text has shadow with #8EA278 primary color and red secondary color.


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

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

This text has shadow with #8EA278 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA278 on black background.


Color preview on white background

This text has color #8EA278 on white background.



Black color preview on #8EA278 background

This text has black color on #8EA278 background.


White color preview on #8EA278 background

This text has white color on #8EA278 background.