COLOR #8E7D55

HEX: #8E7D55
RGB: (142,125,85)

Color info

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

RGB color model

#8E7D55 color RGB value is (142,125,85).

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

RGB channels and saturation

R 142 of 255 = 56%
G 125 of 255 = 49%
B 85 of 255 = 33%

142
125
85

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

Portions of RGB colors in percentages

R + G + B =
142 + 125 + 85 = 352 (100%)
R 142 of 352 ~ 40.34%
G 125 of 352 ~ 35.51%
B 85 of 352 ~ 24.15%

%40.34
%35.51
%24.15

CMYK color model

#8E7D55 color CMYK value is (0,12,40,44).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 40.14%
  • key color value is 44.31%
CMYK:
(0,12,40,44)
C0M12Y40K44 
(0%,12%,40%,44%)
(0.00/0.12/0.40/0.44)	

CMYK percentages

%0
%11.97
%40.14
%44.31

Codes

Color #8E7D55 in popluar color models

8E7D55
RGB14212585
HSL42°25.11%44.51%
HSB/HSV42°40.14%55.69%
CMYK0.00%11.97%40.14%
44.31%

Color #8E7D55 in popluar number systems.

HEX8E7D55
Decimal14212585
Binary1000111011111011010101
Octal216175125

Shades and tints

Shades of #8E7D55

#8E7D55
(142,125,85)
#82724E
(130,114,78)
#766747
(118,103,71)
#6A5C40
(106,92,64)
#5E5139
(94,81,57)
#524632
(82,70,50)
#463B2B
(70,59,43)
#3A3024
(58,48,36)
#2E251D
(46,37,29)
#221A16
(34,26,22)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #8E7D55

#8E7D55
(142,125,85)
#988864
(152,136,100)
#A29373
(162,147,115)
#AC9E82
(172,158,130)
#B6A991
(182,169,145)
#C0B4A0
(192,180,160)
#CABFAF
(202,191,175)
#D4CABE
(212,202,190)
#DED5CD
(222,213,205)
#E8E0DC
(232,224,220)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7D55; }

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

This text font color is #8E7D55.


Background Color

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

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

This div background color is #8E7D55.


Border color

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

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

This div border color is #8E7D55.


Opacity

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

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

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

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

This text has shadow with #8E7D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7D55 on black background.


Color preview on white background

This text has color #8E7D55 on white background.



Black color preview on #8E7D55 background

This text has black color on #8E7D55 background.


White color preview on #8E7D55 background

This text has white color on #8E7D55 background.