COLOR #897556

HEX: #897556
RGB: (137,117,86)

Color info

#897556 contains red, green and blue colors in about the same proportion. Web safe color of #897556 is #996666 (or #966).

RGB color model

#897556 color RGB value is (137,117,86).

  • red value is 137;
  • green value is 117;
  • blue value is 86.
RGB:
(137,117,86)
(54%,46%,34%)

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 86 of 255 = 34%

137
117
86

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

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 86 = 340 (100%)
R 137 of 340 ~ 40.29%
G 117 of 340 ~ 34.41%
B 86 of 340 ~ 25.29%

%40.29
%34.41
%25.29

CMYK color model

#897556 color CMYK value is (0,15,37,46).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 37.23%
  • key color value is 46.27%
CMYK:
(0,15,37,46)
C0M15Y37K46 
(0%,15%,37%,46%)
(0.00/0.15/0.37/0.46)	

CMYK percentages

%0
%14.6
%37.23
%46.27

Codes

Color #897556 in popluar color models

897556
RGB13711786
HSL36°22.87%43.73%
HSB/HSV36°37.23%53.73%
CMYK0.00%14.60%37.23%
46.27%

Color #897556 in popluar number systems.

HEX897556
Decimal13711786
Binary1000100111101011010110
Octal211165126

Shades and tints

Shades of #897556

#897556
(137,117,86)
#7D6B4F
(125,107,79)
#716148
(113,97,72)
#655741
(101,87,65)
#594D3A
(89,77,58)
#4D4333
(77,67,51)
#41392C
(65,57,44)
#352F25
(53,47,37)
#29251E
(41,37,30)
#1D1B17
(29,27,23)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #897556

#897556
(137,117,86)
#938165
(147,129,101)
#9D8D74
(157,141,116)
#A79983
(167,153,131)
#B1A592
(177,165,146)
#BBB1A1
(187,177,161)
#C5BDB0
(197,189,176)
#CFC9BF
(207,201,191)
#D9D5CE
(217,213,206)
#E3E1DD
(227,225,221)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897556 color. Also use rgb(137,117,86) instead hex code.

Text Font Color

.myTextColor { color: #897556; }

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

This text font color is #897556.


Background Color

.myBgColor { background-color: #897556; }

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

This div background color is #897556.


Border color

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

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

This div border color is #897556.


Opacity

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

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

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

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

This text has shadow with #897556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897556 on black background.


Color preview on white background

This text has color #897556 on white background.



Black color preview on #897556 background

This text has black color on #897556 background.


White color preview on #897556 background

This text has white color on #897556 background.