COLOR #887970

HEX: #887970
RGB: (136,121,112)

Color info

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

RGB color model

#887970 color RGB value is (136,121,112).

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

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 112 of 255 = 44%

136
121
112

R + G + B ~ 48%. #887970 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 112 = 369 (100%)
R 136 of 369 ~ 36.86%
G 121 of 369 ~ 32.79%
B 112 of 369 ~ 30.35%

%36.86
%32.79
%30.35

CMYK color model

#887970 color CMYK value is (0,11,18,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(0,11,18,47)
C0M11Y18K47 
(0%,11%,18%,47%)
(0.00/0.11/0.18/0.47)	

CMYK percentages

%0
%11.03
%17.65
%46.67

Codes

Color #887970 in popluar color models

887970
RGB136121112
HSL23°9.68%48.63%
HSB/HSV23°17.65%53.33%
CMYK0.00%11.03%17.65%
46.67%

Color #887970 in popluar number systems.

HEX887970
Decimal136121112
Binary1000100011110011110000
Octal210171160

Shades and tints

Shades of #887970

#887970
(136,121,112)
#7C6E66
(124,110,102)
#70635C
(112,99,92)
#645852
(100,88,82)
#584D48
(88,77,72)
#4C423E
(76,66,62)
#403734
(64,55,52)
#342C2A
(52,44,42)
#282120
(40,33,32)
#1C1616
(28,22,22)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #887970

#887970
(136,121,112)
#92857D
(146,133,125)
#9C918A
(156,145,138)
#A69D97
(166,157,151)
#B0A9A4
(176,169,164)
#BAB5B1
(186,181,177)
#C4C1BE
(196,193,190)
#CECDCB
(206,205,203)
#D8D9D8
(216,217,216)
#E2E5E5
(226,229,229)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887970; }

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

This text font color is #887970.


Background Color

.myBgColor { background-color: #887970; }

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

This div background color is #887970.


Border color

.myBorderColor { border: 1px solid #887970; }

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

This div border color is #887970.


Opacity

.myOpacity80 { color: #887970; opacity: 0.8; }

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

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

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

This text has shadow with #887970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887970 on black background.


Color preview on white background

This text has color #887970 on white background.



Black color preview on #887970 background

This text has black color on #887970 background.


White color preview on #887970 background

This text has white color on #887970 background.