COLOR #888170

HEX: #888170
RGB: (136,129,112)

Color info

#888170 contains red, green and blue colors in about the same proportion. Web safe color of #888170 is #999966 (or #996).

RGB color model

#888170 color RGB value is (136,129,112).

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

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 112 of 255 = 44%

136
129
112

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

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 112 = 377 (100%)
R 136 of 377 ~ 36.07%
G 129 of 377 ~ 34.22%
B 112 of 377 ~ 29.71%

%36.07
%34.22
%29.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(0,5,18,47)
C0M5Y18K47 
(0%,5%,18%,47%)
(0.00/0.05/0.18/0.47)	

CMYK percentages

%0
%5.15
%17.65
%46.67

Codes

Color #888170 in popluar color models

888170
RGB136129112
HSL43°9.68%48.63%
HSB/HSV43°17.65%53.33%
CMYK0.00%5.15%17.65%
46.67%

Color #888170 in popluar number systems.

HEX888170
Decimal136129112
Binary10001000100000011110000
Octal210201160

Shades and tints

Shades of #888170

#888170
(136,129,112)
#7C7666
(124,118,102)
#706B5C
(112,107,92)
#646052
(100,96,82)
#585548
(88,85,72)
#4C4A3E
(76,74,62)
#403F34
(64,63,52)
#34342A
(52,52,42)
#282920
(40,41,32)
#1C1E16
(28,30,22)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #888170

#888170
(136,129,112)
#928C7D
(146,140,125)
#9C978A
(156,151,138)
#A6A297
(166,162,151)
#B0ADA4
(176,173,164)
#BAB8B1
(186,184,177)
#C4C3BE
(196,195,190)
#CECECB
(206,206,203)
#D8D9D8
(216,217,216)
#E2E4E5
(226,228,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888170; }

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

This text font color is #888170.


Background Color

.myBgColor { background-color: #888170; }

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

This div background color is #888170.


Border color

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

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

This div border color is #888170.


Opacity

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

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

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

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

This text has shadow with #888170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888170 on black background.


Color preview on white background

This text has color #888170 on white background.



Black color preview on #888170 background

This text has black color on #888170 background.


White color preview on #888170 background

This text has white color on #888170 background.