COLOR #8E895E

HEX: #8E895E
RGB: (142,137,94)

Color info

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

RGB color model

#8E895E color RGB value is (142,137,94).

  • red value is 142;
  • green value is 137;
  • blue value is 94.
RGB:
(142,137,94)
(56%,54%,37%)

RGB channels and saturation

R 142 of 255 = 56%
G 137 of 255 = 54%
B 94 of 255 = 37%

142
137
94

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

Portions of RGB colors in percentages

R + G + B =
142 + 137 + 94 = 373 (100%)
R 142 of 373 ~ 38.07%
G 137 of 373 ~ 36.73%
B 94 of 373 ~ 25.2%

%38.07
%36.73
%25.2

CMYK color model

#8E895E color CMYK value is (0,4,34,44).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 33.80%
  • key color value is 44.31%
CMYK:
(0,4,34,44)
C0M4Y34K44 
(0%,4%,34%,44%)
(0.00/0.04/0.34/0.44)	

CMYK percentages

%0
%3.52
%33.8
%44.31

Codes

Color #8E895E in popluar color models

8E895E
RGB14213794
HSL54°20.34%46.27%
HSB/HSV54°33.80%55.69%
CMYK0.00%3.52%33.80%
44.31%

Color #8E895E in popluar number systems.

HEX8E895E
Decimal14213794
Binary10001110100010011011110
Octal216211136

Shades and tints

Shades of #8E895E

#8E895E
(142,137,94)
#827D56
(130,125,86)
#76714E
(118,113,78)
#6A6546
(106,101,70)
#5E593E
(94,89,62)
#524D36
(82,77,54)
#46412E
(70,65,46)
#3A3526
(58,53,38)
#2E291E
(46,41,30)
#221D16
(34,29,22)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #8E895E

#8E895E
(142,137,94)
#98936C
(152,147,108)
#A29D7A
(162,157,122)
#ACA788
(172,167,136)
#B6B196
(182,177,150)
#C0BBA4
(192,187,164)
#CAC5B2
(202,197,178)
#D4CFC0
(212,207,192)
#DED9CE
(222,217,206)
#E8E3DC
(232,227,220)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E895E color. Also use rgb(142,137,94) instead hex code.

Text Font Color

.myTextColor { color: #8E895E; }

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

This text font color is #8E895E.


Background Color

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

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

This div background color is #8E895E.


Border color

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

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

This div border color is #8E895E.


Opacity

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

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

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

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

This text has shadow with #8E895E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E895E on black background.


Color preview on white background

This text has color #8E895E on white background.



Black color preview on #8E895E background

This text has black color on #8E895E background.


White color preview on #8E895E background

This text has white color on #8E895E background.