COLOR #89595C

HEX: #89595C RGB: (137,89,92)

Color info

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

RGB color model

#89595C color RGB value is (137,89,92).

RGB: (137,89,92) (54%, 35%, 36%)

RGB channels and saturation

R 137 of 255 = 54%
G 89 of 255 = 35%
B 92 of 255 = 36%

137
89
92

R + G + B ~ 42%. #89595C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 89 + 92 = 318 (100%)
R 137 of 318 ~ 43.08%
G 89 of 318 ~ 27.99%
B 92 of 318 ~ 28.93'%

%43.08
%27.99
%28.93

CMYK color model

#89595C color CMYK value is (0,35,33,46).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 32.85%
  • key color value is 46.27%

CMYK: (0,35,33,46)
C0M35Y33K46 (0%, 35%, 33%, 46%)
(0.00 / 0.35 / 0.33 / 0.46)

CMYK percentages

%0
%35.04
%32.85
%46.27

Codes

Color #89595C in popluar color models

89 59 5C
RGB 137 89 92
HSL 356° 21.24% 44.31%
HSB/HSV 356° 35.04% 53.73%
CMYK 0.00% 35.04% 32.85%
46.27%

Color #89595C in popluar number systems.

HEX 89 59 5C
Decimal 137 89 92
Binary 10001001 1011001 1011100
Octal 211 131 134

Shades and tints

Shades of #89595C

#89595C
(137,89,92)
#7D5154
(125,81,84)
#71494C
(113,73,76)
#654144
(101,65,68)
#59393C
(89,57,60)
#4D3134
(77,49,52)
#41292C
(65,41,44)
#352124
(53,33,36)
#29191C
(41,25,28)
#1D1114
(29,17,20)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #89595C

#89595C
(137,89,92)
#93686A
(147,104,106)
#9D7778
(157,119,120)
#A78686
(167,134,134)
#B19594
(177,149,148)
#BBA4A2
(187,164,162)
#C5B3B0
(197,179,176)
#CFC2BE
(207,194,190)
#D9D1CC
(217,209,204)
#E3E0DA
(227,224,218)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89595C color. Also use rgb(137,89,92) instead hex code.

Text Font Color

.myTextColor { color: #89595C; }

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

This text font color is #89595C.

Background Color

.myBgColor { background-color: #89595C; }

<div style="background-color:#89595C">Inner text</div>

This div background color is #89595C.

Border color

.myBorderColor { border: 1px solid #89595C; }

<div style="border:3px solid #89595C">Div</div>

This div border color is #89595C.

Opacity

.myOpacity80 { color: #89595C; opacity: 0.8; }

<p style="color:#89595C;opacity:0.8;">80%</p>

Text with #89595C 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 #89595C;}

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

This text has shadow with #89595C color.


.textShadow {text-shadow: 3px 3px 1px #89595C', 3px 3px 1px red;}

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

This text has shadow with #89595C primary color and red secondary color.


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

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

This text has shadow with #89595C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89595C; -webkit-box-shadow: 1px 1px 3px 2px #89595C; box-shadow:1px 1px 3px 2px #89595C;">
Div content here
</div>

This div box has shadow with color #89595C.

Preview

Color preview on black background

This text has color #89595C on black background.


Color preview on white background

This text has color #89595C on white background.


Black color preview on #89595C background

This text has black color on #89595C background.


White color preview on #89595C background

This text has white color on #89595C background.


Related colors

Complementary color

Complementary color for #hex is #76A6A3.


I love getcolorcode.com

Triadic colors

1 #5C8959 and #595C89 with #89595C are triadic colors.

2 #5C5989 and #59895C with #89595C are triadic colors.