COLOR #895C68

HEX: #895C68
RGB: (137,92,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
92
104

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

Portions of RGB colors in percentages

R + G + B =
137 + 92 + 104 = 333 (100%)
R 137 of 333 ~ 41.14%
G 92 of 333 ~ 27.63%
B 104 of 333 ~ 31.23%

%41.14
%27.63
%31.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.85%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK:
(0,33,24,46)
C0M33Y24K46 
(0%,33%,24%,46%)
(0.00/0.33/0.24/0.46)	

CMYK percentages

%0
%32.85
%24.09
%46.27

Codes

Color #895C68 in popluar color models

895C68
RGB13792104
HSL344°19.65%44.90%
HSB/HSV344°32.85%53.73%
CMYK0.00%32.85%24.09%
46.27%

Color #895C68 in popluar number systems.

HEX895C68
Decimal13792104
Binary1000100110111001101000
Octal211134150

Shades and tints

Shades of #895C68

#895C68
(137,92,104)
#7D545F
(125,84,95)
#714C56
(113,76,86)
#65444D
(101,68,77)
#593C44
(89,60,68)
#4D343B
(77,52,59)
#412C32
(65,44,50)
#352429
(53,36,41)
#291C20
(41,28,32)
#1D1417
(29,20,23)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #895C68

#895C68
(137,92,104)
#936A75
(147,106,117)
#9D7882
(157,120,130)
#A7868F
(167,134,143)
#B1949C
(177,148,156)
#BBA2A9
(187,162,169)
#C5B0B6
(197,176,182)
#CFBEC3
(207,190,195)
#D9CCD0
(217,204,208)
#E3DADD
(227,218,221)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895C68; }

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

This text font color is #895C68.


Background Color

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

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

This div background color is #895C68.


Border color

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

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

This div border color is #895C68.


Opacity

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

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

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

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

This text has shadow with #895C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895C68 on black background.


Color preview on white background

This text has color #895C68 on white background.



Black color preview on #895C68 background

This text has black color on #895C68 background.


White color preview on #895C68 background

This text has white color on #895C68 background.