COLOR #895650

HEX: #895650
RGB: (137,86,80)

Color info

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

RGB color model

#895650 color RGB value is (137,86,80).

  • red value is 137;
  • green value is 86;
  • blue value is 80.
RGB:
(137,86,80)
(54%,34%,31%)

RGB channels and saturation

R 137 of 255 = 54%
G 86 of 255 = 34%
B 80 of 255 = 31%

137
86
80

R + G + B ~ 40%. #895650 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 86 + 80 = 303 (100%)
R 137 of 303 ~ 45.21%
G 86 of 303 ~ 28.38%
B 80 of 303 ~ 26.4%

%45.21
%28.38
%26.4

CMYK color model

#895650 color CMYK value is (0,37,42,46).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 41.61%
  • key color value is 46.27%
CMYK:
(0,37,42,46)
C0M37Y42K46 
(0%,37%,42%,46%)
(0.00/0.37/0.42/0.46)	

CMYK percentages

%0
%37.23
%41.61
%46.27

Codes

Color #895650 in popluar color models

895650
RGB1378680
HSL26.27%42.55%
HSB/HSV41.61%53.73%
CMYK0.00%37.23%41.61%
46.27%

Color #895650 in popluar number systems.

HEX895650
Decimal1378680
Binary1000100110101101010000
Octal211126120

Shades and tints

Shades of #895650

#895650
(137,86,80)
#7D4F49
(125,79,73)
#714842
(113,72,66)
#65413B
(101,65,59)
#593A34
(89,58,52)
#4D332D
(77,51,45)
#412C26
(65,44,38)
#35251F
(53,37,31)
#291E18
(41,30,24)
#1D1711
(29,23,17)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #895650

#895650
(137,86,80)
#93655F
(147,101,95)
#9D746E
(157,116,110)
#A7837D
(167,131,125)
#B1928C
(177,146,140)
#BBA19B
(187,161,155)
#C5B0AA
(197,176,170)
#CFBFB9
(207,191,185)
#D9CEC8
(217,206,200)
#E3DDD7
(227,221,215)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895650 color. Also use rgb(137,86,80) instead hex code.

Text Font Color

.myTextColor { color: #895650; }

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

This text font color is #895650.


Background Color

.myBgColor { background-color: #895650; }

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

This div background color is #895650.


Border color

.myBorderColor { border: 1px solid #895650; }

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

This div border color is #895650.


Opacity

.myOpacity80 { color: #895650; opacity: 0.8; }

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

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

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

This text has shadow with #895650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895650 on black background.


Color preview on white background

This text has color #895650 on white background.



Black color preview on #895650 background

This text has black color on #895650 background.


White color preview on #895650 background

This text has white color on #895650 background.