COLOR #8E9C5D

HEX: #8E9C5D
RGB: (142,156,93)

Color info

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

RGB color model

#8E9C5D color RGB value is (142,156,93).

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

RGB channels and saturation

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

142
156
93

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

Portions of RGB colors in percentages

R + G + B =
142 + 156 + 93 = 391 (100%)
R 142 of 391 ~ 36.32%
G 156 of 391 ~ 39.9%
B 93 of 391 ~ 23.79%

%36.32
%39.9
%23.79

CMYK color model

#8E9C5D color CMYK value is (9,0,40,39).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 38.82%
CMYK:
(9,0,40,39)
C9M0Y40K39 
(9%,0%,40%,39%)
(0.09/0.00/0.40/0.39)	

CMYK percentages

%8.97
%0
%40.38
%38.82

Codes

Color #8E9C5D in popluar color models

8E9C5D
RGB14215693
HSL73°25.30%48.82%
HSB/HSV73°40.38%61.18%
CMYK8.97%0.00%40.38%
38.82%

Color #8E9C5D in popluar number systems.

HEX8E9C5D
Decimal14215693
Binary10001110100111001011101
Octal216234135

Shades and tints

Shades of #8E9C5D

#8E9C5D
(142,156,93)
#828E55
(130,142,85)
#76804D
(118,128,77)
#6A7245
(106,114,69)
#5E643D
(94,100,61)
#525635
(82,86,53)
#46482D
(70,72,45)
#3A3A25
(58,58,37)
#2E2C1D
(46,44,29)
#221E15
(34,30,21)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #8E9C5D

#8E9C5D
(142,156,93)
#98A56B
(152,165,107)
#A2AE79
(162,174,121)
#ACB787
(172,183,135)
#B6C095
(182,192,149)
#C0C9A3
(192,201,163)
#CAD2B1
(202,210,177)
#D4DBBF
(212,219,191)
#DEE4CD
(222,228,205)
#E8EDDB
(232,237,219)
#F2F6E9
(242,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9C5D; }

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

This text font color is #8E9C5D.


Background Color

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

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

This div background color is #8E9C5D.


Border color

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

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

This div border color is #8E9C5D.


Opacity

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

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

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

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

This text has shadow with #8E9C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9C5D on black background.


Color preview on white background

This text has color #8E9C5D on white background.



Black color preview on #8E9C5D background

This text has black color on #8E9C5D background.


White color preview on #8E9C5D background

This text has white color on #8E9C5D background.