COLOR #896B50

HEX: #896B50 RGB: (137,107,80)

Color info

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

RGB color model

#896B50 color RGB value is (137,107,80).

RGB: (137,107,80) (54%, 42%, 31%)

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 80 of 255 = 31%

137
107
80

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

Portions of RGB colors in percentages

R + G + B = 137 + 107 + 80 = 324 (100%)
R 137 of 324 ~ 42.28%
G 107 of 324 ~ 33.02%
B 80 of 324 ~ 24.69'%

%42.28
%33.02
%24.69

CMYK color model

#896B50 color CMYK value is (0,22,42,46).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 41.61%
  • key color value is 46.27%

CMYK: (0,22,42,46)
C0M22Y42K46 (0%, 22%, 42%, 46%)
(0.00 / 0.22 / 0.42 / 0.46)

CMYK percentages

%0
%21.9
%41.61
%46.27

Codes

Color #896B50 in popluar color models

89 6B 50
RGB 137 107 80
HSL 28° 26.27% 42.55%
HSB/HSV 28° 41.61% 53.73%
CMYK 0.00% 21.90% 41.61%
46.27%

Color #896B50 in popluar number systems.

HEX 89 6B 50
Decimal 137 107 80
Binary 10001001 1101011 1010000
Octal 211 153 120

Shades and tints

Shades of #896B50

#896B50
(137,107,80)
#7D6249
(125,98,73)
#715942
(113,89,66)
#65503B
(101,80,59)
#594734
(89,71,52)
#4D3E2D
(77,62,45)
#413526
(65,53,38)
#352C1F
(53,44,31)
#292318
(41,35,24)
#1D1A11
(29,26,17)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #896B50

#896B50
(137,107,80)
#93785F
(147,120,95)
#9D856E
(157,133,110)
#A7927D
(167,146,125)
#B19F8C
(177,159,140)
#BBAC9B
(187,172,155)
#C5B9AA
(197,185,170)
#CFC6B9
(207,198,185)
#D9D3C8
(217,211,200)
#E3E0D7
(227,224,215)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896B50 color. Also use rgb(137,107,80) instead hex code.

Text Font Color

.myTextColor { color: #896B50; }

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

This text font color is #896B50.

Background Color

.myBgColor { background-color: #896B50; }

<div style="background-color:#896B50">Inner text</div>

This div background color is #896B50.

Border color

.myBorderColor { border: 1px solid #896B50; }

<div style="border:3px solid #896B50">Div</div>

This div border color is #896B50.

Opacity

.myOpacity80 { color: #896B50; opacity: 0.8; }

<p style="color:#896B50;opacity:0.8;">80%</p>

Text with #896B50 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 #896B50;}

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

This text has shadow with #896B50 color.


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

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

This text has shadow with #896B50 primary color and red secondary color.


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

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

This text has shadow with #896B50 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #896B50.

Preview

Color preview on black background

This text has color #896B50 on black background.


Color preview on white background

This text has color #896B50 on white background.


Black color preview on #896B50 background

This text has black color on #896B50 background.


White color preview on #896B50 background

This text has white color on #896B50 background.


Related colors

Complementary color

Complementary color for #hex is #7694AF.


I love getcolorcode.com

Triadic colors

1 #50896B and #6B5089 with #896B50 are triadic colors.

2 #506B89 and #6B8950 with #896B50 are triadic colors.