COLOR #896846

HEX: #896846
RGB: (137,104,70)

Color info

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

RGB color model

#896846 color RGB value is (137,104,70).

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

RGB channels and saturation

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

137
104
70

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

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 70 = 311 (100%)
R 137 of 311 ~ 44.05%
G 104 of 311 ~ 33.44%
B 70 of 311 ~ 22.51%

%44.05
%33.44
%22.51

CMYK color model

#896846 color CMYK value is (0,24,49,46).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 48.91%
  • key color value is 46.27%
CMYK:
(0,24,49,46)
C0M24Y49K46 
(0%,24%,49%,46%)
(0.00/0.24/0.49/0.46)	

CMYK percentages

%0
%24.09
%48.91
%46.27

Codes

Color #896846 in popluar color models

896846
RGB13710470
HSL30°32.37%40.59%
HSB/HSV30°48.91%53.73%
CMYK0.00%24.09%48.91%
46.27%

Color #896846 in popluar number systems.

HEX896846
Decimal13710470
Binary1000100111010001000110
Octal211150106

Shades and tints

Shades of #896846

#896846
(137,104,70)
#7D5F40
(125,95,64)
#71563A
(113,86,58)
#654D34
(101,77,52)
#59442E
(89,68,46)
#4D3B28
(77,59,40)
#413222
(65,50,34)
#35291C
(53,41,28)
#292016
(41,32,22)
#1D1710
(29,23,16)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #896846

#896846
(137,104,70)
#937556
(147,117,86)
#9D8266
(157,130,102)
#A78F76
(167,143,118)
#B19C86
(177,156,134)
#BBA996
(187,169,150)
#C5B6A6
(197,182,166)
#CFC3B6
(207,195,182)
#D9D0C6
(217,208,198)
#E3DDD6
(227,221,214)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896846; }

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

This text font color is #896846.


Background Color

.myBgColor { background-color: #896846; }

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

This div background color is #896846.


Border color

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

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

This div border color is #896846.


Opacity

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

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

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

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

This text has shadow with #896846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896846 on black background.


Color preview on white background

This text has color #896846 on white background.



Black color preview on #896846 background

This text has black color on #896846 background.


White color preview on #896846 background

This text has white color on #896846 background.