COLOR #8E7A59

HEX: #8E7A59
RGB: (142,122,89)

Color info

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

RGB color model

#8E7A59 color RGB value is (142,122,89).

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

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 89 of 255 = 35%

142
122
89

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

Portions of RGB colors in percentages

R + G + B =
142 + 122 + 89 = 353 (100%)
R 142 of 353 ~ 40.23%
G 122 of 353 ~ 34.56%
B 89 of 353 ~ 25.21%

%40.23
%34.56
%25.21

CMYK color model

#8E7A59 color CMYK value is (0,14,37,44).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 37.32%
  • key color value is 44.31%
CMYK:
(0,14,37,44)
C0M14Y37K44 
(0%,14%,37%,44%)
(0.00/0.14/0.37/0.44)	

CMYK percentages

%0
%14.08
%37.32
%44.31

Codes

Color #8E7A59 in popluar color models

8E7A59
RGB14212289
HSL37°22.94%45.29%
HSB/HSV37°37.32%55.69%
CMYK0.00%14.08%37.32%
44.31%

Color #8E7A59 in popluar number systems.

HEX8E7A59
Decimal14212289
Binary1000111011110101011001
Octal216172131

Shades and tints

Shades of #8E7A59

#8E7A59
(142,122,89)
#826F51
(130,111,81)
#766449
(118,100,73)
#6A5941
(106,89,65)
#5E4E39
(94,78,57)
#524331
(82,67,49)
#463829
(70,56,41)
#3A2D21
(58,45,33)
#2E2219
(46,34,25)
#221711
(34,23,17)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #8E7A59

#8E7A59
(142,122,89)
#988668
(152,134,104)
#A29277
(162,146,119)
#AC9E86
(172,158,134)
#B6AA95
(182,170,149)
#C0B6A4
(192,182,164)
#CAC2B3
(202,194,179)
#D4CEC2
(212,206,194)
#DEDAD1
(222,218,209)
#E8E6E0
(232,230,224)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7A59; }

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

This text font color is #8E7A59.


Background Color

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

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

This div background color is #8E7A59.


Border color

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

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

This div border color is #8E7A59.


Opacity

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

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

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

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

This text has shadow with #8E7A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7A59 on black background.


Color preview on white background

This text has color #8E7A59 on white background.



Black color preview on #8E7A59 background

This text has black color on #8E7A59 background.


White color preview on #8E7A59 background

This text has white color on #8E7A59 background.