COLOR #8E6F5C

HEX: #8E6F5C
RGB: (142,111,92)

Color info

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

RGB color model

#8E6F5C color RGB value is (142,111,92).

  • red value is 142;
  • green value is 111;
  • blue value is 92.
RGB:
(142,111,92)
(56%,44%,36%)

RGB channels and saturation

R 142 of 255 = 56%
G 111 of 255 = 44%
B 92 of 255 = 36%

142
111
92

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

Portions of RGB colors in percentages

R + G + B =
142 + 111 + 92 = 345 (100%)
R 142 of 345 ~ 41.16%
G 111 of 345 ~ 32.17%
B 92 of 345 ~ 26.67%

%41.16
%32.17
%26.67

CMYK color model

#8E6F5C color CMYK value is (0,22,35,44).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 35.21%
  • key color value is 44.31%
CMYK:
(0,22,35,44)
C0M22Y35K44 
(0%,22%,35%,44%)
(0.00/0.22/0.35/0.44)	

CMYK percentages

%0
%21.83
%35.21
%44.31

Codes

Color #8E6F5C in popluar color models

8E6F5C
RGB14211192
HSL23°21.37%45.88%
HSB/HSV23°35.21%55.69%
CMYK0.00%21.83%35.21%
44.31%

Color #8E6F5C in popluar number systems.

HEX8E6F5C
Decimal14211192
Binary1000111011011111011100
Octal216157134

Shades and tints

Shades of #8E6F5C

#8E6F5C
(142,111,92)
#826554
(130,101,84)
#765B4C
(118,91,76)
#6A5144
(106,81,68)
#5E473C
(94,71,60)
#523D34
(82,61,52)
#46332C
(70,51,44)
#3A2924
(58,41,36)
#2E1F1C
(46,31,28)
#221514
(34,21,20)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #8E6F5C

#8E6F5C
(142,111,92)
#987C6A
(152,124,106)
#A28978
(162,137,120)
#AC9686
(172,150,134)
#B6A394
(182,163,148)
#C0B0A2
(192,176,162)
#CABDB0
(202,189,176)
#D4CABE
(212,202,190)
#DED7CC
(222,215,204)
#E8E4DA
(232,228,218)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6F5C color. Also use rgb(142,111,92) instead hex code.

Text Font Color

.myTextColor { color: #8E6F5C; }

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

This text font color is #8E6F5C.


Background Color

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

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

This div background color is #8E6F5C.


Border color

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

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

This div border color is #8E6F5C.


Opacity

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

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

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

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

This text has shadow with #8E6F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6F5C on black background.


Color preview on white background

This text has color #8E6F5C on white background.



Black color preview on #8E6F5C background

This text has black color on #8E6F5C background.


White color preview on #8E6F5C background

This text has white color on #8E6F5C background.