COLOR #8E6C5C

HEX: #8E6C5C
RGB: (142,108,92)

Color info

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

RGB color model

#8E6C5C color RGB value is (142,108,92).

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

RGB channels and saturation

R 142 of 255 = 56%
G 108 of 255 = 42%
B 92 of 255 = 36%

142
108
92

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

Portions of RGB colors in percentages

R + G + B =
142 + 108 + 92 = 342 (100%)
R 142 of 342 ~ 41.52%
G 108 of 342 ~ 31.58%
B 92 of 342 ~ 26.9%

%41.52
%31.58
%26.9

CMYK color model

#8E6C5C color CMYK value is (0,24,35,44).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 35.21%
  • key color value is 44.31%
CMYK:
(0,24,35,44)
C0M24Y35K44 
(0%,24%,35%,44%)
(0.00/0.24/0.35/0.44)	

CMYK percentages

%0
%23.94
%35.21
%44.31

Codes

Color #8E6C5C in popluar color models

8E6C5C
RGB14210892
HSL19°21.37%45.88%
HSB/HSV19°35.21%55.69%
CMYK0.00%23.94%35.21%
44.31%

Color #8E6C5C in popluar number systems.

HEX8E6C5C
Decimal14210892
Binary1000111011011001011100
Octal216154134

Shades and tints

Shades of #8E6C5C

#8E6C5C
(142,108,92)
#826354
(130,99,84)
#765A4C
(118,90,76)
#6A5144
(106,81,68)
#5E483C
(94,72,60)
#523F34
(82,63,52)
#46362C
(70,54,44)
#3A2D24
(58,45,36)
#2E241C
(46,36,28)
#221B14
(34,27,20)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #8E6C5C

#8E6C5C
(142,108,92)
#98796A
(152,121,106)
#A28678
(162,134,120)
#AC9386
(172,147,134)
#B6A094
(182,160,148)
#C0ADA2
(192,173,162)
#CABAB0
(202,186,176)
#D4C7BE
(212,199,190)
#DED4CC
(222,212,204)
#E8E1DA
(232,225,218)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6C5C; }

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

This text font color is #8E6C5C.


Background Color

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

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

This div background color is #8E6C5C.


Border color

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

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

This div border color is #8E6C5C.


Opacity

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

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

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

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

This text has shadow with #8E6C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6C5C on black background.


Color preview on white background

This text has color #8E6C5C on white background.



Black color preview on #8E6C5C background

This text has black color on #8E6C5C background.


White color preview on #8E6C5C background

This text has white color on #8E6C5C background.