COLOR #8EA58E

HEX: #8EA58E
RGB: (142,165,142)

Color info

#8EA58E contains red, green and blue colors in about the same proportion. Web safe color of #8EA58E is #999999 (or #999).

RGB color model

#8EA58E color RGB value is (142,165,142).

  • red value is 142;
  • green value is 165;
  • blue value is 142.
RGB:
(142,165,142)
(56%,65%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 142 of 255 = 56%

142
165
142

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

Portions of RGB colors in percentages

R + G + B =
142 + 165 + 142 = 449 (100%)
R 142 of 449 ~ 31.63%
G 165 of 449 ~ 36.75%
B 142 of 449 ~ 31.63%

%31.63
%36.75
%31.63

CMYK color model

#8EA58E color CMYK value is (14,0,14,35).

  • cyan value is 13.94%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(14,0,14,35)
C14M0Y14K35 
(14%,0%,14%,35%)
(0.14/0.00/0.14/0.35)	

CMYK percentages

%13.94
%0
%13.94
%35.29

Codes

Color #8EA58E in popluar color models

8EA58E
RGB142165142
HSL120°11.33%60.20%
HSB/HSV120°13.94%64.71%
CMYK13.94%0.00%13.94%
35.29%

Color #8EA58E in popluar number systems.

HEX8EA58E
Decimal142165142
Binary100011101010010110001110
Octal216245216

Shades and tints

Shades of #8EA58E

#8EA58E
(142,165,142)
#829682
(130,150,130)
#768776
(118,135,118)
#6A786A
(106,120,106)
#5E695E
(94,105,94)
#525A52
(82,90,82)
#464B46
(70,75,70)
#3A3C3A
(58,60,58)
#2E2D2E
(46,45,46)
#221E22
(34,30,34)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #8EA58E

#8EA58E
(142,165,142)
#98AD98
(152,173,152)
#A2B5A2
(162,181,162)
#ACBDAC
(172,189,172)
#B6C5B6
(182,197,182)
#C0CDC0
(192,205,192)
#CAD5CA
(202,213,202)
#D4DDD4
(212,221,212)
#DEE5DE
(222,229,222)
#E8EDE8
(232,237,232)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA58E; }

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

This text font color is #8EA58E.


Background Color

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

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

This div background color is #8EA58E.


Border color

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

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

This div border color is #8EA58E.


Opacity

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

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

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

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

This text has shadow with #8EA58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA58E on black background.


Color preview on white background

This text has color #8EA58E on white background.



Black color preview on #8EA58E background

This text has black color on #8EA58E background.


White color preview on #8EA58E background

This text has white color on #8EA58E background.