COLOR #887956

HEX: #887956
RGB: (136,121,86)

Color info

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

RGB color model

#887956 color RGB value is (136,121,86).

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

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 86 of 255 = 34%

136
121
86

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

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 86 = 343 (100%)
R 136 of 343 ~ 39.65%
G 121 of 343 ~ 35.28%
B 86 of 343 ~ 25.07%

%39.65
%35.28
%25.07

CMYK color model

#887956 color CMYK value is (0,11,37,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 36.76%
  • key color value is 46.67%
CMYK:
(0,11,37,47)
C0M11Y37K47 
(0%,11%,37%,47%)
(0.00/0.11/0.37/0.47)	

CMYK percentages

%0
%11.03
%36.76
%46.67

Codes

Color #887956 in popluar color models

887956
RGB13612186
HSL42°22.52%43.53%
HSB/HSV42°36.76%53.33%
CMYK0.00%11.03%36.76%
46.67%

Color #887956 in popluar number systems.

HEX887956
Decimal13612186
Binary1000100011110011010110
Octal210171126

Shades and tints

Shades of #887956

#887956
(136,121,86)
#7C6E4F
(124,110,79)
#706348
(112,99,72)
#645841
(100,88,65)
#584D3A
(88,77,58)
#4C4233
(76,66,51)
#40372C
(64,55,44)
#342C25
(52,44,37)
#28211E
(40,33,30)
#1C1617
(28,22,23)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #887956

#887956
(136,121,86)
#928565
(146,133,101)
#9C9174
(156,145,116)
#A69D83
(166,157,131)
#B0A992
(176,169,146)
#BAB5A1
(186,181,161)
#C4C1B0
(196,193,176)
#CECDBF
(206,205,191)
#D8D9CE
(216,217,206)
#E2E5DD
(226,229,221)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887956; }

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

This text font color is #887956.


Background Color

.myBgColor { background-color: #887956; }

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

This div background color is #887956.


Border color

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

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

This div border color is #887956.


Opacity

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

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

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

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

This text has shadow with #887956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887956 on black background.


Color preview on white background

This text has color #887956 on white background.



Black color preview on #887956 background

This text has black color on #887956 background.


White color preview on #887956 background

This text has white color on #887956 background.