COLOR #895E5B

HEX: #895E5B
RGB: (137,94,91)

Color info

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

RGB color model

#895E5B color RGB value is (137,94,91).

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

RGB channels and saturation

R 137 of 255 = 54%
G 94 of 255 = 37%
B 91 of 255 = 36%

137
94
91

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

Portions of RGB colors in percentages

R + G + B =
137 + 94 + 91 = 322 (100%)
R 137 of 322 ~ 42.55%
G 94 of 322 ~ 29.19%
B 91 of 322 ~ 28.26%

%42.55
%29.19
%28.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.39%
  • yellow value is 33.58%
  • key color value is 46.27%
CMYK:
(0,31,34,46)
C0M31Y34K46 
(0%,31%,34%,46%)
(0.00/0.31/0.34/0.46)	

CMYK percentages

%0
%31.39
%33.58
%46.27

Codes

Color #895E5B in popluar color models

895E5B
RGB1379491
HSL20.18%44.71%
HSB/HSV33.58%53.73%
CMYK0.00%31.39%33.58%
46.27%

Color #895E5B in popluar number systems.

HEX895E5B
Decimal1379491
Binary1000100110111101011011
Octal211136133

Shades and tints

Shades of #895E5B

#895E5B
(137,94,91)
#7D5653
(125,86,83)
#714E4B
(113,78,75)
#654643
(101,70,67)
#593E3B
(89,62,59)
#4D3633
(77,54,51)
#412E2B
(65,46,43)
#352623
(53,38,35)
#291E1B
(41,30,27)
#1D1613
(29,22,19)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #895E5B

#895E5B
(137,94,91)
#936C69
(147,108,105)
#9D7A77
(157,122,119)
#A78885
(167,136,133)
#B19693
(177,150,147)
#BBA4A1
(187,164,161)
#C5B2AF
(197,178,175)
#CFC0BD
(207,192,189)
#D9CECB
(217,206,203)
#E3DCD9
(227,220,217)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895E5B; }

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

This text font color is #895E5B.


Background Color

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

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

This div background color is #895E5B.


Border color

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

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

This div border color is #895E5B.


Opacity

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

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

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

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

This text has shadow with #895E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895E5B on black background.


Color preview on white background

This text has color #895E5B on white background.



Black color preview on #895E5B background

This text has black color on #895E5B background.


White color preview on #895E5B background

This text has white color on #895E5B background.