COLOR #885C6B

HEX: #885C6B
RGB: (136,92,107)

Color info

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

RGB color model

#885C6B color RGB value is (136,92,107).

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

RGB channels and saturation

R 136 of 255 = 53%
G 92 of 255 = 36%
B 107 of 255 = 42%

136
92
107

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

Portions of RGB colors in percentages

R + G + B =
136 + 92 + 107 = 335 (100%)
R 136 of 335 ~ 40.6%
G 92 of 335 ~ 27.46%
B 107 of 335 ~ 31.94%

%40.6
%27.46
%31.94

CMYK color model

#885C6B color CMYK value is (0,32,21,47).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK:
(0,32,21,47)
C0M32Y21K47 
(0%,32%,21%,47%)
(0.00/0.32/0.21/0.47)	

CMYK percentages

%0
%32.35
%21.32
%46.67

Codes

Color #885C6B in popluar color models

885C6B
RGB13692107
HSL340°19.30%44.71%
HSB/HSV340°32.35%53.33%
CMYK0.00%32.35%21.32%
46.67%

Color #885C6B in popluar number systems.

HEX885C6B
Decimal13692107
Binary1000100010111001101011
Octal210134153

Shades and tints

Shades of #885C6B

#885C6B
(136,92,107)
#7C5462
(124,84,98)
#704C59
(112,76,89)
#644450
(100,68,80)
#583C47
(88,60,71)
#4C343E
(76,52,62)
#402C35
(64,44,53)
#34242C
(52,36,44)
#281C23
(40,28,35)
#1C141A
(28,20,26)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #885C6B

#885C6B
(136,92,107)
#926A78
(146,106,120)
#9C7885
(156,120,133)
#A68692
(166,134,146)
#B0949F
(176,148,159)
#BAA2AC
(186,162,172)
#C4B0B9
(196,176,185)
#CEBEC6
(206,190,198)
#D8CCD3
(216,204,211)
#E2DAE0
(226,218,224)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885C6B; }

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

This text font color is #885C6B.


Background Color

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

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

This div background color is #885C6B.


Border color

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

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

This div border color is #885C6B.


Opacity

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

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

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

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

This text has shadow with #885C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885C6B on black background.


Color preview on white background

This text has color #885C6B on white background.



Black color preview on #885C6B background

This text has black color on #885C6B background.


White color preview on #885C6B background

This text has white color on #885C6B background.