COLOR #887855

HEX: #887855
RGB: (136,120,85)

Color info

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

RGB color model

#887855 color RGB value is (136,120,85).

  • red value is 136;
  • green value is 120;
  • blue value is 85.
RGB:
(136,120,85)
(53%,47%,33%)

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 85 of 255 = 33%

136
120
85

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

Portions of RGB colors in percentages

R + G + B =
136 + 120 + 85 = 341 (100%)
R 136 of 341 ~ 39.88%
G 120 of 341 ~ 35.19%
B 85 of 341 ~ 24.93%

%39.88
%35.19
%24.93

CMYK color model

#887855 color CMYK value is (0,12,38,47).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 37.50%
  • key color value is 46.67%
CMYK:
(0,12,38,47)
C0M12Y38K47 
(0%,12%,38%,47%)
(0.00/0.12/0.38/0.47)	

CMYK percentages

%0
%11.76
%37.5
%46.67

Codes

Color #887855 in popluar color models

887855
RGB13612085
HSL41°23.08%43.33%
HSB/HSV41°37.50%53.33%
CMYK0.00%11.76%37.50%
46.67%

Color #887855 in popluar number systems.

HEX887855
Decimal13612085
Binary1000100011110001010101
Octal210170125

Shades and tints

Shades of #887855

#887855
(136,120,85)
#7C6E4E
(124,110,78)
#706447
(112,100,71)
#645A40
(100,90,64)
#585039
(88,80,57)
#4C4632
(76,70,50)
#403C2B
(64,60,43)
#343224
(52,50,36)
#28281D
(40,40,29)
#1C1E16
(28,30,22)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #887855

#887855
(136,120,85)
#928464
(146,132,100)
#9C9073
(156,144,115)
#A69C82
(166,156,130)
#B0A891
(176,168,145)
#BAB4A0
(186,180,160)
#C4C0AF
(196,192,175)
#CECCBE
(206,204,190)
#D8D8CD
(216,216,205)
#E2E4DC
(226,228,220)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887855 color. Also use rgb(136,120,85) instead hex code.

Text Font Color

.myTextColor { color: #887855; }

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

This text font color is #887855.


Background Color

.myBgColor { background-color: #887855; }

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

This div background color is #887855.


Border color

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

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

This div border color is #887855.


Opacity

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

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

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

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

This text has shadow with #887855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887855 on black background.


Color preview on white background

This text has color #887855 on white background.



Black color preview on #887855 background

This text has black color on #887855 background.


White color preview on #887855 background

This text has white color on #887855 background.