COLOR #8E7563

HEX: #8E7563
RGB: (142,117,99)

Color info

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

RGB color model

#8E7563 color RGB value is (142,117,99).

  • red value is 142;
  • green value is 117;
  • blue value is 99.
RGB:
(142,117,99)
(56%,46%,39%)

RGB channels and saturation

R 142 of 255 = 56%
G 117 of 255 = 46%
B 99 of 255 = 39%

142
117
99

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

Portions of RGB colors in percentages

R + G + B =
142 + 117 + 99 = 358 (100%)
R 142 of 358 ~ 39.66%
G 117 of 358 ~ 32.68%
B 99 of 358 ~ 27.65%

%39.66
%32.68
%27.65

CMYK color model

#8E7563 color CMYK value is (0,18,30,44).

  • cyan value is 0.00%
  • magenta value is 17.61%
  • yellow value is 30.28%
  • key color value is 44.31%
CMYK:
(0,18,30,44)
C0M18Y30K44 
(0%,18%,30%,44%)
(0.00/0.18/0.30/0.44)	

CMYK percentages

%0
%17.61
%30.28
%44.31

Codes

Color #8E7563 in popluar color models

8E7563
RGB14211799
HSL25°17.84%47.25%
HSB/HSV25°30.28%55.69%
CMYK0.00%17.61%30.28%
44.31%

Color #8E7563 in popluar number systems.

HEX8E7563
Decimal14211799
Binary1000111011101011100011
Octal216165143

Shades and tints

Shades of #8E7563

#8E7563
(142,117,99)
#826B5A
(130,107,90)
#766151
(118,97,81)
#6A5748
(106,87,72)
#5E4D3F
(94,77,63)
#524336
(82,67,54)
#46392D
(70,57,45)
#3A2F24
(58,47,36)
#2E251B
(46,37,27)
#221B12
(34,27,18)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #8E7563

#8E7563
(142,117,99)
#988171
(152,129,113)
#A28D7F
(162,141,127)
#AC998D
(172,153,141)
#B6A59B
(182,165,155)
#C0B1A9
(192,177,169)
#CABDB7
(202,189,183)
#D4C9C5
(212,201,197)
#DED5D3
(222,213,211)
#E8E1E1
(232,225,225)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7563 color. Also use rgb(142,117,99) instead hex code.

Text Font Color

.myTextColor { color: #8E7563; }

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

This text font color is #8E7563.


Background Color

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

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

This div background color is #8E7563.


Border color

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

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

This div border color is #8E7563.


Opacity

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

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

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

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

This text has shadow with #8E7563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7563 on black background.


Color preview on white background

This text has color #8E7563 on white background.



Black color preview on #8E7563 background

This text has black color on #8E7563 background.


White color preview on #8E7563 background

This text has white color on #8E7563 background.