COLOR #884076

HEX: #884076
RGB: (136,64,118)

Color info

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

RGB color model

#884076 color RGB value is (136,64,118).

  • red value is 136;
  • green value is 64;
  • blue value is 118.
RGB:
(136,64,118)
(53%,25%,46%)

RGB channels and saturation

R 136 of 255 = 53%
G 64 of 255 = 25%
B 118 of 255 = 46%

136
64
118

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

Portions of RGB colors in percentages

R + G + B =
136 + 64 + 118 = 318 (100%)
R 136 of 318 ~ 42.77%
G 64 of 318 ~ 20.13%
B 118 of 318 ~ 37.11%

%42.77
%20.13
%37.11

CMYK color model

#884076 color CMYK value is (0,53,13,47).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 13.24%
  • key color value is 46.67%
CMYK:
(0,53,13,47)
C0M53Y13K47 
(0%,53%,13%,47%)
(0.00/0.53/0.13/0.47)	

CMYK percentages

%0
%52.94
%13.24
%46.67

Codes

Color #884076 in popluar color models

884076
RGB13664118
HSL315°36.00%39.22%
HSB/HSV315°52.94%53.33%
CMYK0.00%52.94%13.24%
46.67%

Color #884076 in popluar number systems.

HEX884076
Decimal13664118
Binary1000100010000001110110
Octal210100166

Shades and tints

Shades of #884076

#884076
(136,64,118)
#7C3B6C
(124,59,108)
#703662
(112,54,98)
#643158
(100,49,88)
#582C4E
(88,44,78)
#4C2744
(76,39,68)
#40223A
(64,34,58)
#341D30
(52,29,48)
#281826
(40,24,38)
#1C131C
(28,19,28)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #884076

#884076
(136,64,118)
#925182
(146,81,130)
#9C628E
(156,98,142)
#A6739A
(166,115,154)
#B084A6
(176,132,166)
#BA95B2
(186,149,178)
#C4A6BE
(196,166,190)
#CEB7CA
(206,183,202)
#D8C8D6
(216,200,214)
#E2D9E2
(226,217,226)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884076 color. Also use rgb(136,64,118) instead hex code.

Text Font Color

.myTextColor { color: #884076; }

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

This text font color is #884076.


Background Color

.myBgColor { background-color: #884076; }

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

This div background color is #884076.


Border color

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

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

This div border color is #884076.


Opacity

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

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

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

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

This text has shadow with #884076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884076 on black background.


Color preview on white background

This text has color #884076 on white background.



Black color preview on #884076 background

This text has black color on #884076 background.


White color preview on #884076 background

This text has white color on #884076 background.