COLOR #896A3B

HEX: #896A3B RGB: (137,106,59)

Color info

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

RGB color model

#896A3B color RGB value is (137,106,59).

RGB: (137,106,59) (54%, 42%, 23%)

RGB channels and saturation

R 137 of 255 = 54%
G 106 of 255 = 42%
B 59 of 255 = 23%

137
106
59

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

Portions of RGB colors in percentages

R + G + B = 137 + 106 + 59 = 302 (100%)
R 137 of 302 ~ 45.36%
G 106 of 302 ~ 35.1%
B 59 of 302 ~ 19.54'%

%45.36
%35.1
%19.54

CMYK color model

#896A3B color CMYK value is (0,23,57,46).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 56.93%
  • key color value is 46.27%

CMYK: (0,23,57,46)
C0M23Y57K46 (0%, 23%, 57%, 46%)
(0.00 / 0.23 / 0.57 / 0.46)

CMYK percentages

%0
%22.63
%56.93
%46.27

Codes

Color #896A3B in popluar color models

89 6A 3B
RGB 137 106 59
HSL 36° 39.80% 38.43%
HSB/HSV 36° 56.93% 53.73%
CMYK 0.00% 22.63% 56.93%
46.27%

Color #896A3B in popluar number systems.

HEX 89 6A 3B
Decimal 137 106 59
Binary 10001001 1101010 111011
Octal 211 152 73

Shades and tints

Shades of #896A3B

#896A3B
(137,106,59)
#7D6136
(125,97,54)
#715831
(113,88,49)
#654F2C
(101,79,44)
#594627
(89,70,39)
#4D3D22
(77,61,34)
#41341D
(65,52,29)
#352B18
(53,43,24)
#292213
(41,34,19)
#1D190E
(29,25,14)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #896A3B

#896A3B
(137,106,59)
#93774C
(147,119,76)
#9D845D
(157,132,93)
#A7916E
(167,145,110)
#B19E7F
(177,158,127)
#BBAB90
(187,171,144)
#C5B8A1
(197,184,161)
#CFC5B2
(207,197,178)
#D9D2C3
(217,210,195)
#E3DFD4
(227,223,212)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896A3B; }

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

This text font color is #896A3B.

Background Color

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

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

This div background color is #896A3B.

Border color

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

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

This div border color is #896A3B.

Opacity

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

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

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

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

This text has shadow with #896A3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896A3B.

Preview

Color preview on black background

This text has color #896A3B on black background.


Color preview on white background

This text has color #896A3B on white background.


Black color preview on #896A3B background

This text has black color on #896A3B background.


White color preview on #896A3B background

This text has white color on #896A3B background.


Related colors

Complementary color

Complementary color for #hex is #7695C4.


I love getcolorcode.com

Triadic colors

1 #3B896A and #6A3B89 with #896A3B are triadic colors.

2 #3B6A89 and #6A893B with #896A3B are triadic colors.