COLOR #8EA067

HEX: #8EA067
RGB: (142,160,103)

Color info

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

RGB color model

#8EA067 color RGB value is (142,160,103).

  • red value is 142;
  • green value is 160;
  • blue value is 103.
RGB:
(142,160,103)
(56%,63%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 103 of 255 = 40%

142
160
103

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

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 103 = 405 (100%)
R 142 of 405 ~ 35.06%
G 160 of 405 ~ 39.51%
B 103 of 405 ~ 25.43%

%35.06
%39.51
%25.43

CMYK color model

#8EA067 color CMYK value is (11,0,36,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 35.63%
  • key color value is 37.25%
CMYK:
(11,0,36,37)
C11M0Y36K37 
(11%,0%,36%,37%)
(0.11/0.00/0.36/0.37)	

CMYK percentages

%11.25
%0
%35.63
%37.25

Codes

Color #8EA067 in popluar color models

8EA067
RGB142160103
HSL79°23.08%51.57%
HSB/HSV79°35.63%62.75%
CMYK11.25%0.00%35.63%
37.25%

Color #8EA067 in popluar number systems.

HEX8EA067
Decimal142160103
Binary10001110101000001100111
Octal216240147

Shades and tints

Shades of #8EA067

#8EA067
(142,160,103)
#82925E
(130,146,94)
#768455
(118,132,85)
#6A764C
(106,118,76)
#5E6843
(94,104,67)
#525A3A
(82,90,58)
#464C31
(70,76,49)
#3A3E28
(58,62,40)
#2E301F
(46,48,31)
#222216
(34,34,22)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #8EA067

#8EA067
(142,160,103)
#98A874
(152,168,116)
#A2B081
(162,176,129)
#ACB88E
(172,184,142)
#B6C09B
(182,192,155)
#C0C8A8
(192,200,168)
#CAD0B5
(202,208,181)
#D4D8C2
(212,216,194)
#DEE0CF
(222,224,207)
#E8E8DC
(232,232,220)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA067; }

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

This text font color is #8EA067.


Background Color

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

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

This div background color is #8EA067.


Border color

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

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

This div border color is #8EA067.


Opacity

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

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

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

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

This text has shadow with #8EA067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA067 on black background.


Color preview on white background

This text has color #8EA067 on white background.



Black color preview on #8EA067 background

This text has black color on #8EA067 background.


White color preview on #8EA067 background

This text has white color on #8EA067 background.