COLOR #886579

HEX: #886579
RGB: (136,101,121)

Color info

#886579 contains red, green and blue colors in about the same proportion. Web safe color of #886579 is #996666 (or #966).

RGB color model

#886579 color RGB value is (136,101,121).

  • red value is 136;
  • green value is 101;
  • blue value is 121.
RGB:
(136,101,121)
(53%,40%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 101 of 255 = 40%
B 121 of 255 = 47%

136
101
121

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

Portions of RGB colors in percentages

R + G + B =
136 + 101 + 121 = 358 (100%)
R 136 of 358 ~ 37.99%
G 101 of 358 ~ 28.21%
B 121 of 358 ~ 33.8%

%37.99
%28.21
%33.8

CMYK color model

#886579 color CMYK value is (0,26,11,47).

  • cyan value is 0.00%
  • magenta value is 25.74%
  • yellow value is 11.03%
  • key color value is 46.67%
CMYK:
(0,26,11,47)
C0M26Y11K47 
(0%,26%,11%,47%)
(0.00/0.26/0.11/0.47)	

CMYK percentages

%0
%25.74
%11.03
%46.67

Codes

Color #886579 in popluar color models

886579
RGB136101121
HSL326°14.77%46.47%
HSB/HSV326°25.74%53.33%
CMYK0.00%25.74%11.03%
46.67%

Color #886579 in popluar number systems.

HEX886579
Decimal136101121
Binary1000100011001011111001
Octal210145171

Shades and tints

Shades of #886579

#886579
(136,101,121)
#7C5C6E
(124,92,110)
#705363
(112,83,99)
#644A58
(100,74,88)
#58414D
(88,65,77)
#4C3842
(76,56,66)
#402F37
(64,47,55)
#34262C
(52,38,44)
#281D21
(40,29,33)
#1C1416
(28,20,22)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #886579

#886579
(136,101,121)
#927385
(146,115,133)
#9C8191
(156,129,145)
#A68F9D
(166,143,157)
#B09DA9
(176,157,169)
#BAABB5
(186,171,181)
#C4B9C1
(196,185,193)
#CEC7CD
(206,199,205)
#D8D5D9
(216,213,217)
#E2E3E5
(226,227,229)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886579 color. Also use rgb(136,101,121) instead hex code.

Text Font Color

.myTextColor { color: #886579; }

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

This text font color is #886579.


Background Color

.myBgColor { background-color: #886579; }

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

This div background color is #886579.


Border color

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

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

This div border color is #886579.


Opacity

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

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

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

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

This text has shadow with #886579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886579 on black background.


Color preview on white background

This text has color #886579 on white background.



Black color preview on #886579 background

This text has black color on #886579 background.


White color preview on #886579 background

This text has white color on #886579 background.