COLOR #8E5563

HEX: #8E5563
RGB: (142,85,99)

Color info

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

RGB color model

#8E5563 color RGB value is (142,85,99).

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

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 99 of 255 = 39%

142
85
99

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

Portions of RGB colors in percentages

R + G + B =
142 + 85 + 99 = 326 (100%)
R 142 of 326 ~ 43.56%
G 85 of 326 ~ 26.07%
B 99 of 326 ~ 30.37%

%43.56
%26.07
%30.37

CMYK color model

#8E5563 color CMYK value is (0,40,30,44).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 30.28%
  • key color value is 44.31%
CMYK:
(0,40,30,44)
C0M40Y30K44 
(0%,40%,30%,44%)
(0.00/0.40/0.30/0.44)	

CMYK percentages

%0
%40.14
%30.28
%44.31

Codes

Color #8E5563 in popluar color models

8E5563
RGB1428599
HSL345°25.11%44.51%
HSB/HSV345°40.14%55.69%
CMYK0.00%40.14%30.28%
44.31%

Color #8E5563 in popluar number systems.

HEX8E5563
Decimal1428599
Binary1000111010101011100011
Octal216125143

Shades and tints

Shades of #8E5563

#8E5563
(142,85,99)
#824E5A
(130,78,90)
#764751
(118,71,81)
#6A4048
(106,64,72)
#5E393F
(94,57,63)
#523236
(82,50,54)
#462B2D
(70,43,45)
#3A2424
(58,36,36)
#2E1D1B
(46,29,27)
#221612
(34,22,18)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #8E5563

#8E5563
(142,85,99)
#986471
(152,100,113)
#A2737F
(162,115,127)
#AC828D
(172,130,141)
#B6919B
(182,145,155)
#C0A0A9
(192,160,169)
#CAAFB7
(202,175,183)
#D4BEC5
(212,190,197)
#DECDD3
(222,205,211)
#E8DCE1
(232,220,225)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5563; }

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

This text font color is #8E5563.


Background Color

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

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

This div background color is #8E5563.


Border color

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

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

This div border color is #8E5563.


Opacity

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

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

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

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

This text has shadow with #8E5563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5563 on black background.


Color preview on white background

This text has color #8E5563 on white background.



Black color preview on #8E5563 background

This text has black color on #8E5563 background.


White color preview on #8E5563 background

This text has white color on #8E5563 background.