COLOR #8E7679

HEX: #8E7679
RGB: (142,118,121)

Color info

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

RGB color model

#8E7679 color RGB value is (142,118,121).

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

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 121 of 255 = 47%

142
118
121

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 121 = 381 (100%)
R 142 of 381 ~ 37.27%
G 118 of 381 ~ 30.97%
B 121 of 381 ~ 31.76%

%37.27
%30.97
%31.76

CMYK color model

#8E7679 color CMYK value is (0,17,15,44).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 14.79%
  • key color value is 44.31%
CMYK:
(0,17,15,44)
C0M17Y15K44 
(0%,17%,15%,44%)
(0.00/0.17/0.15/0.44)	

CMYK percentages

%0
%16.9
%14.79
%44.31

Codes

Color #8E7679 in popluar color models

8E7679
RGB142118121
HSL353°9.60%50.98%
HSB/HSV353°16.90%55.69%
CMYK0.00%16.90%14.79%
44.31%

Color #8E7679 in popluar number systems.

HEX8E7679
Decimal142118121
Binary1000111011101101111001
Octal216166171

Shades and tints

Shades of #8E7679

#8E7679
(142,118,121)
#826C6E
(130,108,110)
#766263
(118,98,99)
#6A5858
(106,88,88)
#5E4E4D
(94,78,77)
#524442
(82,68,66)
#463A37
(70,58,55)
#3A302C
(58,48,44)
#2E2621
(46,38,33)
#221C16
(34,28,22)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #8E7679

#8E7679
(142,118,121)
#988285
(152,130,133)
#A28E91
(162,142,145)
#AC9A9D
(172,154,157)
#B6A6A9
(182,166,169)
#C0B2B5
(192,178,181)
#CABEC1
(202,190,193)
#D4CACD
(212,202,205)
#DED6D9
(222,214,217)
#E8E2E5
(232,226,229)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7679; }

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

This text font color is #8E7679.


Background Color

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

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

This div background color is #8E7679.


Border color

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

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

This div border color is #8E7679.


Opacity

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

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

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

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

This text has shadow with #8E7679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7679 on black background.


Color preview on white background

This text has color #8E7679 on white background.



Black color preview on #8E7679 background

This text has black color on #8E7679 background.


White color preview on #8E7679 background

This text has white color on #8E7679 background.