COLOR #885A63

HEX: #885A63
RGB: (136,90,99)

Color info

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

RGB color model

#885A63 color RGB value is (136,90,99).

  • red value is 136;
  • green value is 90;
  • blue value is 99.
RGB:
(136,90,99)
(53%,35%,39%)

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 99 of 255 = 39%

136
90
99

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

Portions of RGB colors in percentages

R + G + B =
136 + 90 + 99 = 325 (100%)
R 136 of 325 ~ 41.85%
G 90 of 325 ~ 27.69%
B 99 of 325 ~ 30.46%

%41.85
%27.69
%30.46

CMYK color model

#885A63 color CMYK value is (0,34,27,47).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 27.21%
  • key color value is 46.67%
CMYK:
(0,34,27,47)
C0M34Y27K47 
(0%,34%,27%,47%)
(0.00/0.34/0.27/0.47)	

CMYK percentages

%0
%33.82
%27.21
%46.67

Codes

Color #885A63 in popluar color models

885A63
RGB1369099
HSL348°20.35%44.31%
HSB/HSV348°33.82%53.33%
CMYK0.00%33.82%27.21%
46.67%

Color #885A63 in popluar number systems.

HEX885A63
Decimal1369099
Binary1000100010110101100011
Octal210132143

Shades and tints

Shades of #885A63

#885A63
(136,90,99)
#7C525A
(124,82,90)
#704A51
(112,74,81)
#644248
(100,66,72)
#583A3F
(88,58,63)
#4C3236
(76,50,54)
#402A2D
(64,42,45)
#342224
(52,34,36)
#281A1B
(40,26,27)
#1C1212
(28,18,18)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #885A63

#885A63
(136,90,99)
#926971
(146,105,113)
#9C787F
(156,120,127)
#A6878D
(166,135,141)
#B0969B
(176,150,155)
#BAA5A9
(186,165,169)
#C4B4B7
(196,180,183)
#CEC3C5
(206,195,197)
#D8D2D3
(216,210,211)
#E2E1E1
(226,225,225)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885A63 color. Also use rgb(136,90,99) instead hex code.

Text Font Color

.myTextColor { color: #885A63; }

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

This text font color is #885A63.


Background Color

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

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

This div background color is #885A63.


Border color

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

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

This div border color is #885A63.


Opacity

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

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

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

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

This text has shadow with #885A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885A63 on black background.


Color preview on white background

This text has color #885A63 on white background.



Black color preview on #885A63 background

This text has black color on #885A63 background.


White color preview on #885A63 background

This text has white color on #885A63 background.