COLOR #887040

HEX: #887040
RGB: (136,112,64)

Color info

#887040 contains mainly red and green colors. Web safe color of #887040 is #996633 (or #963).

RGB color model

#887040 color RGB value is (136,112,64).

  • red value is 136;
  • green value is 112;
  • blue value is 64.
RGB:
(136,112,64)
(53%,44%,25%)

RGB channels and saturation

R 136 of 255 = 53%
G 112 of 255 = 44%
B 64 of 255 = 25%

136
112
64

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

Portions of RGB colors in percentages

R + G + B =
136 + 112 + 64 = 312 (100%)
R 136 of 312 ~ 43.59%
G 112 of 312 ~ 35.9%
B 64 of 312 ~ 20.51%

%43.59
%35.9
%20.51

CMYK color model

#887040 color CMYK value is (0,18,53,47).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 52.94%
  • key color value is 46.67%
CMYK:
(0,18,53,47)
C0M18Y53K47 
(0%,18%,53%,47%)
(0.00/0.18/0.53/0.47)	

CMYK percentages

%0
%17.65
%52.94
%46.67

Codes

Color #887040 in popluar color models

887040
RGB13611264
HSL40°36.00%39.22%
HSB/HSV40°52.94%53.33%
CMYK0.00%17.65%52.94%
46.67%

Color #887040 in popluar number systems.

HEX887040
Decimal13611264
Binary1000100011100001000000
Octal210160100

Shades and tints

Shades of #887040

#887040
(136,112,64)
#7C663B
(124,102,59)
#705C36
(112,92,54)
#645231
(100,82,49)
#58482C
(88,72,44)
#4C3E27
(76,62,39)
#403422
(64,52,34)
#342A1D
(52,42,29)
#282018
(40,32,24)
#1C1613
(28,22,19)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #887040

#887040
(136,112,64)
#927D51
(146,125,81)
#9C8A62
(156,138,98)
#A69773
(166,151,115)
#B0A484
(176,164,132)
#BAB195
(186,177,149)
#C4BEA6
(196,190,166)
#CECBB7
(206,203,183)
#D8D8C8
(216,216,200)
#E2E5D9
(226,229,217)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887040 color. Also use rgb(136,112,64) instead hex code.

Text Font Color

.myTextColor { color: #887040; }

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

This text font color is #887040.


Background Color

.myBgColor { background-color: #887040; }

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

This div background color is #887040.


Border color

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

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

This div border color is #887040.


Opacity

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

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

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

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

This text has shadow with #887040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887040 on black background.


Color preview on white background

This text has color #887040 on white background.



Black color preview on #887040 background

This text has black color on #887040 background.


White color preview on #887040 background

This text has white color on #887040 background.