COLOR #887F63

HEX: #887F63
RGB: (136,127,99)

Color info

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

RGB color model

#887F63 color RGB value is (136,127,99).

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

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 99 of 255 = 39%

136
127
99

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 99 = 362 (100%)
R 136 of 362 ~ 37.57%
G 127 of 362 ~ 35.08%
B 99 of 362 ~ 27.35%

%37.57
%35.08
%27.35

CMYK color model

#887F63 color CMYK value is (0,7,27,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 27.21%
  • key color value is 46.67%
CMYK:
(0,7,27,47)
C0M7Y27K47 
(0%,7%,27%,47%)
(0.00/0.07/0.27/0.47)	

CMYK percentages

%0
%6.62
%27.21
%46.67

Codes

Color #887F63 in popluar color models

887F63
RGB13612799
HSL45°15.74%46.08%
HSB/HSV45°27.21%53.33%
CMYK0.00%6.62%27.21%
46.67%

Color #887F63 in popluar number systems.

HEX887F63
Decimal13612799
Binary1000100011111111100011
Octal210177143

Shades and tints

Shades of #887F63

#887F63
(136,127,99)
#7C745A
(124,116,90)
#706951
(112,105,81)
#645E48
(100,94,72)
#58533F
(88,83,63)
#4C4836
(76,72,54)
#403D2D
(64,61,45)
#343224
(52,50,36)
#28271B
(40,39,27)
#1C1C12
(28,28,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #887F63

#887F63
(136,127,99)
#928A71
(146,138,113)
#9C957F
(156,149,127)
#A6A08D
(166,160,141)
#B0AB9B
(176,171,155)
#BAB6A9
(186,182,169)
#C4C1B7
(196,193,183)
#CECCC5
(206,204,197)
#D8D7D3
(216,215,211)
#E2E2E1
(226,226,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F63; }

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

This text font color is #887F63.


Background Color

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

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

This div background color is #887F63.


Border color

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

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

This div border color is #887F63.


Opacity

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

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

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

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

This text has shadow with #887F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F63 on black background.


Color preview on white background

This text has color #887F63 on white background.



Black color preview on #887F63 background

This text has black color on #887F63 background.


White color preview on #887F63 background

This text has white color on #887F63 background.