COLOR #895C5A

HEX: #895C5A
RGB: (137,92,90)

Color info

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

RGB color model

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

  • red value is 137;
  • green value is 92;
  • blue value is 90.
RGB:
(137,92,90)
(54%,36%,35%)

RGB channels and saturation

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

137
92
90

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

Portions of RGB colors in percentages

R + G + B =
137 + 92 + 90 = 319 (100%)
R 137 of 319 ~ 42.95%
G 92 of 319 ~ 28.84%
B 90 of 319 ~ 28.21%

%42.95
%28.84
%28.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.85%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK:
(0,33,34,46)
C0M33Y34K46 
(0%,33%,34%,46%)
(0.00/0.33/0.34/0.46)	

CMYK percentages

%0
%32.85
%34.31
%46.27

Codes

Color #895C5A in popluar color models

895C5A
RGB1379290
HSL20.70%44.51%
HSB/HSV34.31%53.73%
CMYK0.00%32.85%34.31%
46.27%

Color #895C5A in popluar number systems.

HEX895C5A
Decimal1379290
Binary1000100110111001011010
Octal211134132

Shades and tints

Shades of #895C5A

#895C5A
(137,92,90)
#7D5452
(125,84,82)
#714C4A
(113,76,74)
#654442
(101,68,66)
#593C3A
(89,60,58)
#4D3432
(77,52,50)
#412C2A
(65,44,42)
#352422
(53,36,34)
#291C1A
(41,28,26)
#1D1412
(29,20,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #895C5A

#895C5A
(137,92,90)
#936A69
(147,106,105)
#9D7878
(157,120,120)
#A78687
(167,134,135)
#B19496
(177,148,150)
#BBA2A5
(187,162,165)
#C5B0B4
(197,176,180)
#CFBEC3
(207,190,195)
#D9CCD2
(217,204,210)
#E3DAE1
(227,218,225)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895C5A; }

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

This text font color is #895C5A.


Background Color

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

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

This div background color is #895C5A.


Border color

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

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

This div border color is #895C5A.


Opacity

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

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

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

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

This text has shadow with #895C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895C5A on black background.


Color preview on white background

This text has color #895C5A on white background.



Black color preview on #895C5A background

This text has black color on #895C5A background.


White color preview on #895C5A background

This text has white color on #895C5A background.