COLOR #88594E

HEX: #88594E
RGB: (136,89,78)

Color info

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

RGB color model

#88594E color RGB value is (136,89,78).

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

RGB channels and saturation

R 136 of 255 = 53%
G 89 of 255 = 35%
B 78 of 255 = 31%

136
89
78

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

Portions of RGB colors in percentages

R + G + B =
136 + 89 + 78 = 303 (100%)
R 136 of 303 ~ 44.88%
G 89 of 303 ~ 29.37%
B 78 of 303 ~ 25.74%

%44.88
%29.37
%25.74

CMYK color model

#88594E color CMYK value is (0,35,43,47).

  • cyan value is 0.00%
  • magenta value is 34.56%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(0,35,43,47)
C0M35Y43K47 
(0%,35%,43%,47%)
(0.00/0.35/0.43/0.47)	

CMYK percentages

%0
%34.56
%42.65
%46.67

Codes

Color #88594E in popluar color models

88594E
RGB1368978
HSL11°27.10%41.96%
HSB/HSV11°42.65%53.33%
CMYK0.00%34.56%42.65%
46.67%

Color #88594E in popluar number systems.

HEX88594E
Decimal1368978
Binary1000100010110011001110
Octal210131116

Shades and tints

Shades of #88594E

#88594E
(136,89,78)
#7C5147
(124,81,71)
#704940
(112,73,64)
#644139
(100,65,57)
#583932
(88,57,50)
#4C312B
(76,49,43)
#402924
(64,41,36)
#34211D
(52,33,29)
#281916
(40,25,22)
#1C110F
(28,17,15)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #88594E

#88594E
(136,89,78)
#92685E
(146,104,94)
#9C776E
(156,119,110)
#A6867E
(166,134,126)
#B0958E
(176,149,142)
#BAA49E
(186,164,158)
#C4B3AE
(196,179,174)
#CEC2BE
(206,194,190)
#D8D1CE
(216,209,206)
#E2E0DE
(226,224,222)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88594E color. Also use rgb(136,89,78) instead hex code.

Text Font Color

.myTextColor { color: #88594E; }

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

This text font color is #88594E.


Background Color

.myBgColor { background-color: #88594E; }

<div style="background-color:#88594E">Inner text</div>

This div background color is #88594E.


Border color

.myBorderColor { border: 1px solid #88594E; }

<div style="border:3px solid #88594E">Div</div>

This div border color is #88594E.


Opacity

.myOpacity80 { color: #88594E; opacity: 0.8; }

<p style="color:#88594E;opacity:0.8;">80%</p>

Text with #88594E 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 #88594E;}

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

This text has shadow with #88594E color.

.textShadow {text-shadow: 3px 3px 1px #88594E, 3px 3px 1px red;}

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

This text has shadow with #88594E primary color and red secondary color.


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

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

This text has shadow with #88594E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88594E on black background.


Color preview on white background

This text has color #88594E on white background.



Black color preview on #88594E background

This text has black color on #88594E background.


White color preview on #88594E background

This text has white color on #88594E background.