COLOR #887048

HEX: #887048
RGB: (136,112,72)

Color info

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

RGB color model

#887048 color RGB value is (136,112,72).

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

RGB channels and saturation

R 136 of 255 = 53%
G 112 of 255 = 44%
B 72 of 255 = 28%

136
112
72

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

Portions of RGB colors in percentages

R + G + B =
136 + 112 + 72 = 320 (100%)
R 136 of 320 ~ 42.5%
G 112 of 320 ~ 35%
B 72 of 320 ~ 22.5%

%42.5
%35
%22.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 47.06%
  • key color value is 46.67%
CMYK:
(0,18,47,47)
C0M18Y47K47 
(0%,18%,47%,47%)
(0.00/0.18/0.47/0.47)	

CMYK percentages

%0
%17.65
%47.06
%46.67

Codes

Color #887048 in popluar color models

887048
RGB13611272
HSL38°30.77%40.78%
HSB/HSV38°47.06%53.33%
CMYK0.00%17.65%47.06%
46.67%

Color #887048 in popluar number systems.

HEX887048
Decimal13611272
Binary1000100011100001001000
Octal210160110

Shades and tints

Shades of #887048

#887048
(136,112,72)
#7C6642
(124,102,66)
#705C3C
(112,92,60)
#645236
(100,82,54)
#584830
(88,72,48)
#4C3E2A
(76,62,42)
#403424
(64,52,36)
#342A1E
(52,42,30)
#282018
(40,32,24)
#1C1612
(28,22,18)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #887048

#887048
(136,112,72)
#927D58
(146,125,88)
#9C8A68
(156,138,104)
#A69778
(166,151,120)
#B0A488
(176,164,136)
#BAB198
(186,177,152)
#C4BEA8
(196,190,168)
#CECBB8
(206,203,184)
#D8D8C8
(216,216,200)
#E2E5D8
(226,229,216)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887048; }

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

This text font color is #887048.


Background Color

.myBgColor { background-color: #887048; }

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

This div background color is #887048.


Border color

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

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

This div border color is #887048.


Opacity

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

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

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

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

This text has shadow with #887048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887048 on black background.


Color preview on white background

This text has color #887048 on white background.



Black color preview on #887048 background

This text has black color on #887048 background.


White color preview on #887048 background

This text has white color on #887048 background.