COLOR #8E9C62

HEX: #8E9C62
RGB: (142,156,98)

Color info

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

RGB color model

#8E9C62 color RGB value is (142,156,98).

  • red value is 142;
  • green value is 156;
  • blue value is 98.
RGB:
(142,156,98)
(56%,61%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 156 of 255 = 61%
B 98 of 255 = 38%

142
156
98

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

Portions of RGB colors in percentages

R + G + B =
142 + 156 + 98 = 396 (100%)
R 142 of 396 ~ 35.86%
G 156 of 396 ~ 39.39%
B 98 of 396 ~ 24.75%

%35.86
%39.39
%24.75

CMYK color model

#8E9C62 color CMYK value is (9,0,37,39).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 37.18%
  • key color value is 38.82%
CMYK:
(9,0,37,39)
C9M0Y37K39 
(9%,0%,37%,39%)
(0.09/0.00/0.37/0.39)	

CMYK percentages

%8.97
%0
%37.18
%38.82

Codes

Color #8E9C62 in popluar color models

8E9C62
RGB14215698
HSL74°22.83%49.80%
HSB/HSV74°37.18%61.18%
CMYK8.97%0.00%37.18%
38.82%

Color #8E9C62 in popluar number systems.

HEX8E9C62
Decimal14215698
Binary10001110100111001100010
Octal216234142

Shades and tints

Shades of #8E9C62

#8E9C62
(142,156,98)
#828E5A
(130,142,90)
#768052
(118,128,82)
#6A724A
(106,114,74)
#5E6442
(94,100,66)
#52563A
(82,86,58)
#464832
(70,72,50)
#3A3A2A
(58,58,42)
#2E2C22
(46,44,34)
#221E1A
(34,30,26)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #8E9C62

#8E9C62
(142,156,98)
#98A570
(152,165,112)
#A2AE7E
(162,174,126)
#ACB78C
(172,183,140)
#B6C09A
(182,192,154)
#C0C9A8
(192,201,168)
#CAD2B6
(202,210,182)
#D4DBC4
(212,219,196)
#DEE4D2
(222,228,210)
#E8EDE0
(232,237,224)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9C62; }

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

This text font color is #8E9C62.


Background Color

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

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

This div background color is #8E9C62.


Border color

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

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

This div border color is #8E9C62.


Opacity

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

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

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

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

This text has shadow with #8E9C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9C62 on black background.


Color preview on white background

This text has color #8E9C62 on white background.



Black color preview on #8E9C62 background

This text has black color on #8E9C62 background.


White color preview on #8E9C62 background

This text has white color on #8E9C62 background.