COLOR #88595D

HEX: #88595D
RGB: (136,89,93)

Color info

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

RGB color model

#88595D color RGB value is (136,89,93).

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

RGB channels and saturation

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

136
89
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 89 + 93 = 318 (100%)
R 136 of 318 ~ 42.77%
G 89 of 318 ~ 27.99%
B 93 of 318 ~ 29.25%

%42.77
%27.99
%29.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.56%
  • yellow value is 31.62%
  • 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
%31.62
%46.67

Codes

Color #88595D in popluar color models

88595D
RGB1368993
HSL355°20.89%44.12%
HSB/HSV355°34.56%53.33%
CMYK0.00%34.56%31.62%
46.67%

Color #88595D in popluar number systems.

HEX88595D
Decimal1368993
Binary1000100010110011011101
Octal210131135

Shades and tints

Shades of #88595D

#88595D
(136,89,93)
#7C5155
(124,81,85)
#70494D
(112,73,77)
#644145
(100,65,69)
#58393D
(88,57,61)
#4C3135
(76,49,53)
#40292D
(64,41,45)
#342125
(52,33,37)
#28191D
(40,25,29)
#1C1115
(28,17,21)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #88595D

#88595D
(136,89,93)
#92686B
(146,104,107)
#9C7779
(156,119,121)
#A68687
(166,134,135)
#B09595
(176,149,149)
#BAA4A3
(186,164,163)
#C4B3B1
(196,179,177)
#CEC2BF
(206,194,191)
#D8D1CD
(216,209,205)
#E2E0DB
(226,224,219)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88595D; }

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

This text font color is #88595D.


Background Color

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

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

This div background color is #88595D.


Border color

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

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

This div border color is #88595D.


Opacity

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

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

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

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

This text has shadow with #88595D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88595D on black background.


Color preview on white background

This text has color #88595D on white background.



Black color preview on #88595D background

This text has black color on #88595D background.


White color preview on #88595D background

This text has white color on #88595D background.