COLOR #888671

HEX: #888671 RGB: (136,134,113)

Color info

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

RGB color model

#888671 color RGB value is (136,134,113).

RGB: (136,134,113) (53%, 53%, 44%)

RGB channels and saturation

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

136
134
113

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

Portions of RGB colors in percentages

R + G + B = 136 + 134 + 113 = 383 (100%)
R 136 of 383 ~ 35.51%
G 134 of 383 ~ 34.99%
B 113 of 383 ~ 29.5'%

%35.51
%34.99
%29.5

CMYK color model

#888671 color CMYK value is (0,1,17,47).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 16.91%
  • key color value is 46.67%

CMYK: (0,1,17,47)
C0M1Y17K47 (0%, 1%, 17%, 47%)
(0.00 / 0.01 / 0.17 / 0.47)

CMYK percentages

%0
%1.47
%16.91
%46.67

Codes

Color #888671 in popluar color models

88 86 71
RGB 136 134 113
HSL 55° 9.24% 48.82%
HSB/HSV 55° 16.91% 53.33%
CMYK 0.00% 1.47% 16.91%
46.67%

Color #888671 in popluar number systems.

HEX 88 86 71
Decimal 136 134 113
Binary 10001000 10000110 1110001
Octal 210 206 161

Shades and tints

Shades of #888671

#888671
(136,134,113)
#7C7A67
(124,122,103)
#706E5D
(112,110,93)
#646253
(100,98,83)
#585649
(88,86,73)
#4C4A3F
(76,74,63)
#403E35
(64,62,53)
#34322B
(52,50,43)
#282621
(40,38,33)
#1C1A17
(28,26,23)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #888671

#888671
(136,134,113)
#92917D
(146,145,125)
#9C9C89
(156,156,137)
#A6A795
(166,167,149)
#B0B2A1
(176,178,161)
#BABDAD
(186,189,173)
#C4C8B9
(196,200,185)
#CED3C5
(206,211,197)
#D8DED1
(216,222,209)
#E2E9DD
(226,233,221)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888671; }

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

This text font color is #888671.

Background Color

.myBgColor { background-color: #888671; }

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

This div background color is #888671.

Border color

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

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

This div border color is #888671.

Opacity

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

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

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

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

This text has shadow with #888671 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888671.

Preview

Color preview on black background

This text has color #888671 on black background.


Color preview on white background

This text has color #888671 on white background.


Black color preview on #888671 background

This text has black color on #888671 background.


White color preview on #888671 background

This text has white color on #888671 background.


Related colors

Complementary color

Complementary color for #hex is #77798E.


I love getcolorcode.com

Triadic colors

1 #718886 and #867188 with #888671 are triadic colors.

2 #718688 and #868871 with #888671 are triadic colors.