COLOR #896959

HEX: #896959
RGB: (137,105,89)

Color info

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

RGB color model

#896959 color RGB value is (137,105,89).

  • red value is 137;
  • green value is 105;
  • blue value is 89.
RGB:
(137,105,89)
(54%,41%,35%)

RGB channels and saturation

R 137 of 255 = 54%
G 105 of 255 = 41%
B 89 of 255 = 35%

137
105
89

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

Portions of RGB colors in percentages

R + G + B =
137 + 105 + 89 = 331 (100%)
R 137 of 331 ~ 41.39%
G 105 of 331 ~ 31.72%
B 89 of 331 ~ 26.89%

%41.39
%31.72
%26.89

CMYK color model

#896959 color CMYK value is (0,23,35,46).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 35.04%
  • key color value is 46.27%
CMYK:
(0,23,35,46)
C0M23Y35K46 
(0%,23%,35%,46%)
(0.00/0.23/0.35/0.46)	

CMYK percentages

%0
%23.36
%35.04
%46.27

Codes

Color #896959 in popluar color models

896959
RGB13710589
HSL20°21.24%44.31%
HSB/HSV20°35.04%53.73%
CMYK0.00%23.36%35.04%
46.27%

Color #896959 in popluar number systems.

HEX896959
Decimal13710589
Binary1000100111010011011001
Octal211151131

Shades and tints

Shades of #896959

#896959
(137,105,89)
#7D6051
(125,96,81)
#715749
(113,87,73)
#654E41
(101,78,65)
#594539
(89,69,57)
#4D3C31
(77,60,49)
#413329
(65,51,41)
#352A21
(53,42,33)
#292119
(41,33,25)
#1D1811
(29,24,17)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #896959

#896959
(137,105,89)
#937668
(147,118,104)
#9D8377
(157,131,119)
#A79086
(167,144,134)
#B19D95
(177,157,149)
#BBAAA4
(187,170,164)
#C5B7B3
(197,183,179)
#CFC4C2
(207,196,194)
#D9D1D1
(217,209,209)
#E3DEE0
(227,222,224)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896959 color. Also use rgb(137,105,89) instead hex code.

Text Font Color

.myTextColor { color: #896959; }

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

This text font color is #896959.


Background Color

.myBgColor { background-color: #896959; }

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

This div background color is #896959.


Border color

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

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

This div border color is #896959.


Opacity

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

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

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

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

This text has shadow with #896959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896959 on black background.


Color preview on white background

This text has color #896959 on white background.



Black color preview on #896959 background

This text has black color on #896959 background.


White color preview on #896959 background

This text has white color on #896959 background.