COLOR #888579

HEX: #888579 RGB: (136,133,121)

Color info

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

RGB color model

#888579 color RGB value is (136,133,121).

RGB: (136,133,121) (53%, 52%, 47%)

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 121 of 255 = 47%

136
133
121

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

Portions of RGB colors in percentages

R + G + B = 136 + 133 + 121 = 390 (100%)
R 136 of 390 ~ 34.87%
G 133 of 390 ~ 34.1%
B 121 of 390 ~ 31.03'%

%34.87
%34.1
%31.03

CMYK color model

#888579 color CMYK value is (0,2,11,47).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 11.03%
  • key color value is 46.67%

CMYK: (0,2,11,47)
C0M2Y11K47 (0%, 2%, 11%, 47%)
(0.00 / 0.02 / 0.11 / 0.47)

CMYK percentages

%0
%2.21
%11.03
%46.67

Codes

Color #888579 in popluar color models

88 85 79
RGB 136 133 121
HSL 48° 5.93% 50.39%
HSB/HSV 48° 11.03% 53.33%
CMYK 0.00% 2.21% 11.03%
46.67%

Color #888579 in popluar number systems.

HEX 88 85 79
Decimal 136 133 121
Binary 10001000 10000101 1111001
Octal 210 205 171

Shades and tints

Shades of #888579

#888579
(136,133,121)
#7C796E
(124,121,110)
#706D63
(112,109,99)
#646158
(100,97,88)
#58554D
(88,85,77)
#4C4942
(76,73,66)
#403D37
(64,61,55)
#34312C
(52,49,44)
#282521
(40,37,33)
#1C1916
(28,25,22)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #888579

#888579
(136,133,121)
#929085
(146,144,133)
#9C9B91
(156,155,145)
#A6A69D
(166,166,157)
#B0B1A9
(176,177,169)
#BABCB5
(186,188,181)
#C4C7C1
(196,199,193)
#CED2CD
(206,210,205)
#D8DDD9
(216,221,217)
#E2E8E5
(226,232,229)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888579 color. Also use rgb(136,133,121) instead hex code.

Text Font Color

.myTextColor { color: #888579; }

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

This text font color is #888579.

Background Color

.myBgColor { background-color: #888579; }

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

This div background color is #888579.

Border color

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

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

This div border color is #888579.

Opacity

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

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

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

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

This text has shadow with #888579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888579.

Preview

Color preview on black background

This text has color #888579 on black background.


Color preview on white background

This text has color #888579 on white background.


Black color preview on #888579 background

This text has black color on #888579 background.


White color preview on #888579 background

This text has white color on #888579 background.


Related colors

Complementary color

Complementary color for #hex is #777A86.


I love getcolorcode.com

Triadic colors

1 #798885 and #857988 with #888579 are triadic colors.

2 #798588 and #858879 with #888579 are triadic colors.