COLOR #8E9E73

HEX: #8E9E73
RGB: (142,158,115)

Color info

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

RGB color model

#8E9E73 color RGB value is (142,158,115).

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

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 115 of 255 = 45%

142
158
115

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

Portions of RGB colors in percentages

R + G + B =
142 + 158 + 115 = 415 (100%)
R 142 of 415 ~ 34.22%
G 158 of 415 ~ 38.07%
B 115 of 415 ~ 27.71%

%34.22
%38.07
%27.71

CMYK color model

#8E9E73 color CMYK value is (10,0,27,38).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 38.04%
CMYK:
(10,0,27,38)
C10M0Y27K38 
(10%,0%,27%,38%)
(0.10/0.00/0.27/0.38)	

CMYK percentages

%10.13
%0
%27.22
%38.04

Codes

Color #8E9E73 in popluar color models

8E9E73
RGB142158115
HSL82°18.14%53.53%
HSB/HSV82°27.22%61.96%
CMYK10.13%0.00%27.22%
38.04%

Color #8E9E73 in popluar number systems.

HEX8E9E73
Decimal142158115
Binary10001110100111101110011
Octal216236163

Shades and tints

Shades of #8E9E73

#8E9E73
(142,158,115)
#829069
(130,144,105)
#76825F
(118,130,95)
#6A7455
(106,116,85)
#5E664B
(94,102,75)
#525841
(82,88,65)
#464A37
(70,74,55)
#3A3C2D
(58,60,45)
#2E2E23
(46,46,35)
#222019
(34,32,25)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #8E9E73

#8E9E73
(142,158,115)
#98A67F
(152,166,127)
#A2AE8B
(162,174,139)
#ACB697
(172,182,151)
#B6BEA3
(182,190,163)
#C0C6AF
(192,198,175)
#CACEBB
(202,206,187)
#D4D6C7
(212,214,199)
#DEDED3
(222,222,211)
#E8E6DF
(232,230,223)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9E73; }

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

This text font color is #8E9E73.


Background Color

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

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

This div background color is #8E9E73.


Border color

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

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

This div border color is #8E9E73.


Opacity

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

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

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

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

This text has shadow with #8E9E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9E73 on black background.


Color preview on white background

This text has color #8E9E73 on white background.



Black color preview on #8E9E73 background

This text has black color on #8E9E73 background.


White color preview on #8E9E73 background

This text has white color on #8E9E73 background.