COLOR #896A3C

HEX: #896A3C
RGB: (137,106,60)

Color info

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

RGB color model

#896A3C color RGB value is (137,106,60).

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

RGB channels and saturation

R 137 of 255 = 54%
G 106 of 255 = 42%
B 60 of 255 = 24%

137
106
60

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

Portions of RGB colors in percentages

R + G + B =
137 + 106 + 60 = 303 (100%)
R 137 of 303 ~ 45.21%
G 106 of 303 ~ 34.98%
B 60 of 303 ~ 19.8%

%45.21
%34.98
%19.8

CMYK color model

#896A3C color CMYK value is (0,23,56,46).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 56.20%
  • key color value is 46.27%
CMYK:
(0,23,56,46)
C0M23Y56K46 
(0%,23%,56%,46%)
(0.00/0.23/0.56/0.46)	

CMYK percentages

%0
%22.63
%56.2
%46.27

Codes

Color #896A3C in popluar color models

896A3C
RGB13710660
HSL36°39.09%38.63%
HSB/HSV36°56.20%53.73%
CMYK0.00%22.63%56.20%
46.27%

Color #896A3C in popluar number systems.

HEX896A3C
Decimal13710660
Binary100010011101010111100
Octal21115274

Shades and tints

Shades of #896A3C

#896A3C
(137,106,60)
#7D6137
(125,97,55)
#715832
(113,88,50)
#654F2D
(101,79,45)
#594628
(89,70,40)
#4D3D23
(77,61,35)
#41341E
(65,52,30)
#352B19
(53,43,25)
#292214
(41,34,20)
#1D190F
(29,25,15)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #896A3C

#896A3C
(137,106,60)
#93774D
(147,119,77)
#9D845E
(157,132,94)
#A7916F
(167,145,111)
#B19E80
(177,158,128)
#BBAB91
(187,171,145)
#C5B8A2
(197,184,162)
#CFC5B3
(207,197,179)
#D9D2C4
(217,210,196)
#E3DFD5
(227,223,213)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896A3C; }

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

This text font color is #896A3C.


Background Color

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

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

This div background color is #896A3C.


Border color

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

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

This div border color is #896A3C.


Opacity

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

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

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

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

This text has shadow with #896A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896A3C on black background.


Color preview on white background

This text has color #896A3C on white background.



Black color preview on #896A3C background

This text has black color on #896A3C background.


White color preview on #896A3C background

This text has white color on #896A3C background.