COLOR #8E7863

HEX: #8E7863
RGB: (142,120,99)

Color info

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

RGB color model

#8E7863 color RGB value is (142,120,99).

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

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 99 of 255 = 39%

142
120
99

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 99 = 361 (100%)
R 142 of 361 ~ 39.34%
G 120 of 361 ~ 33.24%
B 99 of 361 ~ 27.42%

%39.34
%33.24
%27.42

CMYK color model

#8E7863 color CMYK value is (0,15,30,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 30.28%
  • key color value is 44.31%
CMYK:
(0,15,30,44)
C0M15Y30K44 
(0%,15%,30%,44%)
(0.00/0.15/0.30/0.44)	

CMYK percentages

%0
%15.49
%30.28
%44.31

Codes

Color #8E7863 in popluar color models

8E7863
RGB14212099
HSL29°17.84%47.25%
HSB/HSV29°30.28%55.69%
CMYK0.00%15.49%30.28%
44.31%

Color #8E7863 in popluar number systems.

HEX8E7863
Decimal14212099
Binary1000111011110001100011
Octal216170143

Shades and tints

Shades of #8E7863

#8E7863
(142,120,99)
#826E5A
(130,110,90)
#766451
(118,100,81)
#6A5A48
(106,90,72)
#5E503F
(94,80,63)
#524636
(82,70,54)
#463C2D
(70,60,45)
#3A3224
(58,50,36)
#2E281B
(46,40,27)
#221E12
(34,30,18)
#161409
(22,20,9)
#000000
(0,0,0)

Tints of #8E7863

#8E7863
(142,120,99)
#988471
(152,132,113)
#A2907F
(162,144,127)
#AC9C8D
(172,156,141)
#B6A89B
(182,168,155)
#C0B4A9
(192,180,169)
#CAC0B7
(202,192,183)
#D4CCC5
(212,204,197)
#DED8D3
(222,216,211)
#E8E4E1
(232,228,225)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7863; }

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

This text font color is #8E7863.


Background Color

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

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

This div background color is #8E7863.


Border color

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

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

This div border color is #8E7863.


Opacity

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

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

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

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

This text has shadow with #8E7863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7863 on black background.


Color preview on white background

This text has color #8E7863 on white background.



Black color preview on #8E7863 background

This text has black color on #8E7863 background.


White color preview on #8E7863 background

This text has white color on #8E7863 background.