COLOR #884560

HEX: #884560
RGB: (136,69,96)

Color info

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

RGB color model

#884560 color RGB value is (136,69,96).

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

RGB channels and saturation

R 136 of 255 = 53%
G 69 of 255 = 27%
B 96 of 255 = 38%

136
69
96

R + G + B ~ 39%. #884560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 69 + 96 = 301 (100%)
R 136 of 301 ~ 45.18%
G 69 of 301 ~ 22.92%
B 96 of 301 ~ 31.89%

%45.18
%22.92
%31.89

CMYK color model

#884560 color CMYK value is (0,49,29,47).

  • cyan value is 0.00%
  • magenta value is 49.26%
  • yellow value is 29.41%
  • key color value is 46.67%
CMYK:
(0,49,29,47)
C0M49Y29K47 
(0%,49%,29%,47%)
(0.00/0.49/0.29/0.47)	

CMYK percentages

%0
%49.26
%29.41
%46.67

Codes

Color #884560 in popluar color models

884560
RGB1366996
HSL336°32.68%40.20%
HSB/HSV336°49.26%53.33%
CMYK0.00%49.26%29.41%
46.67%

Color #884560 in popluar number systems.

HEX884560
Decimal1366996
Binary1000100010001011100000
Octal210105140

Shades and tints

Shades of #884560

#884560
(136,69,96)
#7C3F58
(124,63,88)
#703950
(112,57,80)
#643348
(100,51,72)
#582D40
(88,45,64)
#4C2738
(76,39,56)
#402130
(64,33,48)
#341B28
(52,27,40)
#281520
(40,21,32)
#1C0F18
(28,15,24)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #884560

#884560
(136,69,96)
#92556E
(146,85,110)
#9C657C
(156,101,124)
#A6758A
(166,117,138)
#B08598
(176,133,152)
#BA95A6
(186,149,166)
#C4A5B4
(196,165,180)
#CEB5C2
(206,181,194)
#D8C5D0
(216,197,208)
#E2D5DE
(226,213,222)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884560; }

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

This text font color is #884560.


Background Color

.myBgColor { background-color: #884560; }

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

This div background color is #884560.


Border color

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

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

This div border color is #884560.


Opacity

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

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

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

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

This text has shadow with #884560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884560 on black background.


Color preview on white background

This text has color #884560 on white background.



Black color preview on #884560 background

This text has black color on #884560 background.


White color preview on #884560 background

This text has white color on #884560 background.