COLOR #8E5562

HEX: #8E5562 RGB: (142,85,98)

Color info

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

RGB color model

#8E5562 color RGB value is (142,85,98).

RGB: (142,85,98) (56%, 33%, 38%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 98 of 255 = 38%

142
85
98

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

Portions of RGB colors in percentages

R + G + B = 142 + 85 + 98 = 325 (100%)
R 142 of 325 ~ 43.69%
G 85 of 325 ~ 26.15%
B 98 of 325 ~ 30.15'%

%43.69
%26.15
%30.15

CMYK color model

#8E5562 color CMYK value is (0,40,31,44).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 30.99%
  • key color value is 44.31%

CMYK: (0,40,31,44)
C0M40Y31K44 (0%, 40%, 31%, 44%)
(0.00 / 0.40 / 0.31 / 0.44)

CMYK percentages

%0
%40.14
%30.99
%44.31

Codes

Color #8E5562 in popluar color models

8E 55 62
RGB 142 85 98
HSL 346° 25.11% 44.51%
HSB/HSV 346° 40.14% 55.69%
CMYK 0.00% 40.14% 30.99%
44.31%

Color #8E5562 in popluar number systems.

HEX 8E 55 62
Decimal 142 85 98
Binary 10001110 1010101 1100010
Octal 216 125 142

Shades and tints

Shades of #8E5562

#8E5562
(142,85,98)
#824E5A
(130,78,90)
#764752
(118,71,82)
#6A404A
(106,64,74)
#5E3942
(94,57,66)
#52323A
(82,50,58)
#462B32
(70,43,50)
#3A242A
(58,36,42)
#2E1D22
(46,29,34)
#22161A
(34,22,26)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #8E5562

#8E5562
(142,85,98)
#986470
(152,100,112)
#A2737E
(162,115,126)
#AC828C
(172,130,140)
#B6919A
(182,145,154)
#C0A0A8
(192,160,168)
#CAAFB6
(202,175,182)
#D4BEC4
(212,190,196)
#DECDD2
(222,205,210)
#E8DCE0
(232,220,224)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5562; }

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

This text font color is #8E5562.

Background Color

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

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

This div background color is #8E5562.

Border color

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

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

This div border color is #8E5562.

Opacity

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

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

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

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

This text has shadow with #8E5562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5562.

Preview

Color preview on black background

This text has color #8E5562 on black background.


Color preview on white background

This text has color #8E5562 on white background.


Black color preview on #8E5562 background

This text has black color on #8E5562 background.


White color preview on #8E5562 background

This text has white color on #8E5562 background.


Related colors

Complementary color

Complementary color for #hex is #71AA9D.


I love getcolorcode.com

Triadic colors

1 #628E55 and #55628E with #8E5562 are triadic colors.

2 #62558E and #558E62 with #8E5562 are triadic colors.