COLOR #8E866C

HEX: #8E866C
RGB: (142,134,108)

Color info

#8E866C contains red, green and blue colors in about the same proportion. Web safe color of #8E866C is #999966 (or #996).

RGB color model

#8E866C color RGB value is (142,134,108).

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

RGB channels and saturation

R 142 of 255 = 56%
G 134 of 255 = 53%
B 108 of 255 = 42%

142
134
108

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

Portions of RGB colors in percentages

R + G + B =
142 + 134 + 108 = 384 (100%)
R 142 of 384 ~ 36.98%
G 134 of 384 ~ 34.9%
B 108 of 384 ~ 28.13%

%36.98
%34.9
%28.13

CMYK color model

#8E866C color CMYK value is (0,6,24,44).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 23.94%
  • key color value is 44.31%
CMYK:
(0,6,24,44)
C0M6Y24K44 
(0%,6%,24%,44%)
(0.00/0.06/0.24/0.44)	

CMYK percentages

%0
%5.63
%23.94
%44.31

Codes

Color #8E866C in popluar color models

8E866C
RGB142134108
HSL46°13.60%49.02%
HSB/HSV46°23.94%55.69%
CMYK0.00%5.63%23.94%
44.31%

Color #8E866C in popluar number systems.

HEX8E866C
Decimal142134108
Binary10001110100001101101100
Octal216206154

Shades and tints

Shades of #8E866C

#8E866C
(142,134,108)
#827A63
(130,122,99)
#766E5A
(118,110,90)
#6A6251
(106,98,81)
#5E5648
(94,86,72)
#524A3F
(82,74,63)
#463E36
(70,62,54)
#3A322D
(58,50,45)
#2E2624
(46,38,36)
#221A1B
(34,26,27)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #8E866C

#8E866C
(142,134,108)
#989179
(152,145,121)
#A29C86
(162,156,134)
#ACA793
(172,167,147)
#B6B2A0
(182,178,160)
#C0BDAD
(192,189,173)
#CAC8BA
(202,200,186)
#D4D3C7
(212,211,199)
#DEDED4
(222,222,212)
#E8E9E1
(232,233,225)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E866C; }

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

This text font color is #8E866C.


Background Color

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

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

This div background color is #8E866C.


Border color

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

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

This div border color is #8E866C.


Opacity

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

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

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

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

This text has shadow with #8E866C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E866C on black background.


Color preview on white background

This text has color #8E866C on white background.



Black color preview on #8E866C background

This text has black color on #8E866C background.


White color preview on #8E866C background

This text has white color on #8E866C background.