COLOR #885A5F

HEX: #885A5F
RGB: (136,90,95)

Color info

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

RGB color model

#885A5F color RGB value is (136,90,95).

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

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 95 of 255 = 37%

136
90
95

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

Portions of RGB colors in percentages

R + G + B =
136 + 90 + 95 = 321 (100%)
R 136 of 321 ~ 42.37%
G 90 of 321 ~ 28.04%
B 95 of 321 ~ 29.6%

%42.37
%28.04
%29.6

CMYK color model

#885A5F color CMYK value is (0,34,30,47).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 30.15%
  • key color value is 46.67%
CMYK:
(0,34,30,47)
C0M34Y30K47 
(0%,34%,30%,47%)
(0.00/0.34/0.30/0.47)	

CMYK percentages

%0
%33.82
%30.15
%46.67

Codes

Color #885A5F in popluar color models

885A5F
RGB1369095
HSL353°20.35%44.31%
HSB/HSV353°33.82%53.33%
CMYK0.00%33.82%30.15%
46.67%

Color #885A5F in popluar number systems.

HEX885A5F
Decimal1369095
Binary1000100010110101011111
Octal210132137

Shades and tints

Shades of #885A5F

#885A5F
(136,90,95)
#7C5257
(124,82,87)
#704A4F
(112,74,79)
#644247
(100,66,71)
#583A3F
(88,58,63)
#4C3237
(76,50,55)
#402A2F
(64,42,47)
#342227
(52,34,39)
#281A1F
(40,26,31)
#1C1217
(28,18,23)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #885A5F

#885A5F
(136,90,95)
#92696D
(146,105,109)
#9C787B
(156,120,123)
#A68789
(166,135,137)
#B09697
(176,150,151)
#BAA5A5
(186,165,165)
#C4B4B3
(196,180,179)
#CEC3C1
(206,195,193)
#D8D2CF
(216,210,207)
#E2E1DD
(226,225,221)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885A5F; }

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

This text font color is #885A5F.


Background Color

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

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

This div background color is #885A5F.


Border color

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

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

This div border color is #885A5F.


Opacity

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

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

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

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

This text has shadow with #885A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885A5F on black background.


Color preview on white background

This text has color #885A5F on white background.



Black color preview on #885A5F background

This text has black color on #885A5F background.


White color preview on #885A5F background

This text has white color on #885A5F background.