COLOR #88575B

HEX: #88575B RGB: (136,87,91)

Color info

#88575B contains red, green and blue colors in about the same proportion. Web safe color of #88575B is #996666 (or #966).

RGB color model

#88575B color RGB value is (136,87,91).

RGB: (136,87,91) (53%, 34%, 36%)

RGB channels and saturation

R 136 of 255 = 53%
G 87 of 255 = 34%
B 91 of 255 = 36%

136
87
91

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

Portions of RGB colors in percentages

R + G + B = 136 + 87 + 91 = 314 (100%)
R 136 of 314 ~ 43.31%
G 87 of 314 ~ 27.71%
B 91 of 314 ~ 28.98'%

%43.31
%27.71
%28.98

CMYK color model

#88575B color CMYK value is (0,36,33,47).

  • cyan value is 0.00%
  • magenta value is 36.03%
  • yellow value is 33.09%
  • key color value is 46.67%

CMYK: (0,36,33,47)
C0M36Y33K47 (0%, 36%, 33%, 47%)
(0.00 / 0.36 / 0.33 / 0.47)

CMYK percentages

%0
%36.03
%33.09
%46.67

Codes

Color #88575B in popluar color models

88 57 5B
RGB 136 87 91
HSL 355° 21.97% 43.73%
HSB/HSV 355° 36.03% 53.33%
CMYK 0.00% 36.03% 33.09%
46.67%

Color #88575B in popluar number systems.

HEX 88 57 5B
Decimal 136 87 91
Binary 10001000 1010111 1011011
Octal 210 127 133

Shades and tints

Shades of #88575B

#88575B
(136,87,91)
#7C5053
(124,80,83)
#70494B
(112,73,75)
#644243
(100,66,67)
#583B3B
(88,59,59)
#4C3433
(76,52,51)
#402D2B
(64,45,43)
#342623
(52,38,35)
#281F1B
(40,31,27)
#1C1813
(28,24,19)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #88575B

#88575B
(136,87,91)
#926669
(146,102,105)
#9C7577
(156,117,119)
#A68485
(166,132,133)
#B09393
(176,147,147)
#BAA2A1
(186,162,161)
#C4B1AF
(196,177,175)
#CEC0BD
(206,192,189)
#D8CFCB
(216,207,203)
#E2DED9
(226,222,217)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88575B color. Also use rgb(136,87,91) instead hex code.

Text Font Color

.myTextColor { color: #88575B; }

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

This text font color is #88575B.

Background Color

.myBgColor { background-color: #88575B; }

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

This div background color is #88575B.

Border color

.myBorderColor { border: 1px solid #88575B; }

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

This div border color is #88575B.

Opacity

.myOpacity80 { color: #88575B; opacity: 0.8; }

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

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

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

This text has shadow with #88575B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88575B.

Preview

Color preview on black background

This text has color #88575B on black background.


Color preview on white background

This text has color #88575B on white background.


Black color preview on #88575B background

This text has black color on #88575B background.


White color preview on #88575B background

This text has white color on #88575B background.


Related colors

Complementary color

Complementary color for #hex is #77A8A4.


I love getcolorcode.com

Triadic colors

1 #5B8857 and #575B88 with #88575B are triadic colors.

2 #5B5788 and #57885B with #88575B are triadic colors.