COLOR #887F50

HEX: #887F50
RGB: (136,127,80)

Color info

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

RGB color model

#887F50 color RGB value is (136,127,80).

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

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 80 of 255 = 31%

136
127
80

R + G + B ~ 45%. #887F50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 80 = 343 (100%)
R 136 of 343 ~ 39.65%
G 127 of 343 ~ 37.03%
B 80 of 343 ~ 23.32%

%39.65
%37.03
%23.32

CMYK color model

#887F50 color CMYK value is (0,7,41,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 41.18%
  • key color value is 46.67%
CMYK:
(0,7,41,47)
C0M7Y41K47 
(0%,7%,41%,47%)
(0.00/0.07/0.41/0.47)	

CMYK percentages

%0
%6.62
%41.18
%46.67

Codes

Color #887F50 in popluar color models

887F50
RGB13612780
HSL50°25.93%42.35%
HSB/HSV50°41.18%53.33%
CMYK0.00%6.62%41.18%
46.67%

Color #887F50 in popluar number systems.

HEX887F50
Decimal13612780
Binary1000100011111111010000
Octal210177120

Shades and tints

Shades of #887F50

#887F50
(136,127,80)
#7C7449
(124,116,73)
#706942
(112,105,66)
#645E3B
(100,94,59)
#585334
(88,83,52)
#4C482D
(76,72,45)
#403D26
(64,61,38)
#34321F
(52,50,31)
#282718
(40,39,24)
#1C1C11
(28,28,17)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #887F50

#887F50
(136,127,80)
#928A5F
(146,138,95)
#9C956E
(156,149,110)
#A6A07D
(166,160,125)
#B0AB8C
(176,171,140)
#BAB69B
(186,182,155)
#C4C1AA
(196,193,170)
#CECCB9
(206,204,185)
#D8D7C8
(216,215,200)
#E2E2D7
(226,226,215)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F50; }

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

This text font color is #887F50.


Background Color

.myBgColor { background-color: #887F50; }

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

This div background color is #887F50.


Border color

.myBorderColor { border: 1px solid #887F50; }

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

This div border color is #887F50.


Opacity

.myOpacity80 { color: #887F50; opacity: 0.8; }

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

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

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

This text has shadow with #887F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F50 on black background.


Color preview on white background

This text has color #887F50 on white background.



Black color preview on #887F50 background

This text has black color on #887F50 background.


White color preview on #887F50 background

This text has white color on #887F50 background.