COLOR #886E59

HEX: #886E59
RGB: (136,110,89)

Color info

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

RGB color model

#886E59 color RGB value is (136,110,89).

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

RGB channels and saturation

R 136 of 255 = 53%
G 110 of 255 = 43%
B 89 of 255 = 35%

136
110
89

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

Portions of RGB colors in percentages

R + G + B =
136 + 110 + 89 = 335 (100%)
R 136 of 335 ~ 40.6%
G 110 of 335 ~ 32.84%
B 89 of 335 ~ 26.57%

%40.6
%32.84
%26.57

CMYK color model

#886E59 color CMYK value is (0,19,35,47).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 34.56%
  • key color value is 46.67%
CMYK:
(0,19,35,47)
C0M19Y35K47 
(0%,19%,35%,47%)
(0.00/0.19/0.35/0.47)	

CMYK percentages

%0
%19.12
%34.56
%46.67

Codes

Color #886E59 in popluar color models

886E59
RGB13611089
HSL27°20.89%44.12%
HSB/HSV27°34.56%53.33%
CMYK0.00%19.12%34.56%
46.67%

Color #886E59 in popluar number systems.

HEX886E59
Decimal13611089
Binary1000100011011101011001
Octal210156131

Shades and tints

Shades of #886E59

#886E59
(136,110,89)
#7C6451
(124,100,81)
#705A49
(112,90,73)
#645041
(100,80,65)
#584639
(88,70,57)
#4C3C31
(76,60,49)
#403229
(64,50,41)
#342821
(52,40,33)
#281E19
(40,30,25)
#1C1411
(28,20,17)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #886E59

#886E59
(136,110,89)
#927B68
(146,123,104)
#9C8877
(156,136,119)
#A69586
(166,149,134)
#B0A295
(176,162,149)
#BAAFA4
(186,175,164)
#C4BCB3
(196,188,179)
#CEC9C2
(206,201,194)
#D8D6D1
(216,214,209)
#E2E3E0
(226,227,224)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886E59; }

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

This text font color is #886E59.


Background Color

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

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

This div background color is #886E59.


Border color

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

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

This div border color is #886E59.


Opacity

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

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

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

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

This text has shadow with #886E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886E59 on black background.


Color preview on white background

This text has color #886E59 on white background.



Black color preview on #886E59 background

This text has black color on #886E59 background.


White color preview on #886E59 background

This text has white color on #886E59 background.