COLOR #896C4C

HEX: #896C4C
RGB: (137,108,76)

Color info

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

RGB color model

#896C4C color RGB value is (137,108,76).

  • red value is 137;
  • green value is 108;
  • blue value is 76.
RGB:
(137,108,76)
(54%,42%,30%)

RGB channels and saturation

R 137 of 255 = 54%
G 108 of 255 = 42%
B 76 of 255 = 30%

137
108
76

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

Portions of RGB colors in percentages

R + G + B =
137 + 108 + 76 = 321 (100%)
R 137 of 321 ~ 42.68%
G 108 of 321 ~ 33.64%
B 76 of 321 ~ 23.68%

%42.68
%33.64
%23.68

CMYK color model

#896C4C color CMYK value is (0,21,45,46).

  • cyan value is 0.00%
  • magenta value is 21.17%
  • yellow value is 44.53%
  • key color value is 46.27%
CMYK:
(0,21,45,46)
C0M21Y45K46 
(0%,21%,45%,46%)
(0.00/0.21/0.45/0.46)	

CMYK percentages

%0
%21.17
%44.53
%46.27

Codes

Color #896C4C in popluar color models

896C4C
RGB13710876
HSL31°28.64%41.76%
HSB/HSV31°44.53%53.73%
CMYK0.00%21.17%44.53%
46.27%

Color #896C4C in popluar number systems.

HEX896C4C
Decimal13710876
Binary1000100111011001001100
Octal211154114

Shades and tints

Shades of #896C4C

#896C4C
(137,108,76)
#7D6346
(125,99,70)
#715A40
(113,90,64)
#65513A
(101,81,58)
#594834
(89,72,52)
#4D3F2E
(77,63,46)
#413628
(65,54,40)
#352D22
(53,45,34)
#29241C
(41,36,28)
#1D1B16
(29,27,22)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #896C4C

#896C4C
(137,108,76)
#93795C
(147,121,92)
#9D866C
(157,134,108)
#A7937C
(167,147,124)
#B1A08C
(177,160,140)
#BBAD9C
(187,173,156)
#C5BAAC
(197,186,172)
#CFC7BC
(207,199,188)
#D9D4CC
(217,212,204)
#E3E1DC
(227,225,220)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896C4C color. Also use rgb(137,108,76) instead hex code.

Text Font Color

.myTextColor { color: #896C4C; }

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

This text font color is #896C4C.


Background Color

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

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

This div background color is #896C4C.


Border color

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

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

This div border color is #896C4C.


Opacity

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

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

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

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

This text has shadow with #896C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896C4C on black background.


Color preview on white background

This text has color #896C4C on white background.



Black color preview on #896C4C background

This text has black color on #896C4C background.


White color preview on #896C4C background

This text has white color on #896C4C background.