COLOR #88535B

HEX: #88535B
RGB: (136,83,91)

Color info

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

RGB color model

#88535B color RGB value is (136,83,91).

  • red value is 136;
  • green value is 83;
  • blue value is 91.
RGB:
(136,83,91)
(53%,33%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 83 of 255 = 33%
B 91 of 255 = 36%

136
83
91

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

Portions of RGB colors in percentages

R + G + B =
136 + 83 + 91 = 310 (100%)
R 136 of 310 ~ 43.87%
G 83 of 310 ~ 26.77%
B 91 of 310 ~ 29.35%

%43.87
%26.77
%29.35

CMYK color model

#88535B color CMYK value is (0,39,33,47).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK:
(0,39,33,47)
C0M39Y33K47 
(0%,39%,33%,47%)
(0.00/0.39/0.33/0.47)	

CMYK percentages

%0
%38.97
%33.09
%46.67

Codes

Color #88535B in popluar color models

88535B
RGB1368391
HSL351°24.20%42.94%
HSB/HSV351°38.97%53.33%
CMYK0.00%38.97%33.09%
46.67%

Color #88535B in popluar number systems.

HEX88535B
Decimal1368391
Binary1000100010100111011011
Octal210123133

Shades and tints

Shades of #88535B

#88535B
(136,83,91)
#7C4C53
(124,76,83)
#70454B
(112,69,75)
#643E43
(100,62,67)
#58373B
(88,55,59)
#4C3033
(76,48,51)
#40292B
(64,41,43)
#342223
(52,34,35)
#281B1B
(40,27,27)
#1C1413
(28,20,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #88535B

#88535B
(136,83,91)
#926269
(146,98,105)
#9C7177
(156,113,119)
#A68085
(166,128,133)
#B08F93
(176,143,147)
#BA9EA1
(186,158,161)
#C4ADAF
(196,173,175)
#CEBCBD
(206,188,189)
#D8CBCB
(216,203,203)
#E2DAD9
(226,218,217)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88535B; }

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

This text font color is #88535B.


Background Color

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

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

This div background color is #88535B.


Border color

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

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

This div border color is #88535B.


Opacity

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

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

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

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

This text has shadow with #88535B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88535B on black background.


Color preview on white background

This text has color #88535B on white background.



Black color preview on #88535B background

This text has black color on #88535B background.


White color preview on #88535B background

This text has white color on #88535B background.