COLOR #8E5577

HEX: #8E5577 RGB: (142,85,119)

Color info

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

RGB color model

#8E5577 color RGB value is (142,85,119).

RGB: (142,85,119) (56%, 33%, 47%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 119 of 255 = 47%

142
85
119

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

Portions of RGB colors in percentages

R + G + B = 142 + 85 + 119 = 346 (100%)
R 142 of 346 ~ 41.04%
G 85 of 346 ~ 24.57%
B 119 of 346 ~ 34.39'%

%41.04
%24.57
%34.39

CMYK color model

#8E5577 color CMYK value is (0,40,16,44).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK: (0,40,16,44) C0M40Y16K44 (0%,40%,16%,44%) (0.00/0.40/0.16/0.44) 

CMYK percentages

%0
%40.14
%16.2
%44.31

Codes

Color #8E5577 in popluar color models

8E 55 77
RGB 142 85 119
HSL 324° 25.11% 44.51%
HSB/HSV 324° 40.14% 55.69%
CMYK 0.00% 40.14% 16.20%
44.31%

Color #8E5577 in popluar number systems.

HEX 8E 55 77
Decimal 142 85 119
Binary 10001110 1010101 1110111
Octal 216 125 167

Shades and tints

Shades of #8E5577

#8E5577
(142,85,119)
#824E6D
(130,78,109)
#764763
(118,71,99)
#6A4059
(106,64,89)
#5E394F
(94,57,79)
#523245
(82,50,69)
#462B3B
(70,43,59)
#3A2431
(58,36,49)
#2E1D27
(46,29,39)
#22161D
(34,22,29)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #8E5577

#8E5577
(142,85,119)
#986483
(152,100,131)
#A2738F
(162,115,143)
#AC829B
(172,130,155)
#B691A7
(182,145,167)
#C0A0B3
(192,160,179)
#CAAFBF
(202,175,191)
#D4BECB
(212,190,203)
#DECDD7
(222,205,215)
#E8DCE3
(232,220,227)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5577; }

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

This text font color is #8E5577.

Background Color

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

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

This div background color is #8E5577.

Border color

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

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

This div border color is #8E5577.

Opacity

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

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

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

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

This text has shadow with #8E5577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5577.

Preview

Color preview on black background

This text has color #8E5577 on black background.


Color preview on white background

This text has color #8E5577 on white background.


Black color preview on #8E5577 background

This text has black color on #8E5577 background.


White color preview on #8E5577 background

This text has white color on #8E5577 background.


Related colors

Complementary color

Complementary color for #hex is #71AA88.


I love getcolorcode.com

Triadic colors

1 #778E55 and #55778E with #8E5577 are triadic colors.

2 #77558E and #558E77 with #8E5577 are triadic colors.