COLOR #88536D

HEX: #88536D
RGB: (136,83,109)

Color info

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

RGB color model

#88536D color RGB value is (136,83,109).

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

RGB channels and saturation

R 136 of 255 = 53%
G 83 of 255 = 33%
B 109 of 255 = 43%

136
83
109

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

Portions of RGB colors in percentages

R + G + B =
136 + 83 + 109 = 328 (100%)
R 136 of 328 ~ 41.46%
G 83 of 328 ~ 25.3%
B 109 of 328 ~ 33.23%

%41.46
%25.3
%33.23

CMYK color model

#88536D color CMYK value is (0,39,20,47).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 19.85%
  • key color value is 46.67%
CMYK:
(0,39,20,47)
C0M39Y20K47 
(0%,39%,20%,47%)
(0.00/0.39/0.20/0.47)	

CMYK percentages

%0
%38.97
%19.85
%46.67

Codes

Color #88536D in popluar color models

88536D
RGB13683109
HSL331°24.20%42.94%
HSB/HSV331°38.97%53.33%
CMYK0.00%38.97%19.85%
46.67%

Color #88536D in popluar number systems.

HEX88536D
Decimal13683109
Binary1000100010100111101101
Octal210123155

Shades and tints

Shades of #88536D

#88536D
(136,83,109)
#7C4C64
(124,76,100)
#70455B
(112,69,91)
#643E52
(100,62,82)
#583749
(88,55,73)
#4C3040
(76,48,64)
#402937
(64,41,55)
#34222E
(52,34,46)
#281B25
(40,27,37)
#1C141C
(28,20,28)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #88536D

#88536D
(136,83,109)
#92627A
(146,98,122)
#9C7187
(156,113,135)
#A68094
(166,128,148)
#B08FA1
(176,143,161)
#BA9EAE
(186,158,174)
#C4ADBB
(196,173,187)
#CEBCC8
(206,188,200)
#D8CBD5
(216,203,213)
#E2DAE2
(226,218,226)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88536D color. Also use rgb(136,83,109) instead hex code.

Text Font Color

.myTextColor { color: #88536D; }

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

This text font color is #88536D.


Background Color

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

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

This div background color is #88536D.


Border color

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

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

This div border color is #88536D.


Opacity

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

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

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

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

This text has shadow with #88536D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88536D on black background.


Color preview on white background

This text has color #88536D on white background.



Black color preview on #88536D background

This text has black color on #88536D background.


White color preview on #88536D background

This text has white color on #88536D background.