COLOR #887050

HEX: #887050
RGB: (136,112,80)

Color info

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

RGB color model

#887050 color RGB value is (136,112,80).

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

RGB channels and saturation

R 136 of 255 = 53%
G 112 of 255 = 44%
B 80 of 255 = 31%

136
112
80

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

Portions of RGB colors in percentages

R + G + B =
136 + 112 + 80 = 328 (100%)
R 136 of 328 ~ 41.46%
G 112 of 328 ~ 34.15%
B 80 of 328 ~ 24.39%

%41.46
%34.15
%24.39

CMYK color model

#887050 color CMYK value is (0,18,41,47).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 41.18%
  • key color value is 46.67%
CMYK:
(0,18,41,47)
C0M18Y41K47 
(0%,18%,41%,47%)
(0.00/0.18/0.41/0.47)	

CMYK percentages

%0
%17.65
%41.18
%46.67

Codes

Color #887050 in popluar color models

887050
RGB13611280
HSL34°25.93%42.35%
HSB/HSV34°41.18%53.33%
CMYK0.00%17.65%41.18%
46.67%

Color #887050 in popluar number systems.

HEX887050
Decimal13611280
Binary1000100011100001010000
Octal210160120

Shades and tints

Shades of #887050

#887050
(136,112,80)
#7C6649
(124,102,73)
#705C42
(112,92,66)
#64523B
(100,82,59)
#584834
(88,72,52)
#4C3E2D
(76,62,45)
#403426
(64,52,38)
#342A1F
(52,42,31)
#282018
(40,32,24)
#1C1611
(28,22,17)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #887050

#887050
(136,112,80)
#927D5F
(146,125,95)
#9C8A6E
(156,138,110)
#A6977D
(166,151,125)
#B0A48C
(176,164,140)
#BAB19B
(186,177,155)
#C4BEAA
(196,190,170)
#CECBB9
(206,203,185)
#D8D8C8
(216,216,200)
#E2E5D7
(226,229,215)
#ECF2E6
(236,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887050; }

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

This text font color is #887050.


Background Color

.myBgColor { background-color: #887050; }

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

This div background color is #887050.


Border color

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

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

This div border color is #887050.


Opacity

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

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

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

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

This text has shadow with #887050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887050 on black background.


Color preview on white background

This text has color #887050 on white background.



Black color preview on #887050 background

This text has black color on #887050 background.


White color preview on #887050 background

This text has white color on #887050 background.