COLOR #884571

HEX: #884571
RGB: (136,69,113)

Color info

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

RGB color model

#884571 color RGB value is (136,69,113).

  • red value is 136;
  • green value is 69;
  • blue value is 113.
RGB:
(136,69,113)
(53%,27%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 69 of 255 = 27%
B 113 of 255 = 44%

136
69
113

R + G + B ~ 41%. #884571 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 69 + 113 = 318 (100%)
R 136 of 318 ~ 42.77%
G 69 of 318 ~ 21.7%
B 113 of 318 ~ 35.53%

%42.77
%21.7
%35.53

CMYK color model

#884571 color CMYK value is (0,49,17,47).

  • cyan value is 0.00%
  • magenta value is 49.26%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(0,49,17,47)
C0M49Y17K47 
(0%,49%,17%,47%)
(0.00/0.49/0.17/0.47)	

CMYK percentages

%0
%49.26
%16.91
%46.67

Codes

Color #884571 in popluar color models

884571
RGB13669113
HSL321°32.68%40.20%
HSB/HSV321°49.26%53.33%
CMYK0.00%49.26%16.91%
46.67%

Color #884571 in popluar number systems.

HEX884571
Decimal13669113
Binary1000100010001011110001
Octal210105161

Shades and tints

Shades of #884571

#884571
(136,69,113)
#7C3F67
(124,63,103)
#70395D
(112,57,93)
#643353
(100,51,83)
#582D49
(88,45,73)
#4C273F
(76,39,63)
#402135
(64,33,53)
#341B2B
(52,27,43)
#281521
(40,21,33)
#1C0F17
(28,15,23)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #884571

#884571
(136,69,113)
#92557D
(146,85,125)
#9C6589
(156,101,137)
#A67595
(166,117,149)
#B085A1
(176,133,161)
#BA95AD
(186,149,173)
#C4A5B9
(196,165,185)
#CEB5C5
(206,181,197)
#D8C5D1
(216,197,209)
#E2D5DD
(226,213,221)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884571 color. Also use rgb(136,69,113) instead hex code.

Text Font Color

.myTextColor { color: #884571; }

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

This text font color is #884571.


Background Color

.myBgColor { background-color: #884571; }

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

This div background color is #884571.


Border color

.myBorderColor { border: 1px solid #884571; }

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

This div border color is #884571.


Opacity

.myOpacity80 { color: #884571; opacity: 0.8; }

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

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

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

This text has shadow with #884571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884571 on black background.


Color preview on white background

This text has color #884571 on white background.



Black color preview on #884571 background

This text has black color on #884571 background.


White color preview on #884571 background

This text has white color on #884571 background.