COLOR #888573

HEX: #888573 RGB: (136,133,115)

Color info

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

RGB color model

#888573 color RGB value is (136,133,115).

RGB: (136,133,115) (53%, 52%, 45%)

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 115 of 255 = 45%

136
133
115

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

Portions of RGB colors in percentages

R + G + B = 136 + 133 + 115 = 384 (100%)
R 136 of 384 ~ 35.42%
G 133 of 384 ~ 34.64%
B 115 of 384 ~ 29.95'%

%35.42
%34.64
%29.95

CMYK color model

#888573 color CMYK value is (0,2,15,47).

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

CMYK: (0,2,15,47)
C0M2Y15K47 (0%, 2%, 15%, 47%)
(0.00 / 0.02 / 0.15 / 0.47)

CMYK percentages

%0
%2.21
%15.44
%46.67

Codes

Color #888573 in popluar color models

88 85 73
RGB 136 133 115
HSL 51° 8.37% 49.22%
HSB/HSV 51° 15.44% 53.33%
CMYK 0.00% 2.21% 15.44%
46.67%

Color #888573 in popluar number systems.

HEX 88 85 73
Decimal 136 133 115
Binary 10001000 10000101 1110011
Octal 210 205 163

Shades and tints

Shades of #888573

#888573
(136,133,115)
#7C7969
(124,121,105)
#706D5F
(112,109,95)
#646155
(100,97,85)
#58554B
(88,85,75)
#4C4941
(76,73,65)
#403D37
(64,61,55)
#34312D
(52,49,45)
#282523
(40,37,35)
#1C1919
(28,25,25)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #888573

#888573
(136,133,115)
#92907F
(146,144,127)
#9C9B8B
(156,155,139)
#A6A697
(166,166,151)
#B0B1A3
(176,177,163)
#BABCAF
(186,188,175)
#C4C7BB
(196,199,187)
#CED2C7
(206,210,199)
#D8DDD3
(216,221,211)
#E2E8DF
(226,232,223)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888573; }

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

This text font color is #888573.

Background Color

.myBgColor { background-color: #888573; }

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

This div background color is #888573.

Border color

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

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

This div border color is #888573.

Opacity

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

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

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

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

This text has shadow with #888573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888573.

Preview

Color preview on black background

This text has color #888573 on black background.


Color preview on white background

This text has color #888573 on white background.


Black color preview on #888573 background

This text has black color on #888573 background.


White color preview on #888573 background

This text has white color on #888573 background.


Related colors

Complementary color

Complementary color for #hex is #777A8C.


I love getcolorcode.com

Triadic colors

1 #738885 and #857388 with #888573 are triadic colors.

2 #738588 and #858873 with #888573 are triadic colors.