COLOR #886162

HEX: #886162
RGB: (136,97,98)

Color info

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

RGB color model

#886162 color RGB value is (136,97,98).

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

RGB channels and saturation

R 136 of 255 = 53%
G 97 of 255 = 38%
B 98 of 255 = 38%

136
97
98

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

Portions of RGB colors in percentages

R + G + B =
136 + 97 + 98 = 331 (100%)
R 136 of 331 ~ 41.09%
G 97 of 331 ~ 29.31%
B 98 of 331 ~ 29.61%

%41.09
%29.31
%29.61

CMYK color model

#886162 color CMYK value is (0,29,28,47).

  • cyan value is 0.00%
  • magenta value is 28.68%
  • yellow value is 27.94%
  • key color value is 46.67%
CMYK:
(0,29,28,47)
C0M29Y28K47 
(0%,29%,28%,47%)
(0.00/0.29/0.28/0.47)	

CMYK percentages

%0
%28.68
%27.94
%46.67

Codes

Color #886162 in popluar color models

886162
RGB1369798
HSL358°16.74%45.69%
HSB/HSV358°28.68%53.33%
CMYK0.00%28.68%27.94%
46.67%

Color #886162 in popluar number systems.

HEX886162
Decimal1369798
Binary1000100011000011100010
Octal210141142

Shades and tints

Shades of #886162

#886162
(136,97,98)
#7C595A
(124,89,90)
#705152
(112,81,82)
#64494A
(100,73,74)
#584142
(88,65,66)
#4C393A
(76,57,58)
#403132
(64,49,50)
#34292A
(52,41,42)
#282122
(40,33,34)
#1C191A
(28,25,26)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #886162

#886162
(136,97,98)
#926F70
(146,111,112)
#9C7D7E
(156,125,126)
#A68B8C
(166,139,140)
#B0999A
(176,153,154)
#BAA7A8
(186,167,168)
#C4B5B6
(196,181,182)
#CEC3C4
(206,195,196)
#D8D1D2
(216,209,210)
#E2DFE0
(226,223,224)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886162; }

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

This text font color is #886162.


Background Color

.myBgColor { background-color: #886162; }

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

This div background color is #886162.


Border color

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

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

This div border color is #886162.


Opacity

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

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

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

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

This text has shadow with #886162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886162 on black background.


Color preview on white background

This text has color #886162 on white background.



Black color preview on #886162 background

This text has black color on #886162 background.


White color preview on #886162 background

This text has white color on #886162 background.