COLOR #895C5C

HEX: #895C5C RGB: (137,92,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
92
92

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

Portions of RGB colors in percentages

R + G + B = 137 + 92 + 92 = 321 (100%)
R 137 of 321 ~ 42.68%
G 92 of 321 ~ 28.66%
B 92 of 321 ~ 28.66'%

%42.68
%28.66
%28.66

CMYK color model

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

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

CMYK: (0,33,33,46)
C0M33Y33K46 (0%, 33%, 33%, 46%)
(0.00 / 0.33 / 0.33 / 0.46)

CMYK percentages

%0
%32.85
%32.85
%46.27

Codes

Color #895C5C in popluar color models

89 5C 5C
RGB 137 92 92
HSL 19.65% 44.90%
HSB/HSV 32.85% 53.73%
CMYK 0.00% 32.85% 32.85%
46.27%

Color #895C5C in popluar number systems.

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

Shades and tints

Shades of #895C5C

#895C5C
(137,92,92)
#7D5454
(125,84,84)
#714C4C
(113,76,76)
#654444
(101,68,68)
#593C3C
(89,60,60)
#4D3434
(77,52,52)
#412C2C
(65,44,44)
#352424
(53,36,36)
#291C1C
(41,28,28)
#1D1414
(29,20,20)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #895C5C

#895C5C
(137,92,92)
#936A6A
(147,106,106)
#9D7878
(157,120,120)
#A78686
(167,134,134)
#B19494
(177,148,148)
#BBA2A2
(187,162,162)
#C5B0B0
(197,176,176)
#CFBEBE
(207,190,190)
#D9CCCC
(217,204,204)
#E3DADA
(227,218,218)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895C5C; }

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

This text font color is #895C5C.

Background Color

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

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

This div background color is #895C5C.

Border color

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

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

This div border color is #895C5C.

Opacity

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

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

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

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

This text has shadow with #895C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895C5C.

Preview

Color preview on black background

This text has color #895C5C on black background.


Color preview on white background

This text has color #895C5C on white background.


Black color preview on #895C5C background

This text has black color on #895C5C background.


White color preview on #895C5C background

This text has white color on #895C5C background.


Related colors

Complementary color

Complementary color for #hex is #76A3A3.


I love getcolorcode.com