COLOR #887162

HEX: #887162
RGB: (136,113,98)

Color info

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

RGB color model

#887162 color RGB value is (136,113,98).

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

RGB channels and saturation

R 136 of 255 = 53%
G 113 of 255 = 44%
B 98 of 255 = 38%

136
113
98

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

Portions of RGB colors in percentages

R + G + B =
136 + 113 + 98 = 347 (100%)
R 136 of 347 ~ 39.19%
G 113 of 347 ~ 32.56%
B 98 of 347 ~ 28.24%

%39.19
%32.56
%28.24

CMYK color model

#887162 color CMYK value is (0,17,28,47).

  • cyan value is 0.00%
  • magenta value is 16.91%
  • yellow value is 27.94%
  • key color value is 46.67%
CMYK:
(0,17,28,47)
C0M17Y28K47 
(0%,17%,28%,47%)
(0.00/0.17/0.28/0.47)	

CMYK percentages

%0
%16.91
%27.94
%46.67

Codes

Color #887162 in popluar color models

887162
RGB13611398
HSL24°16.24%45.88%
HSB/HSV24°27.94%53.33%
CMYK0.00%16.91%27.94%
46.67%

Color #887162 in popluar number systems.

HEX887162
Decimal13611398
Binary1000100011100011100010
Octal210161142

Shades and tints

Shades of #887162

#887162
(136,113,98)
#7C675A
(124,103,90)
#705D52
(112,93,82)
#64534A
(100,83,74)
#584942
(88,73,66)
#4C3F3A
(76,63,58)
#403532
(64,53,50)
#342B2A
(52,43,42)
#282122
(40,33,34)
#1C171A
(28,23,26)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #887162

#887162
(136,113,98)
#927D70
(146,125,112)
#9C897E
(156,137,126)
#A6958C
(166,149,140)
#B0A19A
(176,161,154)
#BAADA8
(186,173,168)
#C4B9B6
(196,185,182)
#CEC5C4
(206,197,196)
#D8D1D2
(216,209,210)
#E2DDE0
(226,221,224)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887162; }

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

This text font color is #887162.


Background Color

.myBgColor { background-color: #887162; }

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

This div background color is #887162.


Border color

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

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

This div border color is #887162.


Opacity

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

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

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

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

This text has shadow with #887162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887162 on black background.


Color preview on white background

This text has color #887162 on white background.



Black color preview on #887162 background

This text has black color on #887162 background.


White color preview on #887162 background

This text has white color on #887162 background.