COLOR #8E9E5F

HEX: #8E9E5F
RGB: (142,158,95)

Color info

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

RGB color model

#8E9E5F color RGB value is (142,158,95).

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

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 95 of 255 = 37%

142
158
95

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

Portions of RGB colors in percentages

R + G + B =
142 + 158 + 95 = 395 (100%)
R 142 of 395 ~ 35.95%
G 158 of 395 ~ 40%
B 95 of 395 ~ 24.05%

%35.95
%40
%24.05

CMYK color model

#8E9E5F color CMYK value is (10,0,40,38).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 39.87%
  • key color value is 38.04%
CMYK:
(10,0,40,38)
C10M0Y40K38 
(10%,0%,40%,38%)
(0.10/0.00/0.40/0.38)	

CMYK percentages

%10.13
%0
%39.87
%38.04

Codes

Color #8E9E5F in popluar color models

8E9E5F
RGB14215895
HSL75°24.90%49.61%
HSB/HSV75°39.87%61.96%
CMYK10.13%0.00%39.87%
38.04%

Color #8E9E5F in popluar number systems.

HEX8E9E5F
Decimal14215895
Binary10001110100111101011111
Octal216236137

Shades and tints

Shades of #8E9E5F

#8E9E5F
(142,158,95)
#829057
(130,144,87)
#76824F
(118,130,79)
#6A7447
(106,116,71)
#5E663F
(94,102,63)
#525837
(82,88,55)
#464A2F
(70,74,47)
#3A3C27
(58,60,39)
#2E2E1F
(46,46,31)
#222017
(34,32,23)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #8E9E5F

#8E9E5F
(142,158,95)
#98A66D
(152,166,109)
#A2AE7B
(162,174,123)
#ACB689
(172,182,137)
#B6BE97
(182,190,151)
#C0C6A5
(192,198,165)
#CACEB3
(202,206,179)
#D4D6C1
(212,214,193)
#DEDECF
(222,222,207)
#E8E6DD
(232,230,221)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9E5F; }

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

This text font color is #8E9E5F.


Background Color

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

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

This div background color is #8E9E5F.


Border color

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

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

This div border color is #8E9E5F.


Opacity

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

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

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

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

This text has shadow with #8E9E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9E5F on black background.


Color preview on white background

This text has color #8E9E5F on white background.



Black color preview on #8E9E5F background

This text has black color on #8E9E5F background.


White color preview on #8E9E5F background

This text has white color on #8E9E5F background.