COLOR #895B5C

HEX: #895B5C RGB: (137,91,92)

Color info

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

RGB color model

#895B5C color RGB value is (137,91,92).

RGB: (137,91,92) (54%, 36%, 36%)

RGB channels and saturation

R 137 of 255 = 54%
G 91 of 255 = 36%
B 92 of 255 = 36%

137
91
92

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

Portions of RGB colors in percentages

R + G + B = 137 + 91 + 92 = 320 (100%)
R 137 of 320 ~ 42.81%
G 91 of 320 ~ 28.44%
B 92 of 320 ~ 28.75'%

%42.81
%28.44
%28.75

CMYK color model

#895B5C color CMYK value is (0,34,33,46).

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

CMYK: (0,34,33,46)
C0M34Y33K46 (0%, 34%, 33%, 46%)
(0.00 / 0.34 / 0.33 / 0.46)

CMYK percentages

%0
%33.58
%32.85
%46.27

Codes

Color #895B5C in popluar color models

89 5B 5C
RGB 137 91 92
HSL 359° 20.18% 44.71%
HSB/HSV 359° 33.58% 53.73%
CMYK 0.00% 33.58% 32.85%
46.27%

Color #895B5C in popluar number systems.

HEX 89 5B 5C
Decimal 137 91 92
Binary 10001001 1011011 1011100
Octal 211 133 134

Shades and tints

Shades of #895B5C

#895B5C
(137,91,92)
#7D5354
(125,83,84)
#714B4C
(113,75,76)
#654344
(101,67,68)
#593B3C
(89,59,60)
#4D3334
(77,51,52)
#412B2C
(65,43,44)
#352324
(53,35,36)
#291B1C
(41,27,28)
#1D1314
(29,19,20)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #895B5C

#895B5C
(137,91,92)
#93696A
(147,105,106)
#9D7778
(157,119,120)
#A78586
(167,133,134)
#B19394
(177,147,148)
#BBA1A2
(187,161,162)
#C5AFB0
(197,175,176)
#CFBDBE
(207,189,190)
#D9CBCC
(217,203,204)
#E3D9DA
(227,217,218)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895B5C color. Also use rgb(137,91,92) instead hex code.

Text Font Color

.myTextColor { color: #895B5C; }

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

This text font color is #895B5C.

Background Color

.myBgColor { background-color: #895B5C; }

<div style="background-color:#895B5C">Inner text</div>

This div background color is #895B5C.

Border color

.myBorderColor { border: 1px solid #895B5C; }

<div style="border:3px solid #895B5C">Div</div>

This div border color is #895B5C.

Opacity

.myOpacity80 { color: #895B5C; opacity: 0.8; }

<p style="color:#895B5C;opacity:0.8;">80%</p>

Text with #895B5C 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 #895B5C;}

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

This text has shadow with #895B5C color.


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

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

This text has shadow with #895B5C primary color and red secondary color.


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

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

This text has shadow with #895B5C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #895B5C.

Preview

Color preview on black background

This text has color #895B5C on black background.


Color preview on white background

This text has color #895B5C on white background.


Black color preview on #895B5C background

This text has black color on #895B5C background.


White color preview on #895B5C background

This text has white color on #895B5C background.


Related colors

Complementary color

Complementary color for #hex is #76A4A3.


I love getcolorcode.com

Triadic colors

1 #5C895B and #5B5C89 with #895B5C are triadic colors.

2 #5C5B89 and #5B895C with #895B5C are triadic colors.