COLOR #8E7A6C

HEX: #8E7A6C
RGB: (142,122,108)

Color info

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

RGB color model

#8E7A6C color RGB value is (142,122,108).

  • red value is 142;
  • green value is 122;
  • blue value is 108.
RGB:
(142,122,108)
(56%,48%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 108 of 255 = 42%

142
122
108

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

Portions of RGB colors in percentages

R + G + B =
142 + 122 + 108 = 372 (100%)
R 142 of 372 ~ 38.17%
G 122 of 372 ~ 32.8%
B 108 of 372 ~ 29.03%

%38.17
%32.8
%29.03

CMYK color model

#8E7A6C color CMYK value is (0,14,24,44).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 23.94%
  • key color value is 44.31%
CMYK:
(0,14,24,44)
C0M14Y24K44 
(0%,14%,24%,44%)
(0.00/0.14/0.24/0.44)	

CMYK percentages

%0
%14.08
%23.94
%44.31

Codes

Color #8E7A6C in popluar color models

8E7A6C
RGB142122108
HSL25°13.60%49.02%
HSB/HSV25°23.94%55.69%
CMYK0.00%14.08%23.94%
44.31%

Color #8E7A6C in popluar number systems.

HEX8E7A6C
Decimal142122108
Binary1000111011110101101100
Octal216172154

Shades and tints

Shades of #8E7A6C

#8E7A6C
(142,122,108)
#826F63
(130,111,99)
#76645A
(118,100,90)
#6A5951
(106,89,81)
#5E4E48
(94,78,72)
#52433F
(82,67,63)
#463836
(70,56,54)
#3A2D2D
(58,45,45)
#2E2224
(46,34,36)
#22171B
(34,23,27)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #8E7A6C

#8E7A6C
(142,122,108)
#988679
(152,134,121)
#A29286
(162,146,134)
#AC9E93
(172,158,147)
#B6AAA0
(182,170,160)
#C0B6AD
(192,182,173)
#CAC2BA
(202,194,186)
#D4CEC7
(212,206,199)
#DEDAD4
(222,218,212)
#E8E6E1
(232,230,225)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7A6C color. Also use rgb(142,122,108) instead hex code.

Text Font Color

.myTextColor { color: #8E7A6C; }

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

This text font color is #8E7A6C.


Background Color

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

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

This div background color is #8E7A6C.


Border color

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

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

This div border color is #8E7A6C.


Opacity

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

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

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

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

This text has shadow with #8E7A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7A6C on black background.


Color preview on white background

This text has color #8E7A6C on white background.



Black color preview on #8E7A6C background

This text has black color on #8E7A6C background.


White color preview on #8E7A6C background

This text has white color on #8E7A6C background.