COLOR #886C73

HEX: #886C73
RGB: (136,108,115)

Color info

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

RGB color model

#886C73 color RGB value is (136,108,115).

  • red value is 136;
  • green value is 108;
  • blue value is 115.
RGB:
(136,108,115)
(53%,42%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 115 of 255 = 45%

136
108
115

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

Portions of RGB colors in percentages

R + G + B =
136 + 108 + 115 = 359 (100%)
R 136 of 359 ~ 37.88%
G 108 of 359 ~ 30.08%
B 115 of 359 ~ 32.03%

%37.88
%30.08
%32.03

CMYK color model

#886C73 color CMYK value is (0,21,15,47).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 15.44%
  • key color value is 46.67%
CMYK:
(0,21,15,47)
C0M21Y15K47 
(0%,21%,15%,47%)
(0.00/0.21/0.15/0.47)	

CMYK percentages

%0
%20.59
%15.44
%46.67

Codes

Color #886C73 in popluar color models

886C73
RGB136108115
HSL345°11.48%47.84%
HSB/HSV345°20.59%53.33%
CMYK0.00%20.59%15.44%
46.67%

Color #886C73 in popluar number systems.

HEX886C73
Decimal136108115
Binary1000100011011001110011
Octal210154163

Shades and tints

Shades of #886C73

#886C73
(136,108,115)
#7C6369
(124,99,105)
#705A5F
(112,90,95)
#645155
(100,81,85)
#58484B
(88,72,75)
#4C3F41
(76,63,65)
#403637
(64,54,55)
#342D2D
(52,45,45)
#282423
(40,36,35)
#1C1B19
(28,27,25)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #886C73

#886C73
(136,108,115)
#92797F
(146,121,127)
#9C868B
(156,134,139)
#A69397
(166,147,151)
#B0A0A3
(176,160,163)
#BAADAF
(186,173,175)
#C4BABB
(196,186,187)
#CEC7C7
(206,199,199)
#D8D4D3
(216,212,211)
#E2E1DF
(226,225,223)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886C73 color. Also use rgb(136,108,115) instead hex code.

Text Font Color

.myTextColor { color: #886C73; }

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

This text font color is #886C73.


Background Color

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

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

This div background color is #886C73.


Border color

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

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

This div border color is #886C73.


Opacity

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

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

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

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

This text has shadow with #886C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886C73 on black background.


Color preview on white background

This text has color #886C73 on white background.



Black color preview on #886C73 background

This text has black color on #886C73 background.


White color preview on #886C73 background

This text has white color on #886C73 background.