COLOR #88594D

HEX: #88594D
RGB: (136,89,77)

Color info

#88594D contains red, green and blue colors in about the same proportion. Web safe color of #88594D is #996633 (or #963).

RGB color model

#88594D color RGB value is (136,89,77).

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

RGB channels and saturation

R 136 of 255 = 53%
G 89 of 255 = 35%
B 77 of 255 = 30%

136
89
77

R + G + B ~ 39%. #88594D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 89 + 77 = 302 (100%)
R 136 of 302 ~ 45.03%
G 89 of 302 ~ 29.47%
B 77 of 302 ~ 25.5%

%45.03
%29.47
%25.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.56%
  • yellow value is 43.38%
  • 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
%43.38
%46.67

Codes

Color #88594D in popluar color models

88594D
RGB1368977
HSL12°27.70%41.76%
HSB/HSV12°43.38%53.33%
CMYK0.00%34.56%43.38%
46.67%

Color #88594D in popluar number systems.

HEX88594D
Decimal1368977
Binary1000100010110011001101
Octal210131115

Shades and tints

Shades of #88594D

#88594D
(136,89,77)
#7C5146
(124,81,70)
#70493F
(112,73,63)
#644138
(100,65,56)
#583931
(88,57,49)
#4C312A
(76,49,42)
#402923
(64,41,35)
#34211C
(52,33,28)
#281915
(40,25,21)
#1C110E
(28,17,14)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #88594D

#88594D
(136,89,77)
#92685D
(146,104,93)
#9C776D
(156,119,109)
#A6867D
(166,134,125)
#B0958D
(176,149,141)
#BAA49D
(186,164,157)
#C4B3AD
(196,179,173)
#CEC2BD
(206,194,189)
#D8D1CD
(216,209,205)
#E2E0DD
(226,224,221)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88594D; }

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

This text font color is #88594D.


Background Color

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

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

This div background color is #88594D.


Border color

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

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

This div border color is #88594D.


Opacity

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

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

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

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

This text has shadow with #88594D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88594D on black background.


Color preview on white background

This text has color #88594D on white background.



Black color preview on #88594D background

This text has black color on #88594D background.


White color preview on #88594D background

This text has white color on #88594D background.