COLOR #895B4A

HEX: #895B4A
RGB: (137,91,74)

Color info

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

RGB color model

#895B4A color RGB value is (137,91,74).

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

RGB channels and saturation

R 137 of 255 = 54%
G 91 of 255 = 36%
B 74 of 255 = 29%

137
91
74

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

Portions of RGB colors in percentages

R + G + B =
137 + 91 + 74 = 302 (100%)
R 137 of 302 ~ 45.36%
G 91 of 302 ~ 30.13%
B 74 of 302 ~ 24.5%

%45.36
%30.13
%24.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.58%
  • yellow value is 45.99%
  • key color value is 46.27%
CMYK:
(0,34,46,46)
C0M34Y46K46 
(0%,34%,46%,46%)
(0.00/0.34/0.46/0.46)	

CMYK percentages

%0
%33.58
%45.99
%46.27

Codes

Color #895B4A in popluar color models

895B4A
RGB1379174
HSL16°29.86%41.37%
HSB/HSV16°45.99%53.73%
CMYK0.00%33.58%45.99%
46.27%

Color #895B4A in popluar number systems.

HEX895B4A
Decimal1379174
Binary1000100110110111001010
Octal211133112

Shades and tints

Shades of #895B4A

#895B4A
(137,91,74)
#7D5344
(125,83,68)
#714B3E
(113,75,62)
#654338
(101,67,56)
#593B32
(89,59,50)
#4D332C
(77,51,44)
#412B26
(65,43,38)
#352320
(53,35,32)
#291B1A
(41,27,26)
#1D1314
(29,19,20)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #895B4A

#895B4A
(137,91,74)
#93695A
(147,105,90)
#9D776A
(157,119,106)
#A7857A
(167,133,122)
#B1938A
(177,147,138)
#BBA19A
(187,161,154)
#C5AFAA
(197,175,170)
#CFBDBA
(207,189,186)
#D9CBCA
(217,203,202)
#E3D9DA
(227,217,218)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895B4A; }

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

This text font color is #895B4A.


Background Color

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

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

This div background color is #895B4A.


Border color

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

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

This div border color is #895B4A.


Opacity

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

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

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

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

This text has shadow with #895B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895B4A on black background.


Color preview on white background

This text has color #895B4A on white background.



Black color preview on #895B4A background

This text has black color on #895B4A background.


White color preview on #895B4A background

This text has white color on #895B4A background.