COLOR #8E7A55

HEX: #8E7A55
RGB: (142,122,85)

Color info

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

RGB color model

#8E7A55 color RGB value is (142,122,85).

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

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 85 of 255 = 33%

142
122
85

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

Portions of RGB colors in percentages

R + G + B =
142 + 122 + 85 = 349 (100%)
R 142 of 349 ~ 40.69%
G 122 of 349 ~ 34.96%
B 85 of 349 ~ 24.36%

%40.69
%34.96
%24.36

CMYK color model

#8E7A55 color CMYK value is (0,14,40,44).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 40.14%
  • key color value is 44.31%
CMYK:
(0,14,40,44)
C0M14Y40K44 
(0%,14%,40%,44%)
(0.00/0.14/0.40/0.44)	

CMYK percentages

%0
%14.08
%40.14
%44.31

Codes

Color #8E7A55 in popluar color models

8E7A55
RGB14212285
HSL39°25.11%44.51%
HSB/HSV39°40.14%55.69%
CMYK0.00%14.08%40.14%
44.31%

Color #8E7A55 in popluar number systems.

HEX8E7A55
Decimal14212285
Binary1000111011110101010101
Octal216172125

Shades and tints

Shades of #8E7A55

#8E7A55
(142,122,85)
#826F4E
(130,111,78)
#766447
(118,100,71)
#6A5940
(106,89,64)
#5E4E39
(94,78,57)
#524332
(82,67,50)
#46382B
(70,56,43)
#3A2D24
(58,45,36)
#2E221D
(46,34,29)
#221716
(34,23,22)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #8E7A55

#8E7A55
(142,122,85)
#988664
(152,134,100)
#A29273
(162,146,115)
#AC9E82
(172,158,130)
#B6AA91
(182,170,145)
#C0B6A0
(192,182,160)
#CAC2AF
(202,194,175)
#D4CEBE
(212,206,190)
#DEDACD
(222,218,205)
#E8E6DC
(232,230,220)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7A55; }

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

This text font color is #8E7A55.


Background Color

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

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

This div background color is #8E7A55.


Border color

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

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

This div border color is #8E7A55.


Opacity

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

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

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

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

This text has shadow with #8E7A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7A55 on black background.


Color preview on white background

This text has color #8E7A55 on white background.



Black color preview on #8E7A55 background

This text has black color on #8E7A55 background.


White color preview on #8E7A55 background

This text has white color on #8E7A55 background.