COLOR #88525D

HEX: #88525D
RGB: (136,82,93)

Color info

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

RGB color model

#88525D color RGB value is (136,82,93).

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

RGB channels and saturation

R 136 of 255 = 53%
G 82 of 255 = 32%
B 93 of 255 = 36%

136
82
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 82 + 93 = 311 (100%)
R 136 of 311 ~ 43.73%
G 82 of 311 ~ 26.37%
B 93 of 311 ~ 29.9%

%43.73
%26.37
%29.9

CMYK color model

#88525D color CMYK value is (0,40,32,47).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK:
(0,40,32,47)
C0M40Y32K47 
(0%,40%,32%,47%)
(0.00/0.40/0.32/0.47)	

CMYK percentages

%0
%39.71
%31.62
%46.67

Codes

Color #88525D in popluar color models

88525D
RGB1368293
HSL348°24.77%42.75%
HSB/HSV348°39.71%53.33%
CMYK0.00%39.71%31.62%
46.67%

Color #88525D in popluar number systems.

HEX88525D
Decimal1368293
Binary1000100010100101011101
Octal210122135

Shades and tints

Shades of #88525D

#88525D
(136,82,93)
#7C4B55
(124,75,85)
#70444D
(112,68,77)
#643D45
(100,61,69)
#58363D
(88,54,61)
#4C2F35
(76,47,53)
#40282D
(64,40,45)
#342125
(52,33,37)
#281A1D
(40,26,29)
#1C1315
(28,19,21)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #88525D

#88525D
(136,82,93)
#92616B
(146,97,107)
#9C7079
(156,112,121)
#A67F87
(166,127,135)
#B08E95
(176,142,149)
#BA9DA3
(186,157,163)
#C4ACB1
(196,172,177)
#CEBBBF
(206,187,191)
#D8CACD
(216,202,205)
#E2D9DB
(226,217,219)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88525D; }

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

This text font color is #88525D.


Background Color

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

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

This div background color is #88525D.


Border color

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

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

This div border color is #88525D.


Opacity

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

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

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

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

This text has shadow with #88525D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88525D on black background.


Color preview on white background

This text has color #88525D on white background.



Black color preview on #88525D background

This text has black color on #88525D background.


White color preview on #88525D background

This text has white color on #88525D background.