COLOR #897649

HEX: #897649
RGB: (137,118,73)

Color info

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

RGB color model

#897649 color RGB value is (137,118,73).

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

RGB channels and saturation

R 137 of 255 = 54%
G 118 of 255 = 46%
B 73 of 255 = 29%

137
118
73

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

Portions of RGB colors in percentages

R + G + B =
137 + 118 + 73 = 328 (100%)
R 137 of 328 ~ 41.77%
G 118 of 328 ~ 35.98%
B 73 of 328 ~ 22.26%

%41.77
%35.98
%22.26

CMYK color model

#897649 color CMYK value is (0,14,47,46).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 46.72%
  • key color value is 46.27%
CMYK:
(0,14,47,46)
C0M14Y47K46 
(0%,14%,47%,46%)
(0.00/0.14/0.47/0.46)	

CMYK percentages

%0
%13.87
%46.72
%46.27

Codes

Color #897649 in popluar color models

897649
RGB13711873
HSL42°30.48%41.18%
HSB/HSV42°46.72%53.73%
CMYK0.00%13.87%46.72%
46.27%

Color #897649 in popluar number systems.

HEX897649
Decimal13711873
Binary1000100111101101001001
Octal211166111

Shades and tints

Shades of #897649

#897649
(137,118,73)
#7D6C43
(125,108,67)
#71623D
(113,98,61)
#655837
(101,88,55)
#594E31
(89,78,49)
#4D442B
(77,68,43)
#413A25
(65,58,37)
#35301F
(53,48,31)
#292619
(41,38,25)
#1D1C13
(29,28,19)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #897649

#897649
(137,118,73)
#938259
(147,130,89)
#9D8E69
(157,142,105)
#A79A79
(167,154,121)
#B1A689
(177,166,137)
#BBB299
(187,178,153)
#C5BEA9
(197,190,169)
#CFCAB9
(207,202,185)
#D9D6C9
(217,214,201)
#E3E2D9
(227,226,217)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897649; }

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

This text font color is #897649.


Background Color

.myBgColor { background-color: #897649; }

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

This div background color is #897649.


Border color

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

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

This div border color is #897649.


Opacity

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

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

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

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

This text has shadow with #897649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897649 on black background.


Color preview on white background

This text has color #897649 on white background.



Black color preview on #897649 background

This text has black color on #897649 background.


White color preview on #897649 background

This text has white color on #897649 background.