COLOR #8E9C5C

HEX: #8E9C5C
RGB: (142,156,92)

Color info

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

RGB color model

#8E9C5C color RGB value is (142,156,92).

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

RGB channels and saturation

R 142 of 255 = 56%
G 156 of 255 = 61%
B 92 of 255 = 36%

142
156
92

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

Portions of RGB colors in percentages

R + G + B =
142 + 156 + 92 = 390 (100%)
R 142 of 390 ~ 36.41%
G 156 of 390 ~ 40%
B 92 of 390 ~ 23.59%

%36.41
%40
%23.59

CMYK color model

#8E9C5C color CMYK value is (9,0,41,39).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 38.82%
CMYK:
(9,0,41,39)
C9M0Y41K39 
(9%,0%,41%,39%)
(0.09/0.00/0.41/0.39)	

CMYK percentages

%8.97
%0
%41.03
%38.82

Codes

Color #8E9C5C in popluar color models

8E9C5C
RGB14215692
HSL73°25.81%48.63%
HSB/HSV73°41.03%61.18%
CMYK8.97%0.00%41.03%
38.82%

Color #8E9C5C in popluar number systems.

HEX8E9C5C
Decimal14215692
Binary10001110100111001011100
Octal216234134

Shades and tints

Shades of #8E9C5C

#8E9C5C
(142,156,92)
#828E54
(130,142,84)
#76804C
(118,128,76)
#6A7244
(106,114,68)
#5E643C
(94,100,60)
#525634
(82,86,52)
#46482C
(70,72,44)
#3A3A24
(58,58,36)
#2E2C1C
(46,44,28)
#221E14
(34,30,20)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #8E9C5C

#8E9C5C
(142,156,92)
#98A56A
(152,165,106)
#A2AE78
(162,174,120)
#ACB786
(172,183,134)
#B6C094
(182,192,148)
#C0C9A2
(192,201,162)
#CAD2B0
(202,210,176)
#D4DBBE
(212,219,190)
#DEE4CC
(222,228,204)
#E8EDDA
(232,237,218)
#F2F6E8
(242,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9C5C; }

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

This text font color is #8E9C5C.


Background Color

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

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

This div background color is #8E9C5C.


Border color

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

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

This div border color is #8E9C5C.


Opacity

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

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

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

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

This text has shadow with #8E9C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9C5C on black background.


Color preview on white background

This text has color #8E9C5C on white background.



Black color preview on #8E9C5C background

This text has black color on #8E9C5C background.


White color preview on #8E9C5C background

This text has white color on #8E9C5C background.