COLOR #8E766B

HEX: #8E766B RGB: (142,118,107)

Color info

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

RGB color model

#8E766B color RGB value is (142,118,107).

RGB: (142,118,107) (56%, 46%, 42%)

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 107 of 255 = 42%

142
118
107

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

Portions of RGB colors in percentages

R + G + B = 142 + 118 + 107 = 367 (100%)
R 142 of 367 ~ 38.69%
G 118 of 367 ~ 32.15%
B 107 of 367 ~ 29.16'%

%38.69
%32.15
%29.16

CMYK color model

#8E766B color CMYK value is (0,17,25,44).

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

CMYK: (0,17,25,44)
C0M17Y25K44 (0%, 17%, 25%, 44%)
(0.00 / 0.17 / 0.25 / 0.44)

CMYK percentages

%0
%16.9
%24.65
%44.31

Codes

Color #8E766B in popluar color models

8E 76 6B
RGB 142 118 107
HSL 19° 14.06% 48.82%
HSB/HSV 19° 24.65% 55.69%
CMYK 0.00% 16.90% 24.65%
44.31%

Color #8E766B in popluar number systems.

HEX 8E 76 6B
Decimal 142 118 107
Binary 10001110 1110110 1101011
Octal 216 166 153

Shades and tints

Shades of #8E766B

#8E766B
(142,118,107)
#826C62
(130,108,98)
#766259
(118,98,89)
#6A5850
(106,88,80)
#5E4E47
(94,78,71)
#52443E
(82,68,62)
#463A35
(70,58,53)
#3A302C
(58,48,44)
#2E2623
(46,38,35)
#221C1A
(34,28,26)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #8E766B

#8E766B
(142,118,107)
#988278
(152,130,120)
#A28E85
(162,142,133)
#AC9A92
(172,154,146)
#B6A69F
(182,166,159)
#C0B2AC
(192,178,172)
#CABEB9
(202,190,185)
#D4CAC6
(212,202,198)
#DED6D3
(222,214,211)
#E8E2E0
(232,226,224)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E766B; }

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

This text font color is #8E766B.

Background Color

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

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

This div background color is #8E766B.

Border color

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

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

This div border color is #8E766B.

Opacity

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

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

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

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

This text has shadow with #8E766B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E766B.

Preview

Color preview on black background

This text has color #8E766B on black background.


Color preview on white background

This text has color #8E766B on white background.


Black color preview on #8E766B background

This text has black color on #8E766B background.


White color preview on #8E766B background

This text has white color on #8E766B background.


Related colors

Complementary color

Complementary color for #hex is #718994.


I love getcolorcode.com

Triadic colors

1 #6B8E76 and #766B8E with #8E766B are triadic colors.

2 #6B768E and #768E6B with #8E766B are triadic colors.