COLOR #886C5B

HEX: #886C5B
RGB: (136,108,91)

Color info

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

RGB color model

#886C5B color RGB value is (136,108,91).

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

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 91 of 255 = 36%

136
108
91

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

Portions of RGB colors in percentages

R + G + B =
136 + 108 + 91 = 335 (100%)
R 136 of 335 ~ 40.6%
G 108 of 335 ~ 32.24%
B 91 of 335 ~ 27.16%

%40.6
%32.24
%27.16

CMYK color model

#886C5B color CMYK value is (0,21,33,47).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK:
(0,21,33,47)
C0M21Y33K47 
(0%,21%,33%,47%)
(0.00/0.21/0.33/0.47)	

CMYK percentages

%0
%20.59
%33.09
%46.67

Codes

Color #886C5B in popluar color models

886C5B
RGB13610891
HSL23°19.82%44.51%
HSB/HSV23°33.09%53.33%
CMYK0.00%20.59%33.09%
46.67%

Color #886C5B in popluar number systems.

HEX886C5B
Decimal13610891
Binary1000100011011001011011
Octal210154133

Shades and tints

Shades of #886C5B

#886C5B
(136,108,91)
#7C6353
(124,99,83)
#705A4B
(112,90,75)
#645143
(100,81,67)
#58483B
(88,72,59)
#4C3F33
(76,63,51)
#40362B
(64,54,43)
#342D23
(52,45,35)
#28241B
(40,36,27)
#1C1B13
(28,27,19)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #886C5B

#886C5B
(136,108,91)
#927969
(146,121,105)
#9C8677
(156,134,119)
#A69385
(166,147,133)
#B0A093
(176,160,147)
#BAADA1
(186,173,161)
#C4BAAF
(196,186,175)
#CEC7BD
(206,199,189)
#D8D4CB
(216,212,203)
#E2E1D9
(226,225,217)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886C5B; }

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

This text font color is #886C5B.


Background Color

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

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

This div background color is #886C5B.


Border color

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

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

This div border color is #886C5B.


Opacity

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

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

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

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

This text has shadow with #886C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886C5B on black background.


Color preview on white background

This text has color #886C5B on white background.



Black color preview on #886C5B background

This text has black color on #886C5B background.


White color preview on #886C5B background

This text has white color on #886C5B background.