COLOR #888670

HEX: #888670
RGB: (136,134,112)

Color info

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

RGB color model

#888670 color RGB value is (136,134,112).

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

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 112 of 255 = 44%

136
134
112

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 112 = 382 (100%)
R 136 of 382 ~ 35.6%
G 134 of 382 ~ 35.08%
B 112 of 382 ~ 29.32%

%35.6
%35.08
%29.32

CMYK color model

#888670 color CMYK value is (0,1,18,47).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(0,1,18,47)
C0M1Y18K47 
(0%,1%,18%,47%)
(0.00/0.01/0.18/0.47)	

CMYK percentages

%0
%1.47
%17.65
%46.67

Codes

Color #888670 in popluar color models

888670
RGB136134112
HSL55°9.68%48.63%
HSB/HSV55°17.65%53.33%
CMYK0.00%1.47%17.65%
46.67%

Color #888670 in popluar number systems.

HEX888670
Decimal136134112
Binary10001000100001101110000
Octal210206160

Shades and tints

Shades of #888670

#888670
(136,134,112)
#7C7A66
(124,122,102)
#706E5C
(112,110,92)
#646252
(100,98,82)
#585648
(88,86,72)
#4C4A3E
(76,74,62)
#403E34
(64,62,52)
#34322A
(52,50,42)
#282620
(40,38,32)
#1C1A16
(28,26,22)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #888670

#888670
(136,134,112)
#92917D
(146,145,125)
#9C9C8A
(156,156,138)
#A6A797
(166,167,151)
#B0B2A4
(176,178,164)
#BABDB1
(186,189,177)
#C4C8BE
(196,200,190)
#CED3CB
(206,211,203)
#D8DED8
(216,222,216)
#E2E9E5
(226,233,229)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888670; }

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

This text font color is #888670.


Background Color

.myBgColor { background-color: #888670; }

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

This div background color is #888670.


Border color

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

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

This div border color is #888670.


Opacity

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

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

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

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

This text has shadow with #888670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888670 on black background.


Color preview on white background

This text has color #888670 on white background.



Black color preview on #888670 background

This text has black color on #888670 background.


White color preview on #888670 background

This text has white color on #888670 background.