COLOR #8E9E56

HEX: #8E9E56
RGB: (142,158,86)

Color info

#8E9E56 contains mainly red and green colors. Web safe color of #8E9E56 is #999966 (or #996).

RGB color model

#8E9E56 color RGB value is (142,158,86).

  • red value is 142;
  • green value is 158;
  • blue value is 86.
RGB:
(142,158,86)
(56%,62%,34%)

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 86 of 255 = 34%

142
158
86

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

Portions of RGB colors in percentages

R + G + B =
142 + 158 + 86 = 386 (100%)
R 142 of 386 ~ 36.79%
G 158 of 386 ~ 40.93%
B 86 of 386 ~ 22.28%

%36.79
%40.93
%22.28

CMYK color model

#8E9E56 color CMYK value is (10,0,46,38).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 45.57%
  • key color value is 38.04%
CMYK:
(10,0,46,38)
C10M0Y46K38 
(10%,0%,46%,38%)
(0.10/0.00/0.46/0.38)	

CMYK percentages

%10.13
%0
%45.57
%38.04

Codes

Color #8E9E56 in popluar color models

8E9E56
RGB14215886
HSL73°29.51%47.84%
HSB/HSV73°45.57%61.96%
CMYK10.13%0.00%45.57%
38.04%

Color #8E9E56 in popluar number systems.

HEX8E9E56
Decimal14215886
Binary10001110100111101010110
Octal216236126

Shades and tints

Shades of #8E9E56

#8E9E56
(142,158,86)
#82904F
(130,144,79)
#768248
(118,130,72)
#6A7441
(106,116,65)
#5E663A
(94,102,58)
#525833
(82,88,51)
#464A2C
(70,74,44)
#3A3C25
(58,60,37)
#2E2E1E
(46,46,30)
#222017
(34,32,23)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #8E9E56

#8E9E56
(142,158,86)
#98A665
(152,166,101)
#A2AE74
(162,174,116)
#ACB683
(172,182,131)
#B6BE92
(182,190,146)
#C0C6A1
(192,198,161)
#CACEB0
(202,206,176)
#D4D6BF
(212,214,191)
#DEDECE
(222,222,206)
#E8E6DD
(232,230,221)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9E56; }

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

This text font color is #8E9E56.


Background Color

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

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

This div background color is #8E9E56.


Border color

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

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

This div border color is #8E9E56.


Opacity

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

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

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

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

This text has shadow with #8E9E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9E56 on black background.


Color preview on white background

This text has color #8E9E56 on white background.



Black color preview on #8E9E56 background

This text has black color on #8E9E56 background.


White color preview on #8E9E56 background

This text has white color on #8E9E56 background.