COLOR #884B80

HEX: #884B80
RGB: (136,75,128)

Color info

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

RGB color model

#884B80 color RGB value is (136,75,128).

  • red value is 136;
  • green value is 75;
  • blue value is 128.
RGB:
(136,75,128)
(53%,29%,50%)

RGB channels and saturation

R 136 of 255 = 53%
G 75 of 255 = 29%
B 128 of 255 = 50%

136
75
128

R + G + B ~ 44%. #884B80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 75 + 128 = 339 (100%)
R 136 of 339 ~ 40.12%
G 75 of 339 ~ 22.12%
B 128 of 339 ~ 37.76%

%40.12
%22.12
%37.76

CMYK color model

#884B80 color CMYK value is (0,45,6,47).

  • cyan value is 0.00%
  • magenta value is 44.85%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(0,45,6,47)
C0M45Y6K47 
(0%,45%,6%,47%)
(0.00/0.45/0.06/0.47)	

CMYK percentages

%0
%44.85
%5.88
%46.67

Codes

Color #884B80 in popluar color models

884B80
RGB13675128
HSL308°28.91%41.37%
HSB/HSV308°44.85%53.33%
CMYK0.00%44.85%5.88%
46.67%

Color #884B80 in popluar number systems.

HEX884B80
Decimal13675128
Binary10001000100101110000000
Octal210113200

Shades and tints

Shades of #884B80

#884B80
(136,75,128)
#7C4575
(124,69,117)
#703F6A
(112,63,106)
#64395F
(100,57,95)
#583354
(88,51,84)
#4C2D49
(76,45,73)
#40273E
(64,39,62)
#342133
(52,33,51)
#281B28
(40,27,40)
#1C151D
(28,21,29)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #884B80

#884B80
(136,75,128)
#925B8B
(146,91,139)
#9C6B96
(156,107,150)
#A67BA1
(166,123,161)
#B08BAC
(176,139,172)
#BA9BB7
(186,155,183)
#C4ABC2
(196,171,194)
#CEBBCD
(206,187,205)
#D8CBD8
(216,203,216)
#E2DBE3
(226,219,227)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884B80 color. Also use rgb(136,75,128) instead hex code.

Text Font Color

.myTextColor { color: #884B80; }

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

This text font color is #884B80.


Background Color

.myBgColor { background-color: #884B80; }

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

This div background color is #884B80.


Border color

.myBorderColor { border: 1px solid #884B80; }

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

This div border color is #884B80.


Opacity

.myOpacity80 { color: #884B80; opacity: 0.8; }

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

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

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

This text has shadow with #884B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884B80 on black background.


Color preview on white background

This text has color #884B80 on white background.



Black color preview on #884B80 background

This text has black color on #884B80 background.


White color preview on #884B80 background

This text has white color on #884B80 background.