COLOR #896845

HEX: #896845
RGB: (137,104,69)

Color info

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

RGB color model

#896845 color RGB value is (137,104,69).

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

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 69 of 255 = 27%

137
104
69

R + G + B ~ 41%. #896845 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 69 = 310 (100%)
R 137 of 310 ~ 44.19%
G 104 of 310 ~ 33.55%
B 69 of 310 ~ 22.26%

%44.19
%33.55
%22.26

CMYK color model

#896845 color CMYK value is (0,24,50,46).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 49.64%
  • key color value is 46.27%
CMYK:
(0,24,50,46)
C0M24Y50K46 
(0%,24%,50%,46%)
(0.00/0.24/0.50/0.46)	

CMYK percentages

%0
%24.09
%49.64
%46.27

Codes

Color #896845 in popluar color models

896845
RGB13710469
HSL31°33.01%40.39%
HSB/HSV31°49.64%53.73%
CMYK0.00%24.09%49.64%
46.27%

Color #896845 in popluar number systems.

HEX896845
Decimal13710469
Binary1000100111010001000101
Octal211150105

Shades and tints

Shades of #896845

#896845
(137,104,69)
#7D5F3F
(125,95,63)
#715639
(113,86,57)
#654D33
(101,77,51)
#59442D
(89,68,45)
#4D3B27
(77,59,39)
#413221
(65,50,33)
#35291B
(53,41,27)
#292015
(41,32,21)
#1D170F
(29,23,15)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #896845

#896845
(137,104,69)
#937555
(147,117,85)
#9D8265
(157,130,101)
#A78F75
(167,143,117)
#B19C85
(177,156,133)
#BBA995
(187,169,149)
#C5B6A5
(197,182,165)
#CFC3B5
(207,195,181)
#D9D0C5
(217,208,197)
#E3DDD5
(227,221,213)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896845; }

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

This text font color is #896845.


Background Color

.myBgColor { background-color: #896845; }

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

This div background color is #896845.


Border color

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

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

This div border color is #896845.


Opacity

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

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

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

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

This text has shadow with #896845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896845 on black background.


Color preview on white background

This text has color #896845 on white background.



Black color preview on #896845 background

This text has black color on #896845 background.


White color preview on #896845 background

This text has white color on #896845 background.