COLOR #888666

HEX: #888666
RGB: (136,134,102)

Color info

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

RGB color model

#888666 color RGB value is (136,134,102).

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

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 102 of 255 = 40%

136
134
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 102 = 372 (100%)
R 136 of 372 ~ 36.56%
G 134 of 372 ~ 36.02%
B 102 of 372 ~ 27.42%

%36.56
%36.02
%27.42

CMYK color model

#888666 color CMYK value is (0,1,25,47).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 25.00%
  • key color value is 46.67%
CMYK:
(0,1,25,47)
C0M1Y25K47 
(0%,1%,25%,47%)
(0.00/0.01/0.25/0.47)	

CMYK percentages

%0
%1.47
%25
%46.67

Codes

Color #888666 in popluar color models

888666
RGB136134102
HSL56°14.29%46.67%
HSB/HSV56°25.00%53.33%
CMYK0.00%1.47%25.00%
46.67%

Color #888666 in popluar number systems.

HEX888666
Decimal136134102
Binary10001000100001101100110
Octal210206146

Shades and tints

Shades of #888666

#888666
(136,134,102)
#7C7A5D
(124,122,93)
#706E54
(112,110,84)
#64624B
(100,98,75)
#585642
(88,86,66)
#4C4A39
(76,74,57)
#403E30
(64,62,48)
#343227
(52,50,39)
#28261E
(40,38,30)
#1C1A15
(28,26,21)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #888666

#888666
(136,134,102)
#929173
(146,145,115)
#9C9C80
(156,156,128)
#A6A78D
(166,167,141)
#B0B29A
(176,178,154)
#BABDA7
(186,189,167)
#C4C8B4
(196,200,180)
#CED3C1
(206,211,193)
#D8DECE
(216,222,206)
#E2E9DB
(226,233,219)
#ECF4E8
(236,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888666; }

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

This text font color is #888666.


Background Color

.myBgColor { background-color: #888666; }

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

This div background color is #888666.


Border color

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

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

This div border color is #888666.


Opacity

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

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

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

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

This text has shadow with #888666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888666 on black background.


Color preview on white background

This text has color #888666 on white background.



Black color preview on #888666 background

This text has black color on #888666 background.


White color preview on #888666 background

This text has white color on #888666 background.