COLOR #886B59

HEX: #886B59
RGB: (136,107,89)

Color info

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

RGB color model

#886B59 color RGB value is (136,107,89).

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

RGB channels and saturation

R 136 of 255 = 53%
G 107 of 255 = 42%
B 89 of 255 = 35%

136
107
89

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

Portions of RGB colors in percentages

R + G + B =
136 + 107 + 89 = 332 (100%)
R 136 of 332 ~ 40.96%
G 107 of 332 ~ 32.23%
B 89 of 332 ~ 26.81%

%40.96
%32.23
%26.81

CMYK color model

#886B59 color CMYK value is (0,21,35,47).

  • cyan value is 0.00%
  • magenta value is 21.32%
  • yellow value is 34.56%
  • key color value is 46.67%
CMYK:
(0,21,35,47)
C0M21Y35K47 
(0%,21%,35%,47%)
(0.00/0.21/0.35/0.47)	

CMYK percentages

%0
%21.32
%34.56
%46.67

Codes

Color #886B59 in popluar color models

886B59
RGB13610789
HSL23°20.89%44.12%
HSB/HSV23°34.56%53.33%
CMYK0.00%21.32%34.56%
46.67%

Color #886B59 in popluar number systems.

HEX886B59
Decimal13610789
Binary1000100011010111011001
Octal210153131

Shades and tints

Shades of #886B59

#886B59
(136,107,89)
#7C6251
(124,98,81)
#705949
(112,89,73)
#645041
(100,80,65)
#584739
(88,71,57)
#4C3E31
(76,62,49)
#403529
(64,53,41)
#342C21
(52,44,33)
#282319
(40,35,25)
#1C1A11
(28,26,17)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #886B59

#886B59
(136,107,89)
#927868
(146,120,104)
#9C8577
(156,133,119)
#A69286
(166,146,134)
#B09F95
(176,159,149)
#BAACA4
(186,172,164)
#C4B9B3
(196,185,179)
#CEC6C2
(206,198,194)
#D8D3D1
(216,211,209)
#E2E0E0
(226,224,224)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886B59; }

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

This text font color is #886B59.


Background Color

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

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

This div background color is #886B59.


Border color

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

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

This div border color is #886B59.


Opacity

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

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

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

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

This text has shadow with #886B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886B59 on black background.


Color preview on white background

This text has color #886B59 on white background.



Black color preview on #886B59 background

This text has black color on #886B59 background.


White color preview on #886B59 background

This text has white color on #886B59 background.