COLOR #886A5E

HEX: #886A5E RGB: (136,106,94)

Color info

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

RGB color model

#886A5E color RGB value is (136,106,94).

RGB: (136,106,94) (53%, 42%, 37%)

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 94 of 255 = 37%

136
106
94

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

Portions of RGB colors in percentages

R + G + B = 136 + 106 + 94 = 336 (100%)
R 136 of 336 ~ 40.48%
G 106 of 336 ~ 31.55%
B 94 of 336 ~ 27.98'%

%40.48
%31.55
%27.98

CMYK color model

#886A5E color CMYK value is (0,22,31,47).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 30.88%
  • key color value is 46.67%
CMYK: (0,22,31,47) C0M22Y31K47 (0%,22%,31%,47%) (0.00/0.22/0.31/0.47) 

CMYK percentages

%0
%22.06
%30.88
%46.67

Codes

Color #886A5E in popluar color models

88 6A 5E
RGB 136 106 94
HSL 17° 18.26% 45.10%
HSB/HSV 17° 30.88% 53.33%
CMYK 0.00% 22.06% 30.88%
46.67%

Color #886A5E in popluar number systems.

HEX 88 6A 5E
Decimal 136 106 94
Binary 10001000 1101010 1011110
Octal 210 152 136

Shades and tints

Shades of #886A5E

#886A5E
(136,106,94)
#7C6156
(124,97,86)
#70584E
(112,88,78)
#644F46
(100,79,70)
#58463E
(88,70,62)
#4C3D36
(76,61,54)
#40342E
(64,52,46)
#342B26
(52,43,38)
#28221E
(40,34,30)
#1C1916
(28,25,22)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #886A5E

#886A5E
(136,106,94)
#92776C
(146,119,108)
#9C847A
(156,132,122)
#A69188
(166,145,136)
#B09E96
(176,158,150)
#BAABA4
(186,171,164)
#C4B8B2
(196,184,178)
#CEC5C0
(206,197,192)
#D8D2CE
(216,210,206)
#E2DFDC
(226,223,220)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886A5E color. Also use rgb(136,106,94) instead hex code.

Text Font Color

.myTextColor { color: #886A5E; }

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

This text font color is #886A5E.

Background Color

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

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

This div background color is #886A5E.

Border color

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

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

This div border color is #886A5E.

Opacity

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

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

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

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

This text has shadow with #886A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886A5E.

Preview

Color preview on black background

This text has color #886A5E on black background.


Color preview on white background

This text has color #886A5E on white background.


Black color preview on #886A5E background

This text has black color on #886A5E background.


White color preview on #886A5E background

This text has white color on #886A5E background.


Related colors

Complementary color

Complementary color for #hex is #7795A1.


I love getcolorcode.com

Triadic colors

1 #5E886A and #6A5E88 with #886A5E are triadic colors.

2 #5E6A88 and #6A885E with #886A5E are triadic colors.