COLOR #885D6F

HEX: #885D6F
RGB: (136,93,111)

Color info

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

RGB color model

#885D6F color RGB value is (136,93,111).

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

RGB channels and saturation

R 136 of 255 = 53%
G 93 of 255 = 36%
B 111 of 255 = 44%

136
93
111

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

Portions of RGB colors in percentages

R + G + B =
136 + 93 + 111 = 340 (100%)
R 136 of 340 ~ 40%
G 93 of 340 ~ 27.35%
B 111 of 340 ~ 32.65%

%40
%27.35
%32.65

CMYK color model

#885D6F color CMYK value is (0,32,18,47).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 18.38%
  • key color value is 46.67%
CMYK:
(0,32,18,47)
C0M32Y18K47 
(0%,32%,18%,47%)
(0.00/0.32/0.18/0.47)	

CMYK percentages

%0
%31.62
%18.38
%46.67

Codes

Color #885D6F in popluar color models

885D6F
RGB13693111
HSL335°18.78%44.90%
HSB/HSV335°31.62%53.33%
CMYK0.00%31.62%18.38%
46.67%

Color #885D6F in popluar number systems.

HEX885D6F
Decimal13693111
Binary1000100010111011101111
Octal210135157

Shades and tints

Shades of #885D6F

#885D6F
(136,93,111)
#7C5565
(124,85,101)
#704D5B
(112,77,91)
#644551
(100,69,81)
#583D47
(88,61,71)
#4C353D
(76,53,61)
#402D33
(64,45,51)
#342529
(52,37,41)
#281D1F
(40,29,31)
#1C1515
(28,21,21)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #885D6F

#885D6F
(136,93,111)
#926B7C
(146,107,124)
#9C7989
(156,121,137)
#A68796
(166,135,150)
#B095A3
(176,149,163)
#BAA3B0
(186,163,176)
#C4B1BD
(196,177,189)
#CEBFCA
(206,191,202)
#D8CDD7
(216,205,215)
#E2DBE4
(226,219,228)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885D6F; }

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

This text font color is #885D6F.


Background Color

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

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

This div background color is #885D6F.


Border color

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

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

This div border color is #885D6F.


Opacity

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

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

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

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

This text has shadow with #885D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885D6F on black background.


Color preview on white background

This text has color #885D6F on white background.



Black color preview on #885D6F background

This text has black color on #885D6F background.


White color preview on #885D6F background

This text has white color on #885D6F background.