COLOR #886F57

HEX: #886F57 RGB: (136,111,87)

Color info

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

RGB color model

#886F57 color RGB value is (136,111,87).

RGB: (136,111,87) (53%, 44%, 34%)

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 87 of 255 = 34%

136
111
87

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

Portions of RGB colors in percentages

R + G + B = 136 + 111 + 87 = 334 (100%)
R 136 of 334 ~ 40.72%
G 111 of 334 ~ 33.23%
B 87 of 334 ~ 26.05'%

%40.72
%33.23
%26.05

CMYK color model

#886F57 color CMYK value is (0,18,36,47).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 36.03%
  • key color value is 46.67%

CMYK: (0,18,36,47)
C0M18Y36K47 (0%, 18%, 36%, 47%)
(0.00 / 0.18 / 0.36 / 0.47)

CMYK percentages

%0
%18.38
%36.03
%46.67

Codes

Color #886F57 in popluar color models

88 6F 57
RGB 136 111 87
HSL 29° 21.97% 43.73%
HSB/HSV 29° 36.03% 53.33%
CMYK 0.00% 18.38% 36.03%
46.67%

Color #886F57 in popluar number systems.

HEX 88 6F 57
Decimal 136 111 87
Binary 10001000 1101111 1010111
Octal 210 157 127

Shades and tints

Shades of #886F57

#886F57
(136,111,87)
#7C6550
(124,101,80)
#705B49
(112,91,73)
#645142
(100,81,66)
#58473B
(88,71,59)
#4C3D34
(76,61,52)
#40332D
(64,51,45)
#342926
(52,41,38)
#281F1F
(40,31,31)
#1C1518
(28,21,24)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #886F57

#886F57
(136,111,87)
#927C66
(146,124,102)
#9C8975
(156,137,117)
#A69684
(166,150,132)
#B0A393
(176,163,147)
#BAB0A2
(186,176,162)
#C4BDB1
(196,189,177)
#CECAC0
(206,202,192)
#D8D7CF
(216,215,207)
#E2E4DE
(226,228,222)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886F57 color. Also use rgb(136,111,87) instead hex code.

Text Font Color

.myTextColor { color: #886F57; }

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

This text font color is #886F57.

Background Color

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

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

This div background color is #886F57.

Border color

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

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

This div border color is #886F57.

Opacity

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

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

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

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

This text has shadow with #886F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886F57.

Preview

Color preview on black background

This text has color #886F57 on black background.


Color preview on white background

This text has color #886F57 on white background.


Black color preview on #886F57 background

This text has black color on #886F57 background.


White color preview on #886F57 background

This text has white color on #886F57 background.


Related colors

Complementary color

Complementary color for #hex is #7790A8.


I love getcolorcode.com

Triadic colors

1 #57886F and #6F5788 with #886F57 are triadic colors.

2 #576F88 and #6F8857 with #886F57 are triadic colors.