COLOR #886D5B

HEX: #886D5B RGB: (136,109,91)

Color info

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

RGB color model

#886D5B color RGB value is (136,109,91).

RGB: (136,109,91) (53%, 43%, 36%)

RGB channels and saturation

R 136 of 255 = 53%
G 109 of 255 = 43%
B 91 of 255 = 36%

136
109
91

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

Portions of RGB colors in percentages

R + G + B = 136 + 109 + 91 = 336 (100%)
R 136 of 336 ~ 40.48%
G 109 of 336 ~ 32.44%
B 91 of 336 ~ 27.08'%

%40.48
%32.44
%27.08

CMYK color model

#886D5B color CMYK value is (0,20,33,47).

  • cyan value is 0.00%
  • magenta value is 19.85%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK: (0,20,33,47) C0M20Y33K47 (0%,20%,33%,47%) (0.00/0.20/0.33/0.47) 

CMYK percentages

%0
%19.85
%33.09
%46.67

Codes

Color #886D5B in popluar color models

88 6D 5B
RGB 136 109 91
HSL 24° 19.82% 44.51%
HSB/HSV 24° 33.09% 53.33%
CMYK 0.00% 19.85% 33.09%
46.67%

Color #886D5B in popluar number systems.

HEX 88 6D 5B
Decimal 136 109 91
Binary 10001000 1101101 1011011
Octal 210 155 133

Shades and tints

Shades of #886D5B

#886D5B
(136,109,91)
#7C6453
(124,100,83)
#705B4B
(112,91,75)
#645243
(100,82,67)
#58493B
(88,73,59)
#4C4033
(76,64,51)
#40372B
(64,55,43)
#342E23
(52,46,35)
#28251B
(40,37,27)
#1C1C13
(28,28,19)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #886D5B

#886D5B
(136,109,91)
#927A69
(146,122,105)
#9C8777
(156,135,119)
#A69485
(166,148,133)
#B0A193
(176,161,147)
#BAAEA1
(186,174,161)
#C4BBAF
(196,187,175)
#CEC8BD
(206,200,189)
#D8D5CB
(216,213,203)
#E2E2D9
(226,226,217)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886D5B; }

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

This text font color is #886D5B.

Background Color

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

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

This div background color is #886D5B.

Border color

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

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

This div border color is #886D5B.

Opacity

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

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

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

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

This text has shadow with #886D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886D5B.

Preview

Color preview on black background

This text has color #886D5B on black background.


Color preview on white background

This text has color #886D5B on white background.


Black color preview on #886D5B background

This text has black color on #886D5B background.


White color preview on #886D5B background

This text has white color on #886D5B background.


Related colors

Complementary color

Complementary color for #hex is #7792A4.


I love getcolorcode.com

Triadic colors

1 #5B886D and #6D5B88 with #886D5B are triadic colors.

2 #5B6D88 and #6D885B with #886D5B are triadic colors.