COLOR #8E7F5D

HEX: #8E7F5D
RGB: (142,127,93)

Color info

#8E7F5D contains red, green and blue colors in about the same proportion. Web safe color of #8E7F5D is #996666 (or #966).

RGB color model

#8E7F5D color RGB value is (142,127,93).

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

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 93 of 255 = 36%

142
127
93

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

Portions of RGB colors in percentages

R + G + B =
142 + 127 + 93 = 362 (100%)
R 142 of 362 ~ 39.23%
G 127 of 362 ~ 35.08%
B 93 of 362 ~ 25.69%

%39.23
%35.08
%25.69

CMYK color model

#8E7F5D color CMYK value is (0,11,35,44).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 34.51%
  • key color value is 44.31%
CMYK:
(0,11,35,44)
C0M11Y35K44 
(0%,11%,35%,44%)
(0.00/0.11/0.35/0.44)	

CMYK percentages

%0
%10.56
%34.51
%44.31

Codes

Color #8E7F5D in popluar color models

8E7F5D
RGB14212793
HSL42°20.85%46.08%
HSB/HSV42°34.51%55.69%
CMYK0.00%10.56%34.51%
44.31%

Color #8E7F5D in popluar number systems.

HEX8E7F5D
Decimal14212793
Binary1000111011111111011101
Octal216177135

Shades and tints

Shades of #8E7F5D

#8E7F5D
(142,127,93)
#827455
(130,116,85)
#76694D
(118,105,77)
#6A5E45
(106,94,69)
#5E533D
(94,83,61)
#524835
(82,72,53)
#463D2D
(70,61,45)
#3A3225
(58,50,37)
#2E271D
(46,39,29)
#221C15
(34,28,21)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #8E7F5D

#8E7F5D
(142,127,93)
#988A6B
(152,138,107)
#A29579
(162,149,121)
#ACA087
(172,160,135)
#B6AB95
(182,171,149)
#C0B6A3
(192,182,163)
#CAC1B1
(202,193,177)
#D4CCBF
(212,204,191)
#DED7CD
(222,215,205)
#E8E2DB
(232,226,219)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7F5D; }

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

This text font color is #8E7F5D.


Background Color

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

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

This div background color is #8E7F5D.


Border color

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

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

This div border color is #8E7F5D.


Opacity

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

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

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

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

This text has shadow with #8E7F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7F5D on black background.


Color preview on white background

This text has color #8E7F5D on white background.



Black color preview on #8E7F5D background

This text has black color on #8E7F5D background.


White color preview on #8E7F5D background

This text has white color on #8E7F5D background.