COLOR #886A73

HEX: #886A73
RGB: (136,106,115)

Color info

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

RGB color model

#886A73 color RGB value is (136,106,115).

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

RGB channels and saturation

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

136
106
115

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

Portions of RGB colors in percentages

R + G + B =
136 + 106 + 115 = 357 (100%)
R 136 of 357 ~ 38.1%
G 106 of 357 ~ 29.69%
B 115 of 357 ~ 32.21%

%38.1
%29.69
%32.21

CMYK color model

#886A73 color CMYK value is (0,22,15,47).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 15.44%
  • key color value is 46.67%
CMYK:
(0,22,15,47)
C0M22Y15K47 
(0%,22%,15%,47%)
(0.00/0.22/0.15/0.47)	

CMYK percentages

%0
%22.06
%15.44
%46.67

Codes

Color #886A73 in popluar color models

886A73
RGB136106115
HSL342°12.40%47.45%
HSB/HSV342°22.06%53.33%
CMYK0.00%22.06%15.44%
46.67%

Color #886A73 in popluar number systems.

HEX886A73
Decimal136106115
Binary1000100011010101110011
Octal210152163

Shades and tints

Shades of #886A73

#886A73
(136,106,115)
#7C6169
(124,97,105)
#70585F
(112,88,95)
#644F55
(100,79,85)
#58464B
(88,70,75)
#4C3D41
(76,61,65)
#403437
(64,52,55)
#342B2D
(52,43,45)
#282223
(40,34,35)
#1C1919
(28,25,25)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #886A73

#886A73
(136,106,115)
#92777F
(146,119,127)
#9C848B
(156,132,139)
#A69197
(166,145,151)
#B09EA3
(176,158,163)
#BAABAF
(186,171,175)
#C4B8BB
(196,184,187)
#CEC5C7
(206,197,199)
#D8D2D3
(216,210,211)
#E2DFDF
(226,223,223)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886A73; }

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

This text font color is #886A73.


Background Color

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

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

This div background color is #886A73.


Border color

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

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

This div border color is #886A73.


Opacity

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

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

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

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

This text has shadow with #886A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886A73 on black background.


Color preview on white background

This text has color #886A73 on white background.



Black color preview on #886A73 background

This text has black color on #886A73 background.


White color preview on #886A73 background

This text has white color on #886A73 background.