COLOR #8E806B

HEX: #8E806B RGB: (142,128,107)

Color info

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

RGB color model

#8E806B color RGB value is (142,128,107).

RGB: (142,128,107) (56%, 50%, 42%)

RGB channels and saturation

R 142 of 255 = 56%
G 128 of 255 = 50%
B 107 of 255 = 42%

142
128
107

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

Portions of RGB colors in percentages

R + G + B = 142 + 128 + 107 = 377 (100%)
R 142 of 377 ~ 37.67%
G 128 of 377 ~ 33.95%
B 107 of 377 ~ 28.38'%

%37.67
%33.95
%28.38

CMYK color model

#8E806B color CMYK value is (0,10,25,44).

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

CMYK: (0,10,25,44)
C0M10Y25K44 (0%, 10%, 25%, 44%)
(0.00 / 0.10 / 0.25 / 0.44)

CMYK percentages

%0
%9.86
%24.65
%44.31

Codes

Color #8E806B in popluar color models

8E 80 6B
RGB 142 128 107
HSL 36° 14.06% 48.82%
HSB/HSV 36° 24.65% 55.69%
CMYK 0.00% 9.86% 24.65%
44.31%

Color #8E806B in popluar number systems.

HEX 8E 80 6B
Decimal 142 128 107
Binary 10001110 10000000 1101011
Octal 216 200 153

Shades and tints

Shades of #8E806B

#8E806B
(142,128,107)
#827562
(130,117,98)
#766A59
(118,106,89)
#6A5F50
(106,95,80)
#5E5447
(94,84,71)
#52493E
(82,73,62)
#463E35
(70,62,53)
#3A332C
(58,51,44)
#2E2823
(46,40,35)
#221D1A
(34,29,26)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #8E806B

#8E806B
(142,128,107)
#988B78
(152,139,120)
#A29685
(162,150,133)
#ACA192
(172,161,146)
#B6AC9F
(182,172,159)
#C0B7AC
(192,183,172)
#CAC2B9
(202,194,185)
#D4CDC6
(212,205,198)
#DED8D3
(222,216,211)
#E8E3E0
(232,227,224)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E806B; }

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

This text font color is #8E806B.

Background Color

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

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

This div background color is #8E806B.

Border color

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

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

This div border color is #8E806B.

Opacity

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

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

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

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

This text has shadow with #8E806B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E806B.

Preview

Color preview on black background

This text has color #8E806B on black background.


Color preview on white background

This text has color #8E806B on white background.


Black color preview on #8E806B background

This text has black color on #8E806B background.


White color preview on #8E806B background

This text has white color on #8E806B background.


Related colors

Complementary color

Complementary color for #hex is #717F94.


I love getcolorcode.com

Triadic colors

1 #6B8E80 and #806B8E with #8E806B are triadic colors.

2 #6B808E and #808E6B with #8E806B are triadic colors.