COLOR #887B56

HEX: #887B56
RGB: (136,123,86)

Color info

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

RGB color model

#887B56 color RGB value is (136,123,86).

  • red value is 136;
  • green value is 123;
  • blue value is 86.
RGB:
(136,123,86)
(53%,48%,34%)

RGB channels and saturation

R 136 of 255 = 53%
G 123 of 255 = 48%
B 86 of 255 = 34%

136
123
86

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

Portions of RGB colors in percentages

R + G + B =
136 + 123 + 86 = 345 (100%)
R 136 of 345 ~ 39.42%
G 123 of 345 ~ 35.65%
B 86 of 345 ~ 24.93%

%39.42
%35.65
%24.93

CMYK color model

#887B56 color CMYK value is (0,10,37,47).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 36.76%
  • key color value is 46.67%
CMYK:
(0,10,37,47)
C0M10Y37K47 
(0%,10%,37%,47%)
(0.00/0.10/0.37/0.47)	

CMYK percentages

%0
%9.56
%36.76
%46.67

Codes

Color #887B56 in popluar color models

887B56
RGB13612386
HSL44°22.52%43.53%
HSB/HSV44°36.76%53.33%
CMYK0.00%9.56%36.76%
46.67%

Color #887B56 in popluar number systems.

HEX887B56
Decimal13612386
Binary1000100011110111010110
Octal210173126

Shades and tints

Shades of #887B56

#887B56
(136,123,86)
#7C704F
(124,112,79)
#706548
(112,101,72)
#645A41
(100,90,65)
#584F3A
(88,79,58)
#4C4433
(76,68,51)
#40392C
(64,57,44)
#342E25
(52,46,37)
#28231E
(40,35,30)
#1C1817
(28,24,23)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #887B56

#887B56
(136,123,86)
#928765
(146,135,101)
#9C9374
(156,147,116)
#A69F83
(166,159,131)
#B0AB92
(176,171,146)
#BAB7A1
(186,183,161)
#C4C3B0
(196,195,176)
#CECFBF
(206,207,191)
#D8DBCE
(216,219,206)
#E2E7DD
(226,231,221)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887B56 color. Also use rgb(136,123,86) instead hex code.

Text Font Color

.myTextColor { color: #887B56; }

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

This text font color is #887B56.


Background Color

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

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

This div background color is #887B56.


Border color

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

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

This div border color is #887B56.


Opacity

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

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

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

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

This text has shadow with #887B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B56 on black background.


Color preview on white background

This text has color #887B56 on white background.



Black color preview on #887B56 background

This text has black color on #887B56 background.


White color preview on #887B56 background

This text has white color on #887B56 background.