COLOR #8E5773

HEX: #8E5773
RGB: (142,87,115)

Color info

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

RGB color model

#8E5773 color RGB value is (142,87,115).

  • red value is 142;
  • green value is 87;
  • blue value is 115.
RGB:
(142,87,115)
(56%,34%,45%)

RGB channels and saturation

R 142 of 255 = 56%
G 87 of 255 = 34%
B 115 of 255 = 45%

142
87
115

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

Portions of RGB colors in percentages

R + G + B =
142 + 87 + 115 = 344 (100%)
R 142 of 344 ~ 41.28%
G 87 of 344 ~ 25.29%
B 115 of 344 ~ 33.43%

%41.28
%25.29
%33.43

CMYK color model

#8E5773 color CMYK value is (0,39,19,44).

  • cyan value is 0.00%
  • magenta value is 38.73%
  • yellow value is 19.01%
  • key color value is 44.31%
CMYK:
(0,39,19,44)
C0M39Y19K44 
(0%,39%,19%,44%)
(0.00/0.39/0.19/0.44)	

CMYK percentages

%0
%38.73
%19.01
%44.31

Codes

Color #8E5773 in popluar color models

8E5773
RGB14287115
HSL329°24.02%44.90%
HSB/HSV329°38.73%55.69%
CMYK0.00%38.73%19.01%
44.31%

Color #8E5773 in popluar number systems.

HEX8E5773
Decimal14287115
Binary1000111010101111110011
Octal216127163

Shades and tints

Shades of #8E5773

#8E5773
(142,87,115)
#825069
(130,80,105)
#76495F
(118,73,95)
#6A4255
(106,66,85)
#5E3B4B
(94,59,75)
#523441
(82,52,65)
#462D37
(70,45,55)
#3A262D
(58,38,45)
#2E1F23
(46,31,35)
#221819
(34,24,25)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #8E5773

#8E5773
(142,87,115)
#98667F
(152,102,127)
#A2758B
(162,117,139)
#AC8497
(172,132,151)
#B693A3
(182,147,163)
#C0A2AF
(192,162,175)
#CAB1BB
(202,177,187)
#D4C0C7
(212,192,199)
#DECFD3
(222,207,211)
#E8DEDF
(232,222,223)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5773 color. Also use rgb(142,87,115) instead hex code.

Text Font Color

.myTextColor { color: #8E5773; }

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

This text font color is #8E5773.


Background Color

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

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

This div background color is #8E5773.


Border color

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

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

This div border color is #8E5773.


Opacity

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

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

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

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

This text has shadow with #8E5773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5773 on black background.


Color preview on white background

This text has color #8E5773 on white background.



Black color preview on #8E5773 background

This text has black color on #8E5773 background.


White color preview on #8E5773 background

This text has white color on #8E5773 background.