COLOR #884666

HEX: #884666
RGB: (136,70,102)

Color info

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

RGB color model

#884666 color RGB value is (136,70,102).

  • red value is 136;
  • green value is 70;
  • blue value is 102.
RGB:
(136,70,102)
(53%,27%,40%)

RGB channels and saturation

R 136 of 255 = 53%
G 70 of 255 = 27%
B 102 of 255 = 40%

136
70
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 70 + 102 = 308 (100%)
R 136 of 308 ~ 44.16%
G 70 of 308 ~ 22.73%
B 102 of 308 ~ 33.12%

%44.16
%22.73
%33.12

CMYK color model

#884666 color CMYK value is (0,49,25,47).

  • cyan value is 0.00%
  • magenta value is 48.53%
  • yellow value is 25.00%
  • key color value is 46.67%
CMYK:
(0,49,25,47)
C0M49Y25K47 
(0%,49%,25%,47%)
(0.00/0.49/0.25/0.47)	

CMYK percentages

%0
%48.53
%25
%46.67

Codes

Color #884666 in popluar color models

884666
RGB13670102
HSL331°32.04%40.39%
HSB/HSV331°48.53%53.33%
CMYK0.00%48.53%25.00%
46.67%

Color #884666 in popluar number systems.

HEX884666
Decimal13670102
Binary1000100010001101100110
Octal210106146

Shades and tints

Shades of #884666

#884666
(136,70,102)
#7C405D
(124,64,93)
#703A54
(112,58,84)
#64344B
(100,52,75)
#582E42
(88,46,66)
#4C2839
(76,40,57)
#402230
(64,34,48)
#341C27
(52,28,39)
#28161E
(40,22,30)
#1C1015
(28,16,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #884666

#884666
(136,70,102)
#925673
(146,86,115)
#9C6680
(156,102,128)
#A6768D
(166,118,141)
#B0869A
(176,134,154)
#BA96A7
(186,150,167)
#C4A6B4
(196,166,180)
#CEB6C1
(206,182,193)
#D8C6CE
(216,198,206)
#E2D6DB
(226,214,219)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884666 color. Also use rgb(136,70,102) instead hex code.

Text Font Color

.myTextColor { color: #884666; }

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

This text font color is #884666.


Background Color

.myBgColor { background-color: #884666; }

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

This div background color is #884666.


Border color

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

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

This div border color is #884666.


Opacity

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

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

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

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

This text has shadow with #884666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884666 on black background.


Color preview on white background

This text has color #884666 on white background.



Black color preview on #884666 background

This text has black color on #884666 background.


White color preview on #884666 background

This text has white color on #884666 background.