COLOR #882A5B

HEX: #882A5B
RGB: (136,42,91)

Color info

#882A5B contains mainly red and blue colors. Web safe color of #882A5B is #993366 (or #936).

RGB color model

#882A5B color RGB value is (136,42,91).

  • red value is 136;
  • green value is 42;
  • blue value is 91.
RGB:
(136,42,91)
(53%,16%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 42 of 255 = 16%
B 91 of 255 = 36%

136
42
91

R + G + B ~ 35%. #882A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 42 + 91 = 269 (100%)
R 136 of 269 ~ 50.56%
G 42 of 269 ~ 15.61%
B 91 of 269 ~ 33.83%

%50.56
%15.61
%33.83

CMYK color model

#882A5B color CMYK value is (0,69,33,47).

  • cyan value is 0.00%
  • magenta value is 69.12%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK:
(0,69,33,47)
C0M69Y33K47 
(0%,69%,33%,47%)
(0.00/0.69/0.33/0.47)	

CMYK percentages

%0
%69.12
%33.09
%46.67

Codes

Color #882A5B in popluar color models

882A5B
RGB1364291
HSL329°52.81%34.90%
HSB/HSV329°69.12%53.33%
CMYK0.00%69.12%33.09%
46.67%

Color #882A5B in popluar number systems.

HEX882A5B
Decimal1364291
Binary100010001010101011011
Octal21052133

Shades and tints

Shades of #882A5B

#882A5B
(136,42,91)
#7C2753
(124,39,83)
#70244B
(112,36,75)
#642143
(100,33,67)
#581E3B
(88,30,59)
#4C1B33
(76,27,51)
#40182B
(64,24,43)
#341523
(52,21,35)
#28121B
(40,18,27)
#1C0F13
(28,15,19)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #882A5B

#882A5B
(136,42,91)
#923D69
(146,61,105)
#9C5077
(156,80,119)
#A66385
(166,99,133)
#B07693
(176,118,147)
#BA89A1
(186,137,161)
#C49CAF
(196,156,175)
#CEAFBD
(206,175,189)
#D8C2CB
(216,194,203)
#E2D5D9
(226,213,217)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882A5B color. Also use rgb(136,42,91) instead hex code.

Text Font Color

.myTextColor { color: #882A5B; }

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

This text font color is #882A5B.


Background Color

.myBgColor { background-color: #882A5B; }

<div style="background-color:#882A5B">Inner text</div>

This div background color is #882A5B.


Border color

.myBorderColor { border: 1px solid #882A5B; }

<div style="border:3px solid #882A5B">Div</div>

This div border color is #882A5B.


Opacity

.myOpacity80 { color: #882A5B; opacity: 0.8; }

<p style="color:#882A5B;opacity:0.8;">80%</p>

Text with #882A5B 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 #882A5B;}

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

This text has shadow with #882A5B color.

.textShadow {text-shadow: 3px 3px 1px #882A5B, 3px 3px 1px red;}

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

This text has shadow with #882A5B primary color and red secondary color.


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

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

This text has shadow with #882A5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882A5B on black background.


Color preview on white background

This text has color #882A5B on white background.



Black color preview on #882A5B background

This text has black color on #882A5B background.


White color preview on #882A5B background

This text has white color on #882A5B background.