COLOR #8E7967

HEX: #8E7967
RGB: (142,121,103)

Color info

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

RGB color model

#8E7967 color RGB value is (142,121,103).

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

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 103 of 255 = 40%

142
121
103

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

Portions of RGB colors in percentages

R + G + B =
142 + 121 + 103 = 366 (100%)
R 142 of 366 ~ 38.8%
G 121 of 366 ~ 33.06%
B 103 of 366 ~ 28.14%

%38.8
%33.06
%28.14

CMYK color model

#8E7967 color CMYK value is (0,15,27,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 27.46%
  • key color value is 44.31%
CMYK:
(0,15,27,44)
C0M15Y27K44 
(0%,15%,27%,44%)
(0.00/0.15/0.27/0.44)	

CMYK percentages

%0
%14.79
%27.46
%44.31

Codes

Color #8E7967 in popluar color models

8E7967
RGB142121103
HSL28°15.92%48.04%
HSB/HSV28°27.46%55.69%
CMYK0.00%14.79%27.46%
44.31%

Color #8E7967 in popluar number systems.

HEX8E7967
Decimal142121103
Binary1000111011110011100111
Octal216171147

Shades and tints

Shades of #8E7967

#8E7967
(142,121,103)
#826E5E
(130,110,94)
#766355
(118,99,85)
#6A584C
(106,88,76)
#5E4D43
(94,77,67)
#52423A
(82,66,58)
#463731
(70,55,49)
#3A2C28
(58,44,40)
#2E211F
(46,33,31)
#221616
(34,22,22)
#160B0D
(22,11,13)
#000000
(0,0,0)

Tints of #8E7967

#8E7967
(142,121,103)
#988574
(152,133,116)
#A29181
(162,145,129)
#AC9D8E
(172,157,142)
#B6A99B
(182,169,155)
#C0B5A8
(192,181,168)
#CAC1B5
(202,193,181)
#D4CDC2
(212,205,194)
#DED9CF
(222,217,207)
#E8E5DC
(232,229,220)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7967; }

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

This text font color is #8E7967.


Background Color

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

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

This div background color is #8E7967.


Border color

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

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

This div border color is #8E7967.


Opacity

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

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

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

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

This text has shadow with #8E7967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7967 on black background.


Color preview on white background

This text has color #8E7967 on white background.



Black color preview on #8E7967 background

This text has black color on #8E7967 background.


White color preview on #8E7967 background

This text has white color on #8E7967 background.