COLOR #896149

HEX: #896149
RGB: (137,97,73)

Color info

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

RGB color model

#896149 color RGB value is (137,97,73).

  • red value is 137;
  • green value is 97;
  • blue value is 73.
RGB:
(137,97,73)
(54%,38%,29%)

RGB channels and saturation

R 137 of 255 = 54%
G 97 of 255 = 38%
B 73 of 255 = 29%

137
97
73

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

Portions of RGB colors in percentages

R + G + B =
137 + 97 + 73 = 307 (100%)
R 137 of 307 ~ 44.63%
G 97 of 307 ~ 31.6%
B 73 of 307 ~ 23.78%

%44.63
%31.6
%23.78

CMYK color model

#896149 color CMYK value is (0,29,47,46).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 46.72%
  • key color value is 46.27%
CMYK:
(0,29,47,46)
C0M29Y47K46 
(0%,29%,47%,46%)
(0.00/0.29/0.47/0.46)	

CMYK percentages

%0
%29.2
%46.72
%46.27

Codes

Color #896149 in popluar color models

896149
RGB1379773
HSL23°30.48%41.18%
HSB/HSV23°46.72%53.73%
CMYK0.00%29.20%46.72%
46.27%

Color #896149 in popluar number systems.

HEX896149
Decimal1379773
Binary1000100111000011001001
Octal211141111

Shades and tints

Shades of #896149

#896149
(137,97,73)
#7D5943
(125,89,67)
#71513D
(113,81,61)
#654937
(101,73,55)
#594131
(89,65,49)
#4D392B
(77,57,43)
#413125
(65,49,37)
#35291F
(53,41,31)
#292119
(41,33,25)
#1D1913
(29,25,19)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #896149

#896149
(137,97,73)
#936F59
(147,111,89)
#9D7D69
(157,125,105)
#A78B79
(167,139,121)
#B19989
(177,153,137)
#BBA799
(187,167,153)
#C5B5A9
(197,181,169)
#CFC3B9
(207,195,185)
#D9D1C9
(217,209,201)
#E3DFD9
(227,223,217)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896149 color. Also use rgb(137,97,73) instead hex code.

Text Font Color

.myTextColor { color: #896149; }

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

This text font color is #896149.


Background Color

.myBgColor { background-color: #896149; }

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

This div background color is #896149.


Border color

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

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

This div border color is #896149.


Opacity

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

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

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

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

This text has shadow with #896149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896149 on black background.


Color preview on white background

This text has color #896149 on white background.



Black color preview on #896149 background

This text has black color on #896149 background.


White color preview on #896149 background

This text has white color on #896149 background.