COLOR #888665

HEX: #888665
RGB: (136,134,101)

Color info

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

RGB color model

#888665 color RGB value is (136,134,101).

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

RGB channels and saturation

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

136
134
101

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 101 = 371 (100%)
R 136 of 371 ~ 36.66%
G 134 of 371 ~ 36.12%
B 101 of 371 ~ 27.22%

%36.66
%36.12
%27.22

CMYK color model

#888665 color CMYK value is (0,1,26,47).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 25.74%
  • key color value is 46.67%
CMYK:
(0,1,26,47)
C0M1Y26K47 
(0%,1%,26%,47%)
(0.00/0.01/0.26/0.47)	

CMYK percentages

%0
%1.47
%25.74
%46.67

Codes

Color #888665 in popluar color models

888665
RGB136134101
HSL57°14.77%46.47%
HSB/HSV57°25.74%53.33%
CMYK0.00%1.47%25.74%
46.67%

Color #888665 in popluar number systems.

HEX888665
Decimal136134101
Binary10001000100001101100101
Octal210206145

Shades and tints

Shades of #888665

#888665
(136,134,101)
#7C7A5C
(124,122,92)
#706E53
(112,110,83)
#64624A
(100,98,74)
#585641
(88,86,65)
#4C4A38
(76,74,56)
#403E2F
(64,62,47)
#343226
(52,50,38)
#28261D
(40,38,29)
#1C1A14
(28,26,20)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #888665

#888665
(136,134,101)
#929173
(146,145,115)
#9C9C81
(156,156,129)
#A6A78F
(166,167,143)
#B0B29D
(176,178,157)
#BABDAB
(186,189,171)
#C4C8B9
(196,200,185)
#CED3C7
(206,211,199)
#D8DED5
(216,222,213)
#E2E9E3
(226,233,227)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888665; }

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

This text font color is #888665.


Background Color

.myBgColor { background-color: #888665; }

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

This div background color is #888665.


Border color

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

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

This div border color is #888665.


Opacity

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

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

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

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

This text has shadow with #888665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888665 on black background.


Color preview on white background

This text has color #888665 on white background.



Black color preview on #888665 background

This text has black color on #888665 background.


White color preview on #888665 background

This text has white color on #888665 background.