COLOR #895D3B

HEX: #895D3B
RGB: (137,93,59)

Color info

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

RGB color model

#895D3B color RGB value is (137,93,59).

  • red value is 137;
  • green value is 93;
  • blue value is 59.
RGB:
(137,93,59)
(54%,36%,23%)

RGB channels and saturation

R 137 of 255 = 54%
G 93 of 255 = 36%
B 59 of 255 = 23%

137
93
59

R + G + B ~ 38%. #895D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 93 + 59 = 289 (100%)
R 137 of 289 ~ 47.4%
G 93 of 289 ~ 32.18%
B 59 of 289 ~ 20.42%

%47.4
%32.18
%20.42

CMYK color model

#895D3B color CMYK value is (0,32,57,46).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 56.93%
  • key color value is 46.27%
CMYK:
(0,32,57,46)
C0M32Y57K46 
(0%,32%,57%,46%)
(0.00/0.32/0.57/0.46)	

CMYK percentages

%0
%32.12
%56.93
%46.27

Codes

Color #895D3B in popluar color models

895D3B
RGB1379359
HSL26°39.80%38.43%
HSB/HSV26°56.93%53.73%
CMYK0.00%32.12%56.93%
46.27%

Color #895D3B in popluar number systems.

HEX895D3B
Decimal1379359
Binary100010011011101111011
Octal21113573

Shades and tints

Shades of #895D3B

#895D3B
(137,93,59)
#7D5536
(125,85,54)
#714D31
(113,77,49)
#65452C
(101,69,44)
#593D27
(89,61,39)
#4D3522
(77,53,34)
#412D1D
(65,45,29)
#352518
(53,37,24)
#291D13
(41,29,19)
#1D150E
(29,21,14)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #895D3B

#895D3B
(137,93,59)
#936B4C
(147,107,76)
#9D795D
(157,121,93)
#A7876E
(167,135,110)
#B1957F
(177,149,127)
#BBA390
(187,163,144)
#C5B1A1
(197,177,161)
#CFBFB2
(207,191,178)
#D9CDC3
(217,205,195)
#E3DBD4
(227,219,212)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895D3B color. Also use rgb(137,93,59) instead hex code.

Text Font Color

.myTextColor { color: #895D3B; }

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

This text font color is #895D3B.


Background Color

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

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

This div background color is #895D3B.


Border color

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

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

This div border color is #895D3B.


Opacity

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

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

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

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

This text has shadow with #895D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895D3B on black background.


Color preview on white background

This text has color #895D3B on white background.



Black color preview on #895D3B background

This text has black color on #895D3B background.


White color preview on #895D3B background

This text has white color on #895D3B background.