COLOR #896550

HEX: #896550
RGB: (137,101,80)

Color info

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

RGB color model

#896550 color RGB value is (137,101,80).

  • red value is 137;
  • green value is 101;
  • blue value is 80.
RGB:
(137,101,80)
(54%,40%,31%)

RGB channels and saturation

R 137 of 255 = 54%
G 101 of 255 = 40%
B 80 of 255 = 31%

137
101
80

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

Portions of RGB colors in percentages

R + G + B =
137 + 101 + 80 = 318 (100%)
R 137 of 318 ~ 43.08%
G 101 of 318 ~ 31.76%
B 80 of 318 ~ 25.16%

%43.08
%31.76
%25.16

CMYK color model

#896550 color CMYK value is (0,26,42,46).

  • cyan value is 0.00%
  • magenta value is 26.28%
  • yellow value is 41.61%
  • key color value is 46.27%
CMYK:
(0,26,42,46)
C0M26Y42K46 
(0%,26%,42%,46%)
(0.00/0.26/0.42/0.46)	

CMYK percentages

%0
%26.28
%41.61
%46.27

Codes

Color #896550 in popluar color models

896550
RGB13710180
HSL22°26.27%42.55%
HSB/HSV22°41.61%53.73%
CMYK0.00%26.28%41.61%
46.27%

Color #896550 in popluar number systems.

HEX896550
Decimal13710180
Binary1000100111001011010000
Octal211145120

Shades and tints

Shades of #896550

#896550
(137,101,80)
#7D5C49
(125,92,73)
#715342
(113,83,66)
#654A3B
(101,74,59)
#594134
(89,65,52)
#4D382D
(77,56,45)
#412F26
(65,47,38)
#35261F
(53,38,31)
#291D18
(41,29,24)
#1D1411
(29,20,17)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #896550

#896550
(137,101,80)
#93735F
(147,115,95)
#9D816E
(157,129,110)
#A78F7D
(167,143,125)
#B19D8C
(177,157,140)
#BBAB9B
(187,171,155)
#C5B9AA
(197,185,170)
#CFC7B9
(207,199,185)
#D9D5C8
(217,213,200)
#E3E3D7
(227,227,215)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896550; }

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

This text font color is #896550.


Background Color

.myBgColor { background-color: #896550; }

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

This div background color is #896550.


Border color

.myBorderColor { border: 1px solid #896550; }

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

This div border color is #896550.


Opacity

.myOpacity80 { color: #896550; opacity: 0.8; }

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

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

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

This text has shadow with #896550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896550 on black background.


Color preview on white background

This text has color #896550 on white background.



Black color preview on #896550 background

This text has black color on #896550 background.


White color preview on #896550 background

This text has white color on #896550 background.