COLOR #886F70

HEX: #886F70
RGB: (136,111,112)

Color info

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

RGB color model

#886F70 color RGB value is (136,111,112).

  • red value is 136;
  • green value is 111;
  • blue value is 112.
RGB:
(136,111,112)
(53%,44%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 112 of 255 = 44%

136
111
112

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 112 = 359 (100%)
R 136 of 359 ~ 37.88%
G 111 of 359 ~ 30.92%
B 112 of 359 ~ 31.2%

%37.88
%30.92
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(0,18,18,47)
C0M18Y18K47 
(0%,18%,18%,47%)
(0.00/0.18/0.18/0.47)	

CMYK percentages

%0
%18.38
%17.65
%46.67

Codes

Color #886F70 in popluar color models

886F70
RGB136111112
HSL358°10.12%48.43%
HSB/HSV358°18.38%53.33%
CMYK0.00%18.38%17.65%
46.67%

Color #886F70 in popluar number systems.

HEX886F70
Decimal136111112
Binary1000100011011111110000
Octal210157160

Shades and tints

Shades of #886F70

#886F70
(136,111,112)
#7C6566
(124,101,102)
#705B5C
(112,91,92)
#645152
(100,81,82)
#584748
(88,71,72)
#4C3D3E
(76,61,62)
#403334
(64,51,52)
#34292A
(52,41,42)
#281F20
(40,31,32)
#1C1516
(28,21,22)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #886F70

#886F70
(136,111,112)
#927C7D
(146,124,125)
#9C898A
(156,137,138)
#A69697
(166,150,151)
#B0A3A4
(176,163,164)
#BAB0B1
(186,176,177)
#C4BDBE
(196,189,190)
#CECACB
(206,202,203)
#D8D7D8
(216,215,216)
#E2E4E5
(226,228,229)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886F70; }

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

This text font color is #886F70.


Background Color

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

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

This div background color is #886F70.


Border color

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

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

This div border color is #886F70.


Opacity

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

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

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

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

This text has shadow with #886F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F70 on black background.


Color preview on white background

This text has color #886F70 on white background.



Black color preview on #886F70 background

This text has black color on #886F70 background.


White color preview on #886F70 background

This text has white color on #886F70 background.