COLOR #895B68

HEX: #895B68
RGB: (137,91,104)

Color info

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

RGB color model

#895B68 color RGB value is (137,91,104).

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

RGB channels and saturation

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

137
91
104

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

Portions of RGB colors in percentages

R + G + B =
137 + 91 + 104 = 332 (100%)
R 137 of 332 ~ 41.27%
G 91 of 332 ~ 27.41%
B 104 of 332 ~ 31.33%

%41.27
%27.41
%31.33

CMYK color model

#895B68 color CMYK value is (0,34,24,46).

  • cyan value is 0.00%
  • magenta value is 33.58%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK:
(0,34,24,46)
C0M34Y24K46 
(0%,34%,24%,46%)
(0.00/0.34/0.24/0.46)	

CMYK percentages

%0
%33.58
%24.09
%46.27

Codes

Color #895B68 in popluar color models

895B68
RGB13791104
HSL343°20.18%44.71%
HSB/HSV343°33.58%53.73%
CMYK0.00%33.58%24.09%
46.27%

Color #895B68 in popluar number systems.

HEX895B68
Decimal13791104
Binary1000100110110111101000
Octal211133150

Shades and tints

Shades of #895B68

#895B68
(137,91,104)
#7D535F
(125,83,95)
#714B56
(113,75,86)
#65434D
(101,67,77)
#593B44
(89,59,68)
#4D333B
(77,51,59)
#412B32
(65,43,50)
#352329
(53,35,41)
#291B20
(41,27,32)
#1D1317
(29,19,23)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #895B68

#895B68
(137,91,104)
#936975
(147,105,117)
#9D7782
(157,119,130)
#A7858F
(167,133,143)
#B1939C
(177,147,156)
#BBA1A9
(187,161,169)
#C5AFB6
(197,175,182)
#CFBDC3
(207,189,195)
#D9CBD0
(217,203,208)
#E3D9DD
(227,217,221)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895B68; }

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

This text font color is #895B68.


Background Color

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

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

This div background color is #895B68.


Border color

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

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

This div border color is #895B68.


Opacity

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

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

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

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

This text has shadow with #895B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895B68 on black background.


Color preview on white background

This text has color #895B68 on white background.



Black color preview on #895B68 background

This text has black color on #895B68 background.


White color preview on #895B68 background

This text has white color on #895B68 background.