COLOR #8E6563

HEX: #8E6563
RGB: (142,101,99)

Color info

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

RGB color model

#8E6563 color RGB value is (142,101,99).

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

RGB channels and saturation

R 142 of 255 = 56%
G 101 of 255 = 40%
B 99 of 255 = 39%

142
101
99

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

Portions of RGB colors in percentages

R + G + B =
142 + 101 + 99 = 342 (100%)
R 142 of 342 ~ 41.52%
G 101 of 342 ~ 29.53%
B 99 of 342 ~ 28.95%

%41.52
%29.53
%28.95

CMYK color model

#8E6563 color CMYK value is (0,29,30,44).

  • cyan value is 0.00%
  • magenta value is 28.87%
  • yellow value is 30.28%
  • key color value is 44.31%
CMYK:
(0,29,30,44)
C0M29Y30K44 
(0%,29%,30%,44%)
(0.00/0.29/0.30/0.44)	

CMYK percentages

%0
%28.87
%30.28
%44.31

Codes

Color #8E6563 in popluar color models

8E6563
RGB14210199
HSL17.84%47.25%
HSB/HSV30.28%55.69%
CMYK0.00%28.87%30.28%
44.31%

Color #8E6563 in popluar number systems.

HEX8E6563
Decimal14210199
Binary1000111011001011100011
Octal216145143

Shades and tints

Shades of #8E6563

#8E6563
(142,101,99)
#825C5A
(130,92,90)
#765351
(118,83,81)
#6A4A48
(106,74,72)
#5E413F
(94,65,63)
#523836
(82,56,54)
#462F2D
(70,47,45)
#3A2624
(58,38,36)
#2E1D1B
(46,29,27)
#221412
(34,20,18)
#160B09
(22,11,9)
#000000
(0,0,0)

Tints of #8E6563

#8E6563
(142,101,99)
#987371
(152,115,113)
#A2817F
(162,129,127)
#AC8F8D
(172,143,141)
#B69D9B
(182,157,155)
#C0ABA9
(192,171,169)
#CAB9B7
(202,185,183)
#D4C7C5
(212,199,197)
#DED5D3
(222,213,211)
#E8E3E1
(232,227,225)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6563; }

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

This text font color is #8E6563.


Background Color

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

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

This div background color is #8E6563.


Border color

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

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

This div border color is #8E6563.


Opacity

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

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

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

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

This text has shadow with #8E6563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6563 on black background.


Color preview on white background

This text has color #8E6563 on white background.



Black color preview on #8E6563 background

This text has black color on #8E6563 background.


White color preview on #8E6563 background

This text has white color on #8E6563 background.