COLOR #887950

HEX: #887950
RGB: (136,121,80)

Color info

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

RGB color model

#887950 color RGB value is (136,121,80).

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

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 80 of 255 = 31%

136
121
80

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

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 80 = 337 (100%)
R 136 of 337 ~ 40.36%
G 121 of 337 ~ 35.91%
B 80 of 337 ~ 23.74%

%40.36
%35.91
%23.74

CMYK color model

#887950 color CMYK value is (0,11,41,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 41.18%
  • key color value is 46.67%
CMYK:
(0,11,41,47)
C0M11Y41K47 
(0%,11%,41%,47%)
(0.00/0.11/0.41/0.47)	

CMYK percentages

%0
%11.03
%41.18
%46.67

Codes

Color #887950 in popluar color models

887950
RGB13612180
HSL44°25.93%42.35%
HSB/HSV44°41.18%53.33%
CMYK0.00%11.03%41.18%
46.67%

Color #887950 in popluar number systems.

HEX887950
Decimal13612180
Binary1000100011110011010000
Octal210171120

Shades and tints

Shades of #887950

#887950
(136,121,80)
#7C6E49
(124,110,73)
#706342
(112,99,66)
#64583B
(100,88,59)
#584D34
(88,77,52)
#4C422D
(76,66,45)
#403726
(64,55,38)
#342C1F
(52,44,31)
#282118
(40,33,24)
#1C1611
(28,22,17)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #887950

#887950
(136,121,80)
#92855F
(146,133,95)
#9C916E
(156,145,110)
#A69D7D
(166,157,125)
#B0A98C
(176,169,140)
#BAB59B
(186,181,155)
#C4C1AA
(196,193,170)
#CECDB9
(206,205,185)
#D8D9C8
(216,217,200)
#E2E5D7
(226,229,215)
#ECF1E6
(236,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887950; }

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

This text font color is #887950.


Background Color

.myBgColor { background-color: #887950; }

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

This div background color is #887950.


Border color

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

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

This div border color is #887950.


Opacity

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

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

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

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

This text has shadow with #887950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887950 on black background.


Color preview on white background

This text has color #887950 on white background.



Black color preview on #887950 background

This text has black color on #887950 background.


White color preview on #887950 background

This text has white color on #887950 background.