COLOR #887563

HEX: #887563
RGB: (136,117,99)

Color info

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

RGB color model

#887563 color RGB value is (136,117,99).

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

RGB channels and saturation

R 136 of 255 = 53%
G 117 of 255 = 46%
B 99 of 255 = 39%

136
117
99

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

Portions of RGB colors in percentages

R + G + B =
136 + 117 + 99 = 352 (100%)
R 136 of 352 ~ 38.64%
G 117 of 352 ~ 33.24%
B 99 of 352 ~ 28.13%

%38.64
%33.24
%28.13

CMYK color model

#887563 color CMYK value is (0,14,27,47).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 27.21%
  • key color value is 46.67%
CMYK:
(0,14,27,47)
C0M14Y27K47 
(0%,14%,27%,47%)
(0.00/0.14/0.27/0.47)	

CMYK percentages

%0
%13.97
%27.21
%46.67

Codes

Color #887563 in popluar color models

887563
RGB13611799
HSL29°15.74%46.08%
HSB/HSV29°27.21%53.33%
CMYK0.00%13.97%27.21%
46.67%

Color #887563 in popluar number systems.

HEX887563
Decimal13611799
Binary1000100011101011100011
Octal210165143

Shades and tints

Shades of #887563

#887563
(136,117,99)
#7C6B5A
(124,107,90)
#706151
(112,97,81)
#645748
(100,87,72)
#584D3F
(88,77,63)
#4C4336
(76,67,54)
#40392D
(64,57,45)
#342F24
(52,47,36)
#28251B
(40,37,27)
#1C1B12
(28,27,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #887563

#887563
(136,117,99)
#928171
(146,129,113)
#9C8D7F
(156,141,127)
#A6998D
(166,153,141)
#B0A59B
(176,165,155)
#BAB1A9
(186,177,169)
#C4BDB7
(196,189,183)
#CEC9C5
(206,201,197)
#D8D5D3
(216,213,211)
#E2E1E1
(226,225,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887563; }

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

This text font color is #887563.


Background Color

.myBgColor { background-color: #887563; }

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

This div background color is #887563.


Border color

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

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

This div border color is #887563.


Opacity

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

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

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

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

This text has shadow with #887563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887563 on black background.


Color preview on white background

This text has color #887563 on white background.



Black color preview on #887563 background

This text has black color on #887563 background.


White color preview on #887563 background

This text has white color on #887563 background.