COLOR #88577E

HEX: #88577E
RGB: (136,87,126)

Color info

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

RGB color model

#88577E color RGB value is (136,87,126).

  • red value is 136;
  • green value is 87;
  • blue value is 126.
RGB:
(136,87,126)
(53%,34%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 87 of 255 = 34%
B 126 of 255 = 49%

136
87
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 87 + 126 = 349 (100%)
R 136 of 349 ~ 38.97%
G 87 of 349 ~ 24.93%
B 126 of 349 ~ 36.1%

%38.97
%24.93
%36.1

CMYK color model

#88577E color CMYK value is (0,36,7,47).

  • cyan value is 0.00%
  • magenta value is 36.03%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(0,36,7,47)
C0M36Y7K47 
(0%,36%,7%,47%)
(0.00/0.36/0.07/0.47)	

CMYK percentages

%0
%36.03
%7.35
%46.67

Codes

Color #88577E in popluar color models

88577E
RGB13687126
HSL312°21.97%43.73%
HSB/HSV312°36.03%53.33%
CMYK0.00%36.03%7.35%
46.67%

Color #88577E in popluar number systems.

HEX88577E
Decimal13687126
Binary1000100010101111111110
Octal210127176

Shades and tints

Shades of #88577E

#88577E
(136,87,126)
#7C5073
(124,80,115)
#704968
(112,73,104)
#64425D
(100,66,93)
#583B52
(88,59,82)
#4C3447
(76,52,71)
#402D3C
(64,45,60)
#342631
(52,38,49)
#281F26
(40,31,38)
#1C181B
(28,24,27)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #88577E

#88577E
(136,87,126)
#926689
(146,102,137)
#9C7594
(156,117,148)
#A6849F
(166,132,159)
#B093AA
(176,147,170)
#BAA2B5
(186,162,181)
#C4B1C0
(196,177,192)
#CEC0CB
(206,192,203)
#D8CFD6
(216,207,214)
#E2DEE1
(226,222,225)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88577E color. Also use rgb(136,87,126) instead hex code.

Text Font Color

.myTextColor { color: #88577E; }

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

This text font color is #88577E.


Background Color

.myBgColor { background-color: #88577E; }

<div style="background-color:#88577E">Inner text</div>

This div background color is #88577E.


Border color

.myBorderColor { border: 1px solid #88577E; }

<div style="border:3px solid #88577E">Div</div>

This div border color is #88577E.


Opacity

.myOpacity80 { color: #88577E; opacity: 0.8; }

<p style="color:#88577E;opacity:0.8;">80%</p>

Text with #88577E 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 #88577E;}

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

This text has shadow with #88577E color.

.textShadow {text-shadow: 3px 3px 1px #88577E, 3px 3px 1px red;}

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

This text has shadow with #88577E primary color and red secondary color.


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

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

This text has shadow with #88577E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88577E on black background.


Color preview on white background

This text has color #88577E on white background.



Black color preview on #88577E background

This text has black color on #88577E background.


White color preview on #88577E background

This text has white color on #88577E background.