COLOR #887C62

HEX: #887C62
RGB: (136,124,98)

Color info

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

RGB color model

#887C62 color RGB value is (136,124,98).

  • red value is 136;
  • green value is 124;
  • blue value is 98.
RGB:
(136,124,98)
(53%,49%,38%)

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 98 of 255 = 38%

136
124
98

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

Portions of RGB colors in percentages

R + G + B =
136 + 124 + 98 = 358 (100%)
R 136 of 358 ~ 37.99%
G 124 of 358 ~ 34.64%
B 98 of 358 ~ 27.37%

%37.99
%34.64
%27.37

CMYK color model

#887C62 color CMYK value is (0,9,28,47).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 27.94%
  • key color value is 46.67%
CMYK:
(0,9,28,47)
C0M9Y28K47 
(0%,9%,28%,47%)
(0.00/0.09/0.28/0.47)	

CMYK percentages

%0
%8.82
%27.94
%46.67

Codes

Color #887C62 in popluar color models

887C62
RGB13612498
HSL41°16.24%45.88%
HSB/HSV41°27.94%53.33%
CMYK0.00%8.82%27.94%
46.67%

Color #887C62 in popluar number systems.

HEX887C62
Decimal13612498
Binary1000100011111001100010
Octal210174142

Shades and tints

Shades of #887C62

#887C62
(136,124,98)
#7C715A
(124,113,90)
#706652
(112,102,82)
#645B4A
(100,91,74)
#585042
(88,80,66)
#4C453A
(76,69,58)
#403A32
(64,58,50)
#342F2A
(52,47,42)
#282422
(40,36,34)
#1C191A
(28,25,26)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #887C62

#887C62
(136,124,98)
#928770
(146,135,112)
#9C927E
(156,146,126)
#A69D8C
(166,157,140)
#B0A89A
(176,168,154)
#BAB3A8
(186,179,168)
#C4BEB6
(196,190,182)
#CEC9C4
(206,201,196)
#D8D4D2
(216,212,210)
#E2DFE0
(226,223,224)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887C62 color. Also use rgb(136,124,98) instead hex code.

Text Font Color

.myTextColor { color: #887C62; }

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

This text font color is #887C62.


Background Color

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

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

This div background color is #887C62.


Border color

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

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

This div border color is #887C62.


Opacity

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

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

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

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

This text has shadow with #887C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887C62 on black background.


Color preview on white background

This text has color #887C62 on white background.



Black color preview on #887C62 background

This text has black color on #887C62 background.


White color preview on #887C62 background

This text has white color on #887C62 background.