COLOR #8EA571

HEX: #8EA571
RGB: (142,165,113)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
165
113

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

Portions of RGB colors in percentages

R + G + B =
142 + 165 + 113 = 420 (100%)
R 142 of 420 ~ 33.81%
G 165 of 420 ~ 39.29%
B 113 of 420 ~ 26.9%

%33.81
%39.29
%26.9

CMYK color model

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

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

CMYK percentages

%13.94
%0
%31.52
%35.29

Codes

Color #8EA571 in popluar color models

8EA571
RGB142165113
HSL87°22.41%54.51%
HSB/HSV87°31.52%64.71%
CMYK13.94%0.00%31.52%
35.29%

Color #8EA571 in popluar number systems.

HEX8EA571
Decimal142165113
Binary10001110101001011110001
Octal216245161

Shades and tints

Shades of #8EA571

#8EA571
(142,165,113)
#829667
(130,150,103)
#76875D
(118,135,93)
#6A7853
(106,120,83)
#5E6949
(94,105,73)
#525A3F
(82,90,63)
#464B35
(70,75,53)
#3A3C2B
(58,60,43)
#2E2D21
(46,45,33)
#221E17
(34,30,23)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #8EA571

#8EA571
(142,165,113)
#98AD7D
(152,173,125)
#A2B589
(162,181,137)
#ACBD95
(172,189,149)
#B6C5A1
(182,197,161)
#C0CDAD
(192,205,173)
#CAD5B9
(202,213,185)
#D4DDC5
(212,221,197)
#DEE5D1
(222,229,209)
#E8EDDD
(232,237,221)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA571; }

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

This text font color is #8EA571.


Background Color

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

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

This div background color is #8EA571.


Border color

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

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

This div border color is #8EA571.


Opacity

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

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

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

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

This text has shadow with #8EA571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA571 on black background.


Color preview on white background

This text has color #8EA571 on white background.



Black color preview on #8EA571 background

This text has black color on #8EA571 background.


White color preview on #8EA571 background

This text has white color on #8EA571 background.