COLOR #885370

HEX: #885370
RGB: (136,83,112)

Color info

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

RGB color model

#885370 color RGB value is (136,83,112).

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

RGB channels and saturation

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

136
83
112

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

Portions of RGB colors in percentages

R + G + B =
136 + 83 + 112 = 331 (100%)
R 136 of 331 ~ 41.09%
G 83 of 331 ~ 25.08%
B 112 of 331 ~ 33.84%

%41.09
%25.08
%33.84

CMYK color model

#885370 color CMYK value is (0,39,18,47).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(0,39,18,47)
C0M39Y18K47 
(0%,39%,18%,47%)
(0.00/0.39/0.18/0.47)	

CMYK percentages

%0
%38.97
%17.65
%46.67

Codes

Color #885370 in popluar color models

885370
RGB13683112
HSL327°24.20%42.94%
HSB/HSV327°38.97%53.33%
CMYK0.00%38.97%17.65%
46.67%

Color #885370 in popluar number systems.

HEX885370
Decimal13683112
Binary1000100010100111110000
Octal210123160

Shades and tints

Shades of #885370

#885370
(136,83,112)
#7C4C66
(124,76,102)
#70455C
(112,69,92)
#643E52
(100,62,82)
#583748
(88,55,72)
#4C303E
(76,48,62)
#402934
(64,41,52)
#34222A
(52,34,42)
#281B20
(40,27,32)
#1C1416
(28,20,22)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #885370

#885370
(136,83,112)
#92627D
(146,98,125)
#9C718A
(156,113,138)
#A68097
(166,128,151)
#B08FA4
(176,143,164)
#BA9EB1
(186,158,177)
#C4ADBE
(196,173,190)
#CEBCCB
(206,188,203)
#D8CBD8
(216,203,216)
#E2DAE5
(226,218,229)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885370; }

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

This text font color is #885370.


Background Color

.myBgColor { background-color: #885370; }

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

This div background color is #885370.


Border color

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

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

This div border color is #885370.


Opacity

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

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

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

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

This text has shadow with #885370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885370 on black background.


Color preview on white background

This text has color #885370 on white background.



Black color preview on #885370 background

This text has black color on #885370 background.


White color preview on #885370 background

This text has white color on #885370 background.