COLOR #888D6F

HEX: #888D6F RGB: (136,141,111)

Color info

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

RGB color model

#888D6F color RGB value is (136,141,111).

RGB: (136,141,111) (53%, 55%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 111 of 255 = 44%

136
141
111

R + G + B ~ 51%. #888D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 141 + 111 = 388 (100%)
R 136 of 388 ~ 35.05%
G 141 of 388 ~ 36.34%
B 111 of 388 ~ 28.61'%

%35.05
%36.34
%28.61

CMYK color model

#888D6F color CMYK value is (4,0,21,45).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 44.71%

CMYK: (4,0,21,45)
C4M0Y21K45 (4%, 0%, 21%, 45%)
(0.04 / 0.00 / 0.21 / 0.45)

CMYK percentages

%3.55
%0
%21.28
%44.71

Codes

Color #888D6F in popluar color models

88 8D 6F
RGB 136 141 111
HSL 70° 11.90% 49.41%
HSB/HSV 70° 21.28% 55.29%
CMYK 3.55% 0.00% 21.28%
44.71%

Color #888D6F in popluar number systems.

HEX 88 8D 6F
Decimal 136 141 111
Binary 10001000 10001101 1101111
Octal 210 215 157

Shades and tints

Shades of #888D6F

#888D6F
(136,141,111)
#7C8165
(124,129,101)
#70755B
(112,117,91)
#646951
(100,105,81)
#585D47
(88,93,71)
#4C513D
(76,81,61)
#404533
(64,69,51)
#343929
(52,57,41)
#282D1F
(40,45,31)
#1C2115
(28,33,21)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #888D6F

#888D6F
(136,141,111)
#92977C
(146,151,124)
#9CA189
(156,161,137)
#A6AB96
(166,171,150)
#B0B5A3
(176,181,163)
#BABFB0
(186,191,176)
#C4C9BD
(196,201,189)
#CED3CA
(206,211,202)
#D8DDD7
(216,221,215)
#E2E7E4
(226,231,228)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888D6F color. Also use rgb(136,141,111) instead hex code.

Text Font Color

.myTextColor { color: #888D6F; }

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

This text font color is #888D6F.

Background Color

.myBgColor { background-color: #888D6F; }

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

This div background color is #888D6F.

Border color

.myBorderColor { border: 1px solid #888D6F; }

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

This div border color is #888D6F.

Opacity

.myOpacity80 { color: #888D6F; opacity: 0.8; }

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

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

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

This text has shadow with #888D6F color.


.textShadow {text-shadow: 3px 3px 1px #888D6F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #888D6F; -webkit-box-shadow: 1px 1px 3px 2px #888D6F; box-shadow:1px 1px 3px 2px #888D6F;">
Div content here
</div>

This div box has shadow with color #888D6F.

Preview

Color preview on black background

This text has color #888D6F on black background.


Color preview on white background

This text has color #888D6F on white background.


Black color preview on #888D6F background

This text has black color on #888D6F background.


White color preview on #888D6F background

This text has white color on #888D6F background.


Related colors

Complementary color

Complementary color for #hex is #777290.


I love getcolorcode.com

Triadic colors

1 #6F888D and #8D6F88 with #888D6F are triadic colors.

2 #6F8D88 and #8D886F with #888D6F are triadic colors.