COLOR #896047

HEX: #896047
RGB: (137,96,71)

Color info

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

RGB color model

#896047 color RGB value is (137,96,71).

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

RGB channels and saturation

R 137 of 255 = 54%
G 96 of 255 = 38%
B 71 of 255 = 28%

137
96
71

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

Portions of RGB colors in percentages

R + G + B =
137 + 96 + 71 = 304 (100%)
R 137 of 304 ~ 45.07%
G 96 of 304 ~ 31.58%
B 71 of 304 ~ 23.36%

%45.07
%31.58
%23.36

CMYK color model

#896047 color CMYK value is (0,30,48,46).

  • cyan value is 0.00%
  • magenta value is 29.93%
  • yellow value is 48.18%
  • key color value is 46.27%
CMYK:
(0,30,48,46)
C0M30Y48K46 
(0%,30%,48%,46%)
(0.00/0.30/0.48/0.46)	

CMYK percentages

%0
%29.93
%48.18
%46.27

Codes

Color #896047 in popluar color models

896047
RGB1379671
HSL23°31.73%40.78%
HSB/HSV23°48.18%53.73%
CMYK0.00%29.93%48.18%
46.27%

Color #896047 in popluar number systems.

HEX896047
Decimal1379671
Binary1000100111000001000111
Octal211140107

Shades and tints

Shades of #896047

#896047
(137,96,71)
#7D5841
(125,88,65)
#71503B
(113,80,59)
#654835
(101,72,53)
#59402F
(89,64,47)
#4D3829
(77,56,41)
#413023
(65,48,35)
#35281D
(53,40,29)
#292017
(41,32,23)
#1D1811
(29,24,17)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #896047

#896047
(137,96,71)
#936E57
(147,110,87)
#9D7C67
(157,124,103)
#A78A77
(167,138,119)
#B19887
(177,152,135)
#BBA697
(187,166,151)
#C5B4A7
(197,180,167)
#CFC2B7
(207,194,183)
#D9D0C7
(217,208,199)
#E3DED7
(227,222,215)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896047; }

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

This text font color is #896047.


Background Color

.myBgColor { background-color: #896047; }

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

This div background color is #896047.


Border color

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

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

This div border color is #896047.


Opacity

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

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

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

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

This text has shadow with #896047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896047 on black background.


Color preview on white background

This text has color #896047 on white background.



Black color preview on #896047 background

This text has black color on #896047 background.


White color preview on #896047 background

This text has white color on #896047 background.