COLOR #885B81

HEX: #885B81 RGB: (136,91,129)

Color info

#885B81 contains red, green and blue colors in about the same proportion. Web safe color of #885B81 is #996699 (or #969).

RGB color model

#885B81 color RGB value is (136,91,129).

RGB: (136,91,129) (53%, 36%, 51%)

RGB channels and saturation

R 136 of 255 = 53%
G 91 of 255 = 36%
B 129 of 255 = 51%

136
91
129

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

Portions of RGB colors in percentages

R + G + B = 136 + 91 + 129 = 356 (100%)
R 136 of 356 ~ 38.2%
G 91 of 356 ~ 25.56%
B 129 of 356 ~ 36.24'%

%38.2
%25.56
%36.24

CMYK color model

#885B81 color CMYK value is (0,33,5,47).

  • cyan value is 0.00%
  • magenta value is 33.09%
  • yellow value is 5.15%
  • key color value is 46.67%

CMYK: (0,33,5,47)
C0M33Y5K47 (0%, 33%, 5%, 47%)
(0.00 / 0.33 / 0.05 / 0.47)

CMYK percentages

%0
%33.09
%5.15
%46.67

Codes

Color #885B81 in popluar color models

88 5B 81
RGB 136 91 129
HSL 309° 19.82% 44.51%
HSB/HSV 309° 33.09% 53.33%
CMYK 0.00% 33.09% 5.15%
46.67%

Color #885B81 in popluar number systems.

HEX 88 5B 81
Decimal 136 91 129
Binary 10001000 1011011 10000001
Octal 210 133 201

Shades and tints

Shades of #885B81

#885B81
(136,91,129)
#7C5376
(124,83,118)
#704B6B
(112,75,107)
#644360
(100,67,96)
#583B55
(88,59,85)
#4C334A
(76,51,74)
#402B3F
(64,43,63)
#342334
(52,35,52)
#281B29
(40,27,41)
#1C131E
(28,19,30)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #885B81

#885B81
(136,91,129)
#92698C
(146,105,140)
#9C7797
(156,119,151)
#A685A2
(166,133,162)
#B093AD
(176,147,173)
#BAA1B8
(186,161,184)
#C4AFC3
(196,175,195)
#CEBDCE
(206,189,206)
#D8CBD9
(216,203,217)
#E2D9E4
(226,217,228)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885B81 color. Also use rgb(136,91,129) instead hex code.

Text Font Color

.myTextColor { color: #885B81; }

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

This text font color is #885B81.

Background Color

.myBgColor { background-color: #885B81; }

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

This div background color is #885B81.

Border color

.myBorderColor { border: 1px solid #885B81; }

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

This div border color is #885B81.

Opacity

.myOpacity80 { color: #885B81; opacity: 0.8; }

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

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

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

This text has shadow with #885B81 color.


.textShadow {text-shadow: 3px 3px 1px #885B81', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #885B81; -webkit-box-shadow: 1px 1px 3px 2px #885B81; box-shadow:1px 1px 3px 2px #885B81;">
Div content here
</div>

This div box has shadow with color #885B81.

Preview

Color preview on black background

This text has color #885B81 on black background.


Color preview on white background

This text has color #885B81 on white background.


Black color preview on #885B81 background

This text has black color on #885B81 background.


White color preview on #885B81 background

This text has white color on #885B81 background.


Related colors

Complementary color

Complementary color for #hex is #77A47E.


I love getcolorcode.com

Triadic colors

1 #81885B and #5B8188 with #885B81 are triadic colors.

2 #815B88 and #5B8881 with #885B81 are triadic colors.