COLOR #896259

HEX: #896259
RGB: (137,98,89)

Color info

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

RGB color model

#896259 color RGB value is (137,98,89).

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

RGB channels and saturation

R 137 of 255 = 54%
G 98 of 255 = 38%
B 89 of 255 = 35%

137
98
89

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

Portions of RGB colors in percentages

R + G + B =
137 + 98 + 89 = 324 (100%)
R 137 of 324 ~ 42.28%
G 98 of 324 ~ 30.25%
B 89 of 324 ~ 27.47%

%42.28
%30.25
%27.47

CMYK color model

#896259 color CMYK value is (0,28,35,46).

  • cyan value is 0.00%
  • magenta value is 28.47%
  • yellow value is 35.04%
  • key color value is 46.27%
CMYK:
(0,28,35,46)
C0M28Y35K46 
(0%,28%,35%,46%)
(0.00/0.28/0.35/0.46)	

CMYK percentages

%0
%28.47
%35.04
%46.27

Codes

Color #896259 in popluar color models

896259
RGB1379889
HSL11°21.24%44.31%
HSB/HSV11°35.04%53.73%
CMYK0.00%28.47%35.04%
46.27%

Color #896259 in popluar number systems.

HEX896259
Decimal1379889
Binary1000100111000101011001
Octal211142131

Shades and tints

Shades of #896259

#896259
(137,98,89)
#7D5A51
(125,90,81)
#715249
(113,82,73)
#654A41
(101,74,65)
#594239
(89,66,57)
#4D3A31
(77,58,49)
#413229
(65,50,41)
#352A21
(53,42,33)
#292219
(41,34,25)
#1D1A11
(29,26,17)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #896259

#896259
(137,98,89)
#937068
(147,112,104)
#9D7E77
(157,126,119)
#A78C86
(167,140,134)
#B19A95
(177,154,149)
#BBA8A4
(187,168,164)
#C5B6B3
(197,182,179)
#CFC4C2
(207,196,194)
#D9D2D1
(217,210,209)
#E3E0E0
(227,224,224)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896259; }

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

This text font color is #896259.


Background Color

.myBgColor { background-color: #896259; }

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

This div background color is #896259.


Border color

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

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

This div border color is #896259.


Opacity

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

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

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

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

This text has shadow with #896259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896259 on black background.


Color preview on white background

This text has color #896259 on white background.



Black color preview on #896259 background

This text has black color on #896259 background.


White color preview on #896259 background

This text has white color on #896259 background.