COLOR #887D6F

HEX: #887D6F
RGB: (136,125,111)

Color info

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

RGB color model

#887D6F color RGB value is (136,125,111).

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

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 111 of 255 = 44%

136
125
111

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 111 = 372 (100%)
R 136 of 372 ~ 36.56%
G 125 of 372 ~ 33.6%
B 111 of 372 ~ 29.84%

%36.56
%33.6
%29.84

CMYK color model

#887D6F color CMYK value is (0,8,18,47).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 18.38%
  • key color value is 46.67%
CMYK:
(0,8,18,47)
C0M8Y18K47 
(0%,8%,18%,47%)
(0.00/0.08/0.18/0.47)	

CMYK percentages

%0
%8.09
%18.38
%46.67

Codes

Color #887D6F in popluar color models

887D6F
RGB136125111
HSL34°10.12%48.43%
HSB/HSV34°18.38%53.33%
CMYK0.00%8.09%18.38%
46.67%

Color #887D6F in popluar number systems.

HEX887D6F
Decimal136125111
Binary1000100011111011101111
Octal210175157

Shades and tints

Shades of #887D6F

#887D6F
(136,125,111)
#7C7265
(124,114,101)
#70675B
(112,103,91)
#645C51
(100,92,81)
#585147
(88,81,71)
#4C463D
(76,70,61)
#403B33
(64,59,51)
#343029
(52,48,41)
#28251F
(40,37,31)
#1C1A15
(28,26,21)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #887D6F

#887D6F
(136,125,111)
#92887C
(146,136,124)
#9C9389
(156,147,137)
#A69E96
(166,158,150)
#B0A9A3
(176,169,163)
#BAB4B0
(186,180,176)
#C4BFBD
(196,191,189)
#CECACA
(206,202,202)
#D8D5D7
(216,213,215)
#E2E0E4
(226,224,228)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887D6F color. Also use rgb(136,125,111) instead hex code.

Text Font Color

.myTextColor { color: #887D6F; }

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

This text font color is #887D6F.


Background Color

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

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

This div background color is #887D6F.


Border color

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

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

This div border color is #887D6F.


Opacity

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

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

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

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

This text has shadow with #887D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D6F on black background.


Color preview on white background

This text has color #887D6F on white background.



Black color preview on #887D6F background

This text has black color on #887D6F background.


White color preview on #887D6F background

This text has white color on #887D6F background.