COLOR #896824

HEX: #896824
RGB: (137,104,36)

Color info

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

RGB color model

#896824 color RGB value is (137,104,36).

  • red value is 137;
  • green value is 104;
  • blue value is 36.
RGB:
(137,104,36)
(54%,41%,14%)

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 36 of 255 = 14%

137
104
36

R + G + B ~ 36%. #896824 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 36 = 277 (100%)
R 137 of 277 ~ 49.46%
G 104 of 277 ~ 37.55%
B 36 of 277 ~ 13%

%49.46
%37.55
%13

CMYK color model

#896824 color CMYK value is (0,24,74,46).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 73.72%
  • key color value is 46.27%
CMYK:
(0,24,74,46)
C0M24Y74K46 
(0%,24%,74%,46%)
(0.00/0.24/0.74/0.46)	

CMYK percentages

%0
%24.09
%73.72
%46.27

Codes

Color #896824 in popluar color models

896824
RGB13710436
HSL40°58.38%33.92%
HSB/HSV40°73.72%53.73%
CMYK0.00%24.09%73.72%
46.27%

Color #896824 in popluar number systems.

HEX896824
Decimal13710436
Binary100010011101000100100
Octal21115044

Shades and tints

Shades of #896824

#896824
(137,104,36)
#7D5F21
(125,95,33)
#71561E
(113,86,30)
#654D1B
(101,77,27)
#594418
(89,68,24)
#4D3B15
(77,59,21)
#413212
(65,50,18)
#35290F
(53,41,15)
#29200C
(41,32,12)
#1D1709
(29,23,9)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #896824

#896824
(137,104,36)
#937537
(147,117,55)
#9D824A
(157,130,74)
#A78F5D
(167,143,93)
#B19C70
(177,156,112)
#BBA983
(187,169,131)
#C5B696
(197,182,150)
#CFC3A9
(207,195,169)
#D9D0BC
(217,208,188)
#E3DDCF
(227,221,207)
#EDEAE2
(237,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896824 color. Also use rgb(137,104,36) instead hex code.

Text Font Color

.myTextColor { color: #896824; }

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

This text font color is #896824.


Background Color

.myBgColor { background-color: #896824; }

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

This div background color is #896824.


Border color

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

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

This div border color is #896824.


Opacity

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

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

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

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

This text has shadow with #896824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896824 on black background.


Color preview on white background

This text has color #896824 on white background.



Black color preview on #896824 background

This text has black color on #896824 background.


White color preview on #896824 background

This text has white color on #896824 background.