COLOR #895B51

HEX: #895B51 RGB: (137,91,81)

Color info

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

RGB color model

#895B51 color RGB value is (137,91,81).

RGB: (137,91,81) (54%, 36%, 32%)

RGB channels and saturation

R 137 of 255 = 54%
G 91 of 255 = 36%
B 81 of 255 = 32%

137
91
81

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

Portions of RGB colors in percentages

R + G + B = 137 + 91 + 81 = 309 (100%)
R 137 of 309 ~ 44.34%
G 91 of 309 ~ 29.45%
B 81 of 309 ~ 26.21'%

%44.34
%29.45
%26.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.58%
  • yellow value is 40.88%
  • key color value is 46.27%

CMYK: (0,34,41,46)
C0M34Y41K46 (0%, 34%, 41%, 46%)
(0.00 / 0.34 / 0.41 / 0.46)

CMYK percentages

%0
%33.58
%40.88
%46.27

Codes

Color #895B51 in popluar color models

89 5B 51
RGB 137 91 81
HSL 11° 25.69% 42.75%
HSB/HSV 11° 40.88% 53.73%
CMYK 0.00% 33.58% 40.88%
46.27%

Color #895B51 in popluar number systems.

HEX 89 5B 51
Decimal 137 91 81
Binary 10001001 1011011 1010001
Octal 211 133 121

Shades and tints

Shades of #895B51

#895B51
(137,91,81)
#7D534A
(125,83,74)
#714B43
(113,75,67)
#65433C
(101,67,60)
#593B35
(89,59,53)
#4D332E
(77,51,46)
#412B27
(65,43,39)
#352320
(53,35,32)
#291B19
(41,27,25)
#1D1312
(29,19,18)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #895B51

#895B51
(137,91,81)
#936960
(147,105,96)
#9D776F
(157,119,111)
#A7857E
(167,133,126)
#B1938D
(177,147,141)
#BBA19C
(187,161,156)
#C5AFAB
(197,175,171)
#CFBDBA
(207,189,186)
#D9CBC9
(217,203,201)
#E3D9D8
(227,217,216)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895B51; }

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

This text font color is #895B51.

Background Color

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

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

This div background color is #895B51.

Border color

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

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

This div border color is #895B51.

Opacity

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

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

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

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

This text has shadow with #895B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895B51.

Preview

Color preview on black background

This text has color #895B51 on black background.


Color preview on white background

This text has color #895B51 on white background.


Black color preview on #895B51 background

This text has black color on #895B51 background.


White color preview on #895B51 background

This text has white color on #895B51 background.


Related colors

Complementary color

Complementary color for #hex is #76A4AE.


I love getcolorcode.com

Triadic colors

1 #51895B and #5B5189 with #895B51 are triadic colors.

2 #515B89 and #5B8951 with #895B51 are triadic colors.