COLOR #887F48

HEX: #887F48
RGB: (136,127,72)

Color info

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

RGB color model

#887F48 color RGB value is (136,127,72).

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

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 72 of 255 = 28%

136
127
72

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 72 = 335 (100%)
R 136 of 335 ~ 40.6%
G 127 of 335 ~ 37.91%
B 72 of 335 ~ 21.49%

%40.6
%37.91
%21.49

CMYK color model

#887F48 color CMYK value is (0,7,47,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 47.06%
  • key color value is 46.67%
CMYK:
(0,7,47,47)
C0M7Y47K47 
(0%,7%,47%,47%)
(0.00/0.07/0.47/0.47)	

CMYK percentages

%0
%6.62
%47.06
%46.67

Codes

Color #887F48 in popluar color models

887F48
RGB13612772
HSL52°30.77%40.78%
HSB/HSV52°47.06%53.33%
CMYK0.00%6.62%47.06%
46.67%

Color #887F48 in popluar number systems.

HEX887F48
Decimal13612772
Binary1000100011111111001000
Octal210177110

Shades and tints

Shades of #887F48

#887F48
(136,127,72)
#7C7442
(124,116,66)
#70693C
(112,105,60)
#645E36
(100,94,54)
#585330
(88,83,48)
#4C482A
(76,72,42)
#403D24
(64,61,36)
#34321E
(52,50,30)
#282718
(40,39,24)
#1C1C12
(28,28,18)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #887F48

#887F48
(136,127,72)
#928A58
(146,138,88)
#9C9568
(156,149,104)
#A6A078
(166,160,120)
#B0AB88
(176,171,136)
#BAB698
(186,182,152)
#C4C1A8
(196,193,168)
#CECCB8
(206,204,184)
#D8D7C8
(216,215,200)
#E2E2D8
(226,226,216)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F48; }

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

This text font color is #887F48.


Background Color

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

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

This div background color is #887F48.


Border color

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

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

This div border color is #887F48.


Opacity

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

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

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

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

This text has shadow with #887F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F48 on black background.


Color preview on white background

This text has color #887F48 on white background.



Black color preview on #887F48 background

This text has black color on #887F48 background.


White color preview on #887F48 background

This text has white color on #887F48 background.