COLOR #886B5C

HEX: #886B5C
RGB: (136,107,92)

Color info

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

RGB color model

#886B5C color RGB value is (136,107,92).

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

RGB channels and saturation

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

136
107
92

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

Portions of RGB colors in percentages

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

%40.6
%31.94
%27.46

CMYK color model

#886B5C color CMYK value is (0,21,32,47).

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

CMYK percentages

%0
%21.32
%32.35
%46.67

Codes

Color #886B5C in popluar color models

886B5C
RGB13610792
HSL20°19.30%44.71%
HSB/HSV20°32.35%53.33%
CMYK0.00%21.32%32.35%
46.67%

Color #886B5C in popluar number systems.

HEX886B5C
Decimal13610792
Binary1000100011010111011100
Octal210153134

Shades and tints

Shades of #886B5C

#886B5C
(136,107,92)
#7C6254
(124,98,84)
#70594C
(112,89,76)
#645044
(100,80,68)
#58473C
(88,71,60)
#4C3E34
(76,62,52)
#40352C
(64,53,44)
#342C24
(52,44,36)
#28231C
(40,35,28)
#1C1A14
(28,26,20)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #886B5C

#886B5C
(136,107,92)
#92786A
(146,120,106)
#9C8578
(156,133,120)
#A69286
(166,146,134)
#B09F94
(176,159,148)
#BAACA2
(186,172,162)
#C4B9B0
(196,185,176)
#CEC6BE
(206,198,190)
#D8D3CC
(216,211,204)
#E2E0DA
(226,224,218)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886B5C; }

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

This text font color is #886B5C.


Background Color

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

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

This div background color is #886B5C.


Border color

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

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

This div border color is #886B5C.


Opacity

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

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

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

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

This text has shadow with #886B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886B5C on black background.


Color preview on white background

This text has color #886B5C on white background.



Black color preview on #886B5C background

This text has black color on #886B5C background.


White color preview on #886B5C background

This text has white color on #886B5C background.