COLOR #896032

HEX: #896032
RGB: (137,96,50)

Color info

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

RGB color model

#896032 color RGB value is (137,96,50).

  • red value is 137;
  • green value is 96;
  • blue value is 50.
RGB:
(137,96,50)
(54%,38%,20%)

RGB channels and saturation

R 137 of 255 = 54%
G 96 of 255 = 38%
B 50 of 255 = 20%

137
96
50

R + G + B ~ 37%. #896032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 96 + 50 = 283 (100%)
R 137 of 283 ~ 48.41%
G 96 of 283 ~ 33.92%
B 50 of 283 ~ 17.67%

%48.41
%33.92
%17.67

CMYK color model

#896032 color CMYK value is (0,30,64,46).

  • cyan value is 0.00%
  • magenta value is 29.93%
  • yellow value is 63.50%
  • key color value is 46.27%
CMYK:
(0,30,64,46)
C0M30Y64K46 
(0%,30%,64%,46%)
(0.00/0.30/0.64/0.46)	

CMYK percentages

%0
%29.93
%63.5
%46.27

Codes

Color #896032 in popluar color models

896032
RGB1379650
HSL32°46.52%36.67%
HSB/HSV32°63.50%53.73%
CMYK0.00%29.93%63.50%
46.27%

Color #896032 in popluar number systems.

HEX896032
Decimal1379650
Binary100010011100000110010
Octal21114062

Shades and tints

Shades of #896032

#896032
(137,96,50)
#7D582E
(125,88,46)
#71502A
(113,80,42)
#654826
(101,72,38)
#594022
(89,64,34)
#4D381E
(77,56,30)
#41301A
(65,48,26)
#352816
(53,40,22)
#292012
(41,32,18)
#1D180E
(29,24,14)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #896032

#896032
(137,96,50)
#936E44
(147,110,68)
#9D7C56
(157,124,86)
#A78A68
(167,138,104)
#B1987A
(177,152,122)
#BBA68C
(187,166,140)
#C5B49E
(197,180,158)
#CFC2B0
(207,194,176)
#D9D0C2
(217,208,194)
#E3DED4
(227,222,212)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896032 color. Also use rgb(137,96,50) instead hex code.

Text Font Color

.myTextColor { color: #896032; }

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

This text font color is #896032.


Background Color

.myBgColor { background-color: #896032; }

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

This div background color is #896032.


Border color

.myBorderColor { border: 1px solid #896032; }

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

This div border color is #896032.


Opacity

.myOpacity80 { color: #896032; opacity: 0.8; }

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

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

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

This text has shadow with #896032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896032 on black background.


Color preview on white background

This text has color #896032 on white background.



Black color preview on #896032 background

This text has black color on #896032 background.


White color preview on #896032 background

This text has white color on #896032 background.