COLOR #8E685D

HEX: #8E685D
RGB: (142,104,93)

Color info

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

RGB color model

#8E685D color RGB value is (142,104,93).

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

RGB channels and saturation

R 142 of 255 = 56%
G 104 of 255 = 41%
B 93 of 255 = 36%

142
104
93

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

Portions of RGB colors in percentages

R + G + B =
142 + 104 + 93 = 339 (100%)
R 142 of 339 ~ 41.89%
G 104 of 339 ~ 30.68%
B 93 of 339 ~ 27.43%

%41.89
%30.68
%27.43

CMYK color model

#8E685D color CMYK value is (0,27,35,44).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 34.51%
  • key color value is 44.31%
CMYK:
(0,27,35,44)
C0M27Y35K44 
(0%,27%,35%,44%)
(0.00/0.27/0.35/0.44)	

CMYK percentages

%0
%26.76
%34.51
%44.31

Codes

Color #8E685D in popluar color models

8E685D
RGB14210493
HSL13°20.85%46.08%
HSB/HSV13°34.51%55.69%
CMYK0.00%26.76%34.51%
44.31%

Color #8E685D in popluar number systems.

HEX8E685D
Decimal14210493
Binary1000111011010001011101
Octal216150135

Shades and tints

Shades of #8E685D

#8E685D
(142,104,93)
#825F55
(130,95,85)
#76564D
(118,86,77)
#6A4D45
(106,77,69)
#5E443D
(94,68,61)
#523B35
(82,59,53)
#46322D
(70,50,45)
#3A2925
(58,41,37)
#2E201D
(46,32,29)
#221715
(34,23,21)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #8E685D

#8E685D
(142,104,93)
#98756B
(152,117,107)
#A28279
(162,130,121)
#AC8F87
(172,143,135)
#B69C95
(182,156,149)
#C0A9A3
(192,169,163)
#CAB6B1
(202,182,177)
#D4C3BF
(212,195,191)
#DED0CD
(222,208,205)
#E8DDDB
(232,221,219)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E685D; }

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

This text font color is #8E685D.


Background Color

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

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

This div background color is #8E685D.


Border color

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

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

This div border color is #8E685D.


Opacity

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

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

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

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

This text has shadow with #8E685D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E685D on black background.


Color preview on white background

This text has color #8E685D on white background.



Black color preview on #8E685D background

This text has black color on #8E685D background.


White color preview on #8E685D background

This text has white color on #8E685D background.