COLOR #8E805D

HEX: #8E805D
RGB: (142,128,93)

Color info

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

RGB color model

#8E805D color RGB value is (142,128,93).

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

RGB channels and saturation

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

142
128
93

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

Portions of RGB colors in percentages

R + G + B =
142 + 128 + 93 = 363 (100%)
R 142 of 363 ~ 39.12%
G 128 of 363 ~ 35.26%
B 93 of 363 ~ 25.62%

%39.12
%35.26
%25.62

CMYK color model

#8E805D color CMYK value is (0,10,35,44).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 34.51%
  • key color value is 44.31%
CMYK:
(0,10,35,44)
C0M10Y35K44 
(0%,10%,35%,44%)
(0.00/0.10/0.35/0.44)	

CMYK percentages

%0
%9.86
%34.51
%44.31

Codes

Color #8E805D in popluar color models

8E805D
RGB14212893
HSL43°20.85%46.08%
HSB/HSV43°34.51%55.69%
CMYK0.00%9.86%34.51%
44.31%

Color #8E805D in popluar number systems.

HEX8E805D
Decimal14212893
Binary10001110100000001011101
Octal216200135

Shades and tints

Shades of #8E805D

#8E805D
(142,128,93)
#827555
(130,117,85)
#766A4D
(118,106,77)
#6A5F45
(106,95,69)
#5E543D
(94,84,61)
#524935
(82,73,53)
#463E2D
(70,62,45)
#3A3325
(58,51,37)
#2E281D
(46,40,29)
#221D15
(34,29,21)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #8E805D

#8E805D
(142,128,93)
#988B6B
(152,139,107)
#A29679
(162,150,121)
#ACA187
(172,161,135)
#B6AC95
(182,172,149)
#C0B7A3
(192,183,163)
#CAC2B1
(202,194,177)
#D4CDBF
(212,205,191)
#DED8CD
(222,216,205)
#E8E3DB
(232,227,219)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E805D; }

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

This text font color is #8E805D.


Background Color

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

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

This div background color is #8E805D.


Border color

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

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

This div border color is #8E805D.


Opacity

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

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

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

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

This text has shadow with #8E805D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E805D on black background.


Color preview on white background

This text has color #8E805D on white background.



Black color preview on #8E805D background

This text has black color on #8E805D background.


White color preview on #8E805D background

This text has white color on #8E805D background.