COLOR #885A5D

HEX: #885A5D
RGB: (136,90,93)

Color info

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

RGB color model

#885A5D color RGB value is (136,90,93).

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

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 93 of 255 = 36%

136
90
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 90 + 93 = 319 (100%)
R 136 of 319 ~ 42.63%
G 90 of 319 ~ 28.21%
B 93 of 319 ~ 29.15%

%42.63
%28.21
%29.15

CMYK color model

#885A5D color CMYK value is (0,34,32,47).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK:
(0,34,32,47)
C0M34Y32K47 
(0%,34%,32%,47%)
(0.00/0.34/0.32/0.47)	

CMYK percentages

%0
%33.82
%31.62
%46.67

Codes

Color #885A5D in popluar color models

885A5D
RGB1369093
HSL356°20.35%44.31%
HSB/HSV356°33.82%53.33%
CMYK0.00%33.82%31.62%
46.67%

Color #885A5D in popluar number systems.

HEX885A5D
Decimal1369093
Binary1000100010110101011101
Octal210132135

Shades and tints

Shades of #885A5D

#885A5D
(136,90,93)
#7C5255
(124,82,85)
#704A4D
(112,74,77)
#644245
(100,66,69)
#583A3D
(88,58,61)
#4C3235
(76,50,53)
#402A2D
(64,42,45)
#342225
(52,34,37)
#281A1D
(40,26,29)
#1C1215
(28,18,21)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #885A5D

#885A5D
(136,90,93)
#92696B
(146,105,107)
#9C7879
(156,120,121)
#A68787
(166,135,135)
#B09695
(176,150,149)
#BAA5A3
(186,165,163)
#C4B4B1
(196,180,177)
#CEC3BF
(206,195,191)
#D8D2CD
(216,210,205)
#E2E1DB
(226,225,219)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885A5D; }

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

This text font color is #885A5D.


Background Color

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

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

This div background color is #885A5D.


Border color

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

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

This div border color is #885A5D.


Opacity

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

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

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

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

This text has shadow with #885A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885A5D on black background.


Color preview on white background

This text has color #885A5D on white background.



Black color preview on #885A5D background

This text has black color on #885A5D background.


White color preview on #885A5D background

This text has white color on #885A5D background.