COLOR #884484

HEX: #884484
RGB: (136,68,132)

Color info

#884484 contains mainly red and blue colors. Web safe color of #884484 is #993399 (or #939).

RGB color model

#884484 color RGB value is (136,68,132).

  • red value is 136;
  • green value is 68;
  • blue value is 132.
RGB:
(136,68,132)
(53%,27%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 68 of 255 = 27%
B 132 of 255 = 52%

136
68
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 68 + 132 = 336 (100%)
R 136 of 336 ~ 40.48%
G 68 of 336 ~ 20.24%
B 132 of 336 ~ 39.29%

%40.48
%20.24
%39.29

CMYK color model

#884484 color CMYK value is (0,50,3,47).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK:
(0,50,3,47)
C0M50Y3K47 
(0%,50%,3%,47%)
(0.00/0.50/0.03/0.47)	

CMYK percentages

%0
%50
%2.94
%46.67

Codes

Color #884484 in popluar color models

884484
RGB13668132
HSL304°33.33%40.00%
HSB/HSV304°50.00%53.33%
CMYK0.00%50.00%2.94%
46.67%

Color #884484 in popluar number systems.

HEX884484
Decimal13668132
Binary10001000100010010000100
Octal210104204

Shades and tints

Shades of #884484

#884484
(136,68,132)
#7C3E78
(124,62,120)
#70386C
(112,56,108)
#643260
(100,50,96)
#582C54
(88,44,84)
#4C2648
(76,38,72)
#40203C
(64,32,60)
#341A30
(52,26,48)
#281424
(40,20,36)
#1C0E18
(28,14,24)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #884484

#884484
(136,68,132)
#92558F
(146,85,143)
#9C669A
(156,102,154)
#A677A5
(166,119,165)
#B088B0
(176,136,176)
#BA99BB
(186,153,187)
#C4AAC6
(196,170,198)
#CEBBD1
(206,187,209)
#D8CCDC
(216,204,220)
#E2DDE7
(226,221,231)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884484 color. Also use rgb(136,68,132) instead hex code.

Text Font Color

.myTextColor { color: #884484; }

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

This text font color is #884484.


Background Color

.myBgColor { background-color: #884484; }

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

This div background color is #884484.


Border color

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

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

This div border color is #884484.


Opacity

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

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

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

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

This text has shadow with #884484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884484 on black background.


Color preview on white background

This text has color #884484 on white background.



Black color preview on #884484 background

This text has black color on #884484 background.


White color preview on #884484 background

This text has white color on #884484 background.