COLOR #896B40

HEX: #896B40
RGB: (137,107,64)

Color info

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

RGB color model

#896B40 color RGB value is (137,107,64).

  • red value is 137;
  • green value is 107;
  • blue value is 64.
RGB:
(137,107,64)
(54%,42%,25%)

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 64 of 255 = 25%

137
107
64

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

Portions of RGB colors in percentages

R + G + B =
137 + 107 + 64 = 308 (100%)
R 137 of 308 ~ 44.48%
G 107 of 308 ~ 34.74%
B 64 of 308 ~ 20.78%

%44.48
%34.74
%20.78

CMYK color model

#896B40 color CMYK value is (0,22,53,46).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 53.28%
  • key color value is 46.27%
CMYK:
(0,22,53,46)
C0M22Y53K46 
(0%,22%,53%,46%)
(0.00/0.22/0.53/0.46)	

CMYK percentages

%0
%21.9
%53.28
%46.27

Codes

Color #896B40 in popluar color models

896B40
RGB13710764
HSL35°36.32%39.41%
HSB/HSV35°53.28%53.73%
CMYK0.00%21.90%53.28%
46.27%

Color #896B40 in popluar number systems.

HEX896B40
Decimal13710764
Binary1000100111010111000000
Octal211153100

Shades and tints

Shades of #896B40

#896B40
(137,107,64)
#7D623B
(125,98,59)
#715936
(113,89,54)
#655031
(101,80,49)
#59472C
(89,71,44)
#4D3E27
(77,62,39)
#413522
(65,53,34)
#352C1D
(53,44,29)
#292318
(41,35,24)
#1D1A13
(29,26,19)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #896B40

#896B40
(137,107,64)
#937851
(147,120,81)
#9D8562
(157,133,98)
#A79273
(167,146,115)
#B19F84
(177,159,132)
#BBAC95
(187,172,149)
#C5B9A6
(197,185,166)
#CFC6B7
(207,198,183)
#D9D3C8
(217,211,200)
#E3E0D9
(227,224,217)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896B40 color. Also use rgb(137,107,64) instead hex code.

Text Font Color

.myTextColor { color: #896B40; }

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

This text font color is #896B40.


Background Color

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

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

This div background color is #896B40.


Border color

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

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

This div border color is #896B40.


Opacity

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

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

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

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

This text has shadow with #896B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896B40 on black background.


Color preview on white background

This text has color #896B40 on white background.



Black color preview on #896B40 background

This text has black color on #896B40 background.


White color preview on #896B40 background

This text has white color on #896B40 background.