COLOR #8EAB74

HEX: #8EAB74
RGB: (142,171,116)

Color info

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

RGB color model

#8EAB74 color RGB value is (142,171,116).

  • red value is 142;
  • green value is 171;
  • blue value is 116.
RGB:
(142,171,116)
(56%,67%,45%)

RGB channels and saturation

R 142 of 255 = 56%
G 171 of 255 = 67%
B 116 of 255 = 45%

142
171
116

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

Portions of RGB colors in percentages

R + G + B =
142 + 171 + 116 = 429 (100%)
R 142 of 429 ~ 33.1%
G 171 of 429 ~ 39.86%
B 116 of 429 ~ 27.04%

%33.1
%39.86
%27.04

CMYK color model

#8EAB74 color CMYK value is (17,0,32,33).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 32.16%
  • key color value is 32.94%
CMYK:
(17,0,32,33)
C17M0Y32K33 
(17%,0%,32%,33%)
(0.17/0.00/0.32/0.33)	

CMYK percentages

%16.96
%0
%32.16
%32.94

Codes

Color #8EAB74 in popluar color models

8EAB74
RGB142171116
HSL92°24.66%56.27%
HSB/HSV92°32.16%67.06%
CMYK16.96%0.00%32.16%
32.94%

Color #8EAB74 in popluar number systems.

HEX8EAB74
Decimal142171116
Binary10001110101010111110100
Octal216253164

Shades and tints

Shades of #8EAB74

#8EAB74
(142,171,116)
#829C6A
(130,156,106)
#768D60
(118,141,96)
#6A7E56
(106,126,86)
#5E6F4C
(94,111,76)
#526042
(82,96,66)
#465138
(70,81,56)
#3A422E
(58,66,46)
#2E3324
(46,51,36)
#22241A
(34,36,26)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #8EAB74

#8EAB74
(142,171,116)
#98B280
(152,178,128)
#A2B98C
(162,185,140)
#ACC098
(172,192,152)
#B6C7A4
(182,199,164)
#C0CEB0
(192,206,176)
#CAD5BC
(202,213,188)
#D4DCC8
(212,220,200)
#DEE3D4
(222,227,212)
#E8EAE0
(232,234,224)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAB74; }

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

This text font color is #8EAB74.


Background Color

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

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

This div background color is #8EAB74.


Border color

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

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

This div border color is #8EAB74.


Opacity

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

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

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

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

This text has shadow with #8EAB74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAB74 on black background.


Color preview on white background

This text has color #8EAB74 on white background.



Black color preview on #8EAB74 background

This text has black color on #8EAB74 background.


White color preview on #8EAB74 background

This text has white color on #8EAB74 background.