COLOR #896A39

HEX: #896A39
RGB: (137,106,57)

Color info

#896A39 contains mainly red and green colors. Web safe color of #896A39 is #996633 (or #963).

RGB color model

#896A39 color RGB value is (137,106,57).

  • red value is 137;
  • green value is 106;
  • blue value is 57.
RGB:
(137,106,57)
(54%,42%,22%)

RGB channels and saturation

R 137 of 255 = 54%
G 106 of 255 = 42%
B 57 of 255 = 22%

137
106
57

R + G + B ~ 39%. #896A39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 106 + 57 = 300 (100%)
R 137 of 300 ~ 45.67%
G 106 of 300 ~ 35.33%
B 57 of 300 ~ 19%

%45.67
%35.33
%19

CMYK color model

#896A39 color CMYK value is (0,23,58,46).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 58.39%
  • key color value is 46.27%
CMYK:
(0,23,58,46)
C0M23Y58K46 
(0%,23%,58%,46%)
(0.00/0.23/0.58/0.46)	

CMYK percentages

%0
%22.63
%58.39
%46.27

Codes

Color #896A39 in popluar color models

896A39
RGB13710657
HSL37°41.24%38.04%
HSB/HSV37°58.39%53.73%
CMYK0.00%22.63%58.39%
46.27%

Color #896A39 in popluar number systems.

HEX896A39
Decimal13710657
Binary100010011101010111001
Octal21115271

Shades and tints

Shades of #896A39

#896A39
(137,106,57)
#7D6134
(125,97,52)
#71582F
(113,88,47)
#654F2A
(101,79,42)
#594625
(89,70,37)
#4D3D20
(77,61,32)
#41341B
(65,52,27)
#352B16
(53,43,22)
#292211
(41,34,17)
#1D190C
(29,25,12)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #896A39

#896A39
(137,106,57)
#93774B
(147,119,75)
#9D845D
(157,132,93)
#A7916F
(167,145,111)
#B19E81
(177,158,129)
#BBAB93
(187,171,147)
#C5B8A5
(197,184,165)
#CFC5B7
(207,197,183)
#D9D2C9
(217,210,201)
#E3DFDB
(227,223,219)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896A39 color. Also use rgb(137,106,57) instead hex code.

Text Font Color

.myTextColor { color: #896A39; }

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

This text font color is #896A39.


Background Color

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

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

This div background color is #896A39.


Border color

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

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

This div border color is #896A39.


Opacity

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

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

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

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

This text has shadow with #896A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896A39 on black background.


Color preview on white background

This text has color #896A39 on white background.



Black color preview on #896A39 background

This text has black color on #896A39 background.


White color preview on #896A39 background

This text has white color on #896A39 background.