COLOR #8E6C5D

HEX: #8E6C5D RGB: (142,108,93)

Color info

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

RGB color model

#8E6C5D color RGB value is (142,108,93).

RGB: (142,108,93) (56%, 42%, 36%)

RGB channels and saturation

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

142
108
93

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

Portions of RGB colors in percentages

R + G + B = 142 + 108 + 93 = 343 (100%)
R 142 of 343 ~ 41.4%
G 108 of 343 ~ 31.49%
B 93 of 343 ~ 27.11'%

%41.4
%31.49
%27.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 34.51%
  • 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
%34.51
%44.31

Codes

Color #8E6C5D in popluar color models

8E 6C 5D
RGB 142 108 93
HSL 18° 20.85% 46.08%
HSB/HSV 18° 34.51% 55.69%
CMYK 0.00% 23.94% 34.51%
44.31%

Color #8E6C5D in popluar number systems.

HEX 8E 6C 5D
Decimal 142 108 93
Binary 10001110 1101100 1011101
Octal 216 154 135

Shades and tints

Shades of #8E6C5D

#8E6C5D
(142,108,93)
#826355
(130,99,85)
#765A4D
(118,90,77)
#6A5145
(106,81,69)
#5E483D
(94,72,61)
#523F35
(82,63,53)
#46362D
(70,54,45)
#3A2D25
(58,45,37)
#2E241D
(46,36,29)
#221B15
(34,27,21)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #8E6C5D

#8E6C5D
(142,108,93)
#98796B
(152,121,107)
#A28679
(162,134,121)
#AC9387
(172,147,135)
#B6A095
(182,160,149)
#C0ADA3
(192,173,163)
#CABAB1
(202,186,177)
#D4C7BF
(212,199,191)
#DED4CD
(222,212,205)
#E8E1DB
(232,225,219)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6C5D; }

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

This text font color is #8E6C5D.

Background Color

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

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

This div background color is #8E6C5D.

Border color

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

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

This div border color is #8E6C5D.

Opacity

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

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

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

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

This text has shadow with #8E6C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6C5D.

Preview

Color preview on black background

This text has color #8E6C5D on black background.


Color preview on white background

This text has color #8E6C5D on white background.


Black color preview on #8E6C5D background

This text has black color on #8E6C5D background.


White color preview on #8E6C5D background

This text has white color on #8E6C5D background.


Related colors

Complementary color

Complementary color for #hex is #7193A2.


I love getcolorcode.com

Triadic colors

1 #5D8E6C and #6C5D8E with #8E6C5D are triadic colors.

2 #5D6C8E and #6C8E5D with #8E6C5D are triadic colors.