COLOR #8E766E

HEX: #8E766E
RGB: (142,118,110)

Color info

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

RGB color model

#8E766E color RGB value is (142,118,110).

  • red value is 142;
  • green value is 118;
  • blue value is 110.
RGB:
(142,118,110)
(56%,46%,43%)

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 110 of 255 = 43%

142
118
110

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 110 = 370 (100%)
R 142 of 370 ~ 38.38%
G 118 of 370 ~ 31.89%
B 110 of 370 ~ 29.73%

%38.38
%31.89
%29.73

CMYK color model

#8E766E color CMYK value is (0,17,23,44).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 22.54%
  • key color value is 44.31%
CMYK:
(0,17,23,44)
C0M17Y23K44 
(0%,17%,23%,44%)
(0.00/0.17/0.23/0.44)	

CMYK percentages

%0
%16.9
%22.54
%44.31

Codes

Color #8E766E in popluar color models

8E766E
RGB142118110
HSL15°12.70%49.41%
HSB/HSV15°22.54%55.69%
CMYK0.00%16.90%22.54%
44.31%

Color #8E766E in popluar number systems.

HEX8E766E
Decimal142118110
Binary1000111011101101101110
Octal216166156

Shades and tints

Shades of #8E766E

#8E766E
(142,118,110)
#826C64
(130,108,100)
#76625A
(118,98,90)
#6A5850
(106,88,80)
#5E4E46
(94,78,70)
#52443C
(82,68,60)
#463A32
(70,58,50)
#3A3028
(58,48,40)
#2E261E
(46,38,30)
#221C14
(34,28,20)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #8E766E

#8E766E
(142,118,110)
#98827B
(152,130,123)
#A28E88
(162,142,136)
#AC9A95
(172,154,149)
#B6A6A2
(182,166,162)
#C0B2AF
(192,178,175)
#CABEBC
(202,190,188)
#D4CAC9
(212,202,201)
#DED6D6
(222,214,214)
#E8E2E3
(232,226,227)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E766E; }

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

This text font color is #8E766E.


Background Color

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

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

This div background color is #8E766E.


Border color

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

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

This div border color is #8E766E.


Opacity

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

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

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

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

This text has shadow with #8E766E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E766E on black background.


Color preview on white background

This text has color #8E766E on white background.



Black color preview on #8E766E background

This text has black color on #8E766E background.


White color preview on #8E766E background

This text has white color on #8E766E background.