COLOR #896F37

HEX: #896F37
RGB: (137,111,55)

Color info

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

RGB color model

#896F37 color RGB value is (137,111,55).

  • red value is 137;
  • green value is 111;
  • blue value is 55.
RGB:
(137,111,55)
(54%,44%,22%)

RGB channels and saturation

R 137 of 255 = 54%
G 111 of 255 = 44%
B 55 of 255 = 22%

137
111
55

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

Portions of RGB colors in percentages

R + G + B =
137 + 111 + 55 = 303 (100%)
R 137 of 303 ~ 45.21%
G 111 of 303 ~ 36.63%
B 55 of 303 ~ 18.15%

%45.21
%36.63
%18.15

CMYK color model

#896F37 color CMYK value is (0,19,60,46).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 59.85%
  • key color value is 46.27%
CMYK:
(0,19,60,46)
C0M19Y60K46 
(0%,19%,60%,46%)
(0.00/0.19/0.60/0.46)	

CMYK percentages

%0
%18.98
%59.85
%46.27

Codes

Color #896F37 in popluar color models

896F37
RGB13711155
HSL41°42.71%37.65%
HSB/HSV41°59.85%53.73%
CMYK0.00%18.98%59.85%
46.27%

Color #896F37 in popluar number systems.

HEX896F37
Decimal13711155
Binary100010011101111110111
Octal21115767

Shades and tints

Shades of #896F37

#896F37
(137,111,55)
#7D6532
(125,101,50)
#715B2D
(113,91,45)
#655128
(101,81,40)
#594723
(89,71,35)
#4D3D1E
(77,61,30)
#413319
(65,51,25)
#352914
(53,41,20)
#291F0F
(41,31,15)
#1D150A
(29,21,10)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #896F37

#896F37
(137,111,55)
#937C49
(147,124,73)
#9D895B
(157,137,91)
#A7966D
(167,150,109)
#B1A37F
(177,163,127)
#BBB091
(187,176,145)
#C5BDA3
(197,189,163)
#CFCAB5
(207,202,181)
#D9D7C7
(217,215,199)
#E3E4D9
(227,228,217)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896F37 color. Also use rgb(137,111,55) instead hex code.

Text Font Color

.myTextColor { color: #896F37; }

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

This text font color is #896F37.


Background Color

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

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

This div background color is #896F37.


Border color

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

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

This div border color is #896F37.


Opacity

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

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

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

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

This text has shadow with #896F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896F37 on black background.


Color preview on white background

This text has color #896F37 on white background.



Black color preview on #896F37 background

This text has black color on #896F37 background.


White color preview on #896F37 background

This text has white color on #896F37 background.