COLOR #886A71

HEX: #886A71
RGB: (136,106,113)

Color info

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

RGB color model

#886A71 color RGB value is (136,106,113).

  • red value is 136;
  • green value is 106;
  • blue value is 113.
RGB:
(136,106,113)
(53%,42%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 113 of 255 = 44%

136
106
113

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

Portions of RGB colors in percentages

R + G + B =
136 + 106 + 113 = 355 (100%)
R 136 of 355 ~ 38.31%
G 106 of 355 ~ 29.86%
B 113 of 355 ~ 31.83%

%38.31
%29.86
%31.83

CMYK color model

#886A71 color CMYK value is (0,22,17,47).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(0,22,17,47)
C0M22Y17K47 
(0%,22%,17%,47%)
(0.00/0.22/0.17/0.47)	

CMYK percentages

%0
%22.06
%16.91
%46.67

Codes

Color #886A71 in popluar color models

886A71
RGB136106113
HSL346°12.40%47.45%
HSB/HSV346°22.06%53.33%
CMYK0.00%22.06%16.91%
46.67%

Color #886A71 in popluar number systems.

HEX886A71
Decimal136106113
Binary1000100011010101110001
Octal210152161

Shades and tints

Shades of #886A71

#886A71
(136,106,113)
#7C6167
(124,97,103)
#70585D
(112,88,93)
#644F53
(100,79,83)
#584649
(88,70,73)
#4C3D3F
(76,61,63)
#403435
(64,52,53)
#342B2B
(52,43,43)
#282221
(40,34,33)
#1C1917
(28,25,23)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #886A71

#886A71
(136,106,113)
#92777D
(146,119,125)
#9C8489
(156,132,137)
#A69195
(166,145,149)
#B09EA1
(176,158,161)
#BAABAD
(186,171,173)
#C4B8B9
(196,184,185)
#CEC5C5
(206,197,197)
#D8D2D1
(216,210,209)
#E2DFDD
(226,223,221)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886A71; }

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

This text font color is #886A71.


Background Color

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

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

This div background color is #886A71.


Border color

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

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

This div border color is #886A71.


Opacity

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

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

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

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

This text has shadow with #886A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886A71 on black background.


Color preview on white background

This text has color #886A71 on white background.



Black color preview on #886A71 background

This text has black color on #886A71 background.


White color preview on #886A71 background

This text has white color on #886A71 background.