COLOR #895B32

HEX: #895B32
RGB: (137,91,50)

Color info

#895B32 contains mainly red and green colors. Web safe color of #895B32 is #996633 (or #963).

RGB color model

#895B32 color RGB value is (137,91,50).

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

RGB channels and saturation

R 137 of 255 = 54%
G 91 of 255 = 36%
B 50 of 255 = 20%

137
91
50

R + G + B ~ 37%. #895B32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 91 + 50 = 278 (100%)
R 137 of 278 ~ 49.28%
G 91 of 278 ~ 32.73%
B 50 of 278 ~ 17.99%

%49.28
%32.73
%17.99

CMYK color model

#895B32 color CMYK value is (0,34,64,46).

  • cyan value is 0.00%
  • magenta value is 33.58%
  • yellow value is 63.50%
  • key color value is 46.27%
CMYK:
(0,34,64,46)
C0M34Y64K46 
(0%,34%,64%,46%)
(0.00/0.34/0.64/0.46)	

CMYK percentages

%0
%33.58
%63.5
%46.27

Codes

Color #895B32 in popluar color models

895B32
RGB1379150
HSL28°46.52%36.67%
HSB/HSV28°63.50%53.73%
CMYK0.00%33.58%63.50%
46.27%

Color #895B32 in popluar number systems.

HEX895B32
Decimal1379150
Binary100010011011011110010
Octal21113362

Shades and tints

Shades of #895B32

#895B32
(137,91,50)
#7D532E
(125,83,46)
#714B2A
(113,75,42)
#654326
(101,67,38)
#593B22
(89,59,34)
#4D331E
(77,51,30)
#412B1A
(65,43,26)
#352316
(53,35,22)
#291B12
(41,27,18)
#1D130E
(29,19,14)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #895B32

#895B32
(137,91,50)
#936944
(147,105,68)
#9D7756
(157,119,86)
#A78568
(167,133,104)
#B1937A
(177,147,122)
#BBA18C
(187,161,140)
#C5AF9E
(197,175,158)
#CFBDB0
(207,189,176)
#D9CBC2
(217,203,194)
#E3D9D4
(227,217,212)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895B32; }

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

This text font color is #895B32.


Background Color

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

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

This div background color is #895B32.


Border color

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

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

This div border color is #895B32.


Opacity

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

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

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

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

This text has shadow with #895B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895B32 on black background.


Color preview on white background

This text has color #895B32 on white background.



Black color preview on #895B32 background

This text has black color on #895B32 background.


White color preview on #895B32 background

This text has white color on #895B32 background.