COLOR #8E866B

HEX: #8E866B RGB: (142,134,107)

Color info

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

RGB color model

#8E866B color RGB value is (142,134,107).

RGB: (142,134,107) (56%, 53%, 42%)

RGB channels and saturation

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

142
134
107

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

Portions of RGB colors in percentages

R + G + B = 142 + 134 + 107 = 383 (100%)
R 142 of 383 ~ 37.08%
G 134 of 383 ~ 34.99%
B 107 of 383 ~ 27.94'%

%37.08
%34.99
%27.94

CMYK color model

#8E866B color CMYK value is (0,6,25,44).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 24.65%
  • key color value is 44.31%

CMYK: (0,6,25,44)
C0M6Y25K44 (0%, 6%, 25%, 44%)
(0.00 / 0.06 / 0.25 / 0.44)

CMYK percentages

%0
%5.63
%24.65
%44.31

Codes

Color #8E866B in popluar color models

8E 86 6B
RGB 142 134 107
HSL 46° 14.06% 48.82%
HSB/HSV 46° 24.65% 55.69%
CMYK 0.00% 5.63% 24.65%
44.31%

Color #8E866B in popluar number systems.

HEX 8E 86 6B
Decimal 142 134 107
Binary 10001110 10000110 1101011
Octal 216 206 153

Shades and tints

Shades of #8E866B

#8E866B
(142,134,107)
#827A62
(130,122,98)
#766E59
(118,110,89)
#6A6250
(106,98,80)
#5E5647
(94,86,71)
#524A3E
(82,74,62)
#463E35
(70,62,53)
#3A322C
(58,50,44)
#2E2623
(46,38,35)
#221A1A
(34,26,26)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #8E866B

#8E866B
(142,134,107)
#989178
(152,145,120)
#A29C85
(162,156,133)
#ACA792
(172,167,146)
#B6B29F
(182,178,159)
#C0BDAC
(192,189,172)
#CAC8B9
(202,200,185)
#D4D3C6
(212,211,198)
#DEDED3
(222,222,211)
#E8E9E0
(232,233,224)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E866B; }

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

This text font color is #8E866B.

Background Color

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

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

This div background color is #8E866B.

Border color

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

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

This div border color is #8E866B.

Opacity

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

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

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

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

This text has shadow with #8E866B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E866B.

Preview

Color preview on black background

This text has color #8E866B on black background.


Color preview on white background

This text has color #8E866B on white background.


Black color preview on #8E866B background

This text has black color on #8E866B background.


White color preview on #8E866B background

This text has white color on #8E866B background.


Related colors

Complementary color

Complementary color for #hex is #717994.


I love getcolorcode.com

Triadic colors

1 #6B8E86 and #866B8E with #8E866B are triadic colors.

2 #6B868E and #868E6B with #8E866B are triadic colors.