COLOR #885C5B

HEX: #885C5B
RGB: (136,92,91)

Color info

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

RGB color model

#885C5B color RGB value is (136,92,91).

  • red value is 136;
  • green value is 92;
  • blue value is 91.
RGB:
(136,92,91)
(53%,36%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 92 of 255 = 36%
B 91 of 255 = 36%

136
92
91

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

Portions of RGB colors in percentages

R + G + B =
136 + 92 + 91 = 319 (100%)
R 136 of 319 ~ 42.63%
G 92 of 319 ~ 28.84%
B 91 of 319 ~ 28.53%

%42.63
%28.84
%28.53

CMYK color model

#885C5B color CMYK value is (0,32,33,47).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK:
(0,32,33,47)
C0M32Y33K47 
(0%,32%,33%,47%)
(0.00/0.32/0.33/0.47)	

CMYK percentages

%0
%32.35
%33.09
%46.67

Codes

Color #885C5B in popluar color models

885C5B
RGB1369291
HSL19.82%44.51%
HSB/HSV33.09%53.33%
CMYK0.00%32.35%33.09%
46.67%

Color #885C5B in popluar number systems.

HEX885C5B
Decimal1369291
Binary1000100010111001011011
Octal210134133

Shades and tints

Shades of #885C5B

#885C5B
(136,92,91)
#7C5453
(124,84,83)
#704C4B
(112,76,75)
#644443
(100,68,67)
#583C3B
(88,60,59)
#4C3433
(76,52,51)
#402C2B
(64,44,43)
#342423
(52,36,35)
#281C1B
(40,28,27)
#1C1413
(28,20,19)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #885C5B

#885C5B
(136,92,91)
#926A69
(146,106,105)
#9C7877
(156,120,119)
#A68685
(166,134,133)
#B09493
(176,148,147)
#BAA2A1
(186,162,161)
#C4B0AF
(196,176,175)
#CEBEBD
(206,190,189)
#D8CCCB
(216,204,203)
#E2DAD9
(226,218,217)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885C5B; }

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

This text font color is #885C5B.


Background Color

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

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

This div background color is #885C5B.


Border color

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

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

This div border color is #885C5B.


Opacity

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

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

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

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

This text has shadow with #885C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885C5B on black background.


Color preview on white background

This text has color #885C5B on white background.



Black color preview on #885C5B background

This text has black color on #885C5B background.


White color preview on #885C5B background

This text has white color on #885C5B background.