COLOR #88595C

HEX: #88595C
RGB: (136,89,92)

Color info

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

RGB color model

#88595C color RGB value is (136,89,92).

  • red value is 136;
  • green value is 89;
  • blue value is 92.
RGB:
(136,89,92)
(53%,35%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 89 of 255 = 35%
B 92 of 255 = 36%

136
89
92

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

Portions of RGB colors in percentages

R + G + B =
136 + 89 + 92 = 317 (100%)
R 136 of 317 ~ 42.9%
G 89 of 317 ~ 28.08%
B 92 of 317 ~ 29.02%

%42.9
%28.08
%29.02

CMYK color model

#88595C color CMYK value is (0,35,32,47).

  • cyan value is 0.00%
  • magenta value is 34.56%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(0,35,32,47)
C0M35Y32K47 
(0%,35%,32%,47%)
(0.00/0.35/0.32/0.47)	

CMYK percentages

%0
%34.56
%32.35
%46.67

Codes

Color #88595C in popluar color models

88595C
RGB1368992
HSL356°20.89%44.12%
HSB/HSV356°34.56%53.33%
CMYK0.00%34.56%32.35%
46.67%

Color #88595C in popluar number systems.

HEX88595C
Decimal1368992
Binary1000100010110011011100
Octal210131134

Shades and tints

Shades of #88595C

#88595C
(136,89,92)
#7C5154
(124,81,84)
#70494C
(112,73,76)
#644144
(100,65,68)
#58393C
(88,57,60)
#4C3134
(76,49,52)
#40292C
(64,41,44)
#342124
(52,33,36)
#28191C
(40,25,28)
#1C1114
(28,17,20)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #88595C

#88595C
(136,89,92)
#92686A
(146,104,106)
#9C7778
(156,119,120)
#A68686
(166,134,134)
#B09594
(176,149,148)
#BAA4A2
(186,164,162)
#C4B3B0
(196,179,176)
#CEC2BE
(206,194,190)
#D8D1CC
(216,209,204)
#E2E0DA
(226,224,218)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88595C color. Also use rgb(136,89,92) instead hex code.

Text Font Color

.myTextColor { color: #88595C; }

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

This text font color is #88595C.


Background Color

.myBgColor { background-color: #88595C; }

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

This div background color is #88595C.


Border color

.myBorderColor { border: 1px solid #88595C; }

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

This div border color is #88595C.


Opacity

.myOpacity80 { color: #88595C; opacity: 0.8; }

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

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

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

This text has shadow with #88595C color.

.textShadow {text-shadow: 3px 3px 1px #88595C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88595C;
-webkit-box-shadow: 1px 1px 3px 2px #88595C;
box-shadow:1px 1px 3px 2px #88595C;">
Div content here</div>
This div box has shadow with color #88595C.

Preview

Color preview on black background

This text has color #88595C on black background.


Color preview on white background

This text has color #88595C on white background.



Black color preview on #88595C background

This text has black color on #88595C background.


White color preview on #88595C background

This text has white color on #88595C background.