COLOR #885371

HEX: #885371
RGB: (136,83,113)

Color info

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

RGB color model

#885371 color RGB value is (136,83,113).

  • red value is 136;
  • green value is 83;
  • blue value is 113.
RGB:
(136,83,113)
(53%,33%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 83 of 255 = 33%
B 113 of 255 = 44%

136
83
113

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

Portions of RGB colors in percentages

R + G + B =
136 + 83 + 113 = 332 (100%)
R 136 of 332 ~ 40.96%
G 83 of 332 ~ 25%
B 113 of 332 ~ 34.04%

%40.96
%25
%34.04

CMYK color model

#885371 color CMYK value is (0,39,17,47).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(0,39,17,47)
C0M39Y17K47 
(0%,39%,17%,47%)
(0.00/0.39/0.17/0.47)	

CMYK percentages

%0
%38.97
%16.91
%46.67

Codes

Color #885371 in popluar color models

885371
RGB13683113
HSL326°24.20%42.94%
HSB/HSV326°38.97%53.33%
CMYK0.00%38.97%16.91%
46.67%

Color #885371 in popluar number systems.

HEX885371
Decimal13683113
Binary1000100010100111110001
Octal210123161

Shades and tints

Shades of #885371

#885371
(136,83,113)
#7C4C67
(124,76,103)
#70455D
(112,69,93)
#643E53
(100,62,83)
#583749
(88,55,73)
#4C303F
(76,48,63)
#402935
(64,41,53)
#34222B
(52,34,43)
#281B21
(40,27,33)
#1C1417
(28,20,23)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #885371

#885371
(136,83,113)
#92627D
(146,98,125)
#9C7189
(156,113,137)
#A68095
(166,128,149)
#B08FA1
(176,143,161)
#BA9EAD
(186,158,173)
#C4ADB9
(196,173,185)
#CEBCC5
(206,188,197)
#D8CBD1
(216,203,209)
#E2DADD
(226,218,221)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885371 color. Also use rgb(136,83,113) instead hex code.

Text Font Color

.myTextColor { color: #885371; }

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

This text font color is #885371.


Background Color

.myBgColor { background-color: #885371; }

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

This div background color is #885371.


Border color

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

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

This div border color is #885371.


Opacity

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

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

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

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

This text has shadow with #885371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885371 on black background.


Color preview on white background

This text has color #885371 on white background.



Black color preview on #885371 background

This text has black color on #885371 background.


White color preview on #885371 background

This text has white color on #885371 background.