COLOR #88545D

HEX: #88545D
RGB: (136,84,93)

Color info

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

RGB color model

#88545D color RGB value is (136,84,93).

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

RGB channels and saturation

R 136 of 255 = 53%
G 84 of 255 = 33%
B 93 of 255 = 36%

136
84
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 84 + 93 = 313 (100%)
R 136 of 313 ~ 43.45%
G 84 of 313 ~ 26.84%
B 93 of 313 ~ 29.71%

%43.45
%26.84
%29.71

CMYK color model

#88545D color CMYK value is (0,38,32,47).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK:
(0,38,32,47)
C0M38Y32K47 
(0%,38%,32%,47%)
(0.00/0.38/0.32/0.47)	

CMYK percentages

%0
%38.24
%31.62
%46.67

Codes

Color #88545D in popluar color models

88545D
RGB1368493
HSL350°23.64%43.14%
HSB/HSV350°38.24%53.33%
CMYK0.00%38.24%31.62%
46.67%

Color #88545D in popluar number systems.

HEX88545D
Decimal1368493
Binary1000100010101001011101
Octal210124135

Shades and tints

Shades of #88545D

#88545D
(136,84,93)
#7C4D55
(124,77,85)
#70464D
(112,70,77)
#643F45
(100,63,69)
#58383D
(88,56,61)
#4C3135
(76,49,53)
#402A2D
(64,42,45)
#342325
(52,35,37)
#281C1D
(40,28,29)
#1C1515
(28,21,21)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #88545D

#88545D
(136,84,93)
#92636B
(146,99,107)
#9C7279
(156,114,121)
#A68187
(166,129,135)
#B09095
(176,144,149)
#BA9FA3
(186,159,163)
#C4AEB1
(196,174,177)
#CEBDBF
(206,189,191)
#D8CCCD
(216,204,205)
#E2DBDB
(226,219,219)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88545D; }

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

This text font color is #88545D.


Background Color

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

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

This div background color is #88545D.


Border color

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

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

This div border color is #88545D.


Opacity

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

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

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

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

This text has shadow with #88545D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88545D on black background.


Color preview on white background

This text has color #88545D on white background.



Black color preview on #88545D background

This text has black color on #88545D background.


White color preview on #88545D background

This text has white color on #88545D background.