COLOR #88547D

HEX: #88547D
RGB: (136,84,125)

Color info

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

RGB color model

#88547D color RGB value is (136,84,125).

  • red value is 136;
  • green value is 84;
  • blue value is 125.
RGB:
(136,84,125)
(53%,33%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 84 of 255 = 33%
B 125 of 255 = 49%

136
84
125

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

Portions of RGB colors in percentages

R + G + B =
136 + 84 + 125 = 345 (100%)
R 136 of 345 ~ 39.42%
G 84 of 345 ~ 24.35%
B 125 of 345 ~ 36.23%

%39.42
%24.35
%36.23

CMYK color model

#88547D color CMYK value is (0,38,8,47).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(0,38,8,47)
C0M38Y8K47 
(0%,38%,8%,47%)
(0.00/0.38/0.08/0.47)	

CMYK percentages

%0
%38.24
%8.09
%46.67

Codes

Color #88547D in popluar color models

88547D
RGB13684125
HSL313°23.64%43.14%
HSB/HSV313°38.24%53.33%
CMYK0.00%38.24%8.09%
46.67%

Color #88547D in popluar number systems.

HEX88547D
Decimal13684125
Binary1000100010101001111101
Octal210124175

Shades and tints

Shades of #88547D

#88547D
(136,84,125)
#7C4D72
(124,77,114)
#704667
(112,70,103)
#643F5C
(100,63,92)
#583851
(88,56,81)
#4C3146
(76,49,70)
#402A3B
(64,42,59)
#342330
(52,35,48)
#281C25
(40,28,37)
#1C151A
(28,21,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #88547D

#88547D
(136,84,125)
#926388
(146,99,136)
#9C7293
(156,114,147)
#A6819E
(166,129,158)
#B090A9
(176,144,169)
#BA9FB4
(186,159,180)
#C4AEBF
(196,174,191)
#CEBDCA
(206,189,202)
#D8CCD5
(216,204,213)
#E2DBE0
(226,219,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88547D color. Also use rgb(136,84,125) instead hex code.

Text Font Color

.myTextColor { color: #88547D; }

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

This text font color is #88547D.


Background Color

.myBgColor { background-color: #88547D; }

<div style="background-color:#88547D">Inner text</div>

This div background color is #88547D.


Border color

.myBorderColor { border: 1px solid #88547D; }

<div style="border:3px solid #88547D">Div</div>

This div border color is #88547D.


Opacity

.myOpacity80 { color: #88547D; opacity: 0.8; }

<p style="color:#88547D;opacity:0.8;">80%</p>

Text with #88547D 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 #88547D;}

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

This text has shadow with #88547D color.

.textShadow {text-shadow: 3px 3px 1px #88547D, 3px 3px 1px red;}

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

This text has shadow with #88547D primary color and red secondary color.


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

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

This text has shadow with #88547D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88547D on black background.


Color preview on white background

This text has color #88547D on white background.



Black color preview on #88547D background

This text has black color on #88547D background.


White color preview on #88547D background

This text has white color on #88547D background.