COLOR #897155

HEX: #897155
RGB: (137,113,85)

Color info

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

RGB color model

#897155 color RGB value is (137,113,85).

  • red value is 137;
  • green value is 113;
  • blue value is 85.
RGB:
(137,113,85)
(54%,44%,33%)

RGB channels and saturation

R 137 of 255 = 54%
G 113 of 255 = 44%
B 85 of 255 = 33%

137
113
85

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

Portions of RGB colors in percentages

R + G + B =
137 + 113 + 85 = 335 (100%)
R 137 of 335 ~ 40.9%
G 113 of 335 ~ 33.73%
B 85 of 335 ~ 25.37%

%40.9
%33.73
%25.37

CMYK color model

#897155 color CMYK value is (0,18,38,46).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 37.96%
  • key color value is 46.27%
CMYK:
(0,18,38,46)
C0M18Y38K46 
(0%,18%,38%,46%)
(0.00/0.18/0.38/0.46)	

CMYK percentages

%0
%17.52
%37.96
%46.27

Codes

Color #897155 in popluar color models

897155
RGB13711385
HSL32°23.42%43.53%
HSB/HSV32°37.96%53.73%
CMYK0.00%17.52%37.96%
46.27%

Color #897155 in popluar number systems.

HEX897155
Decimal13711385
Binary1000100111100011010101
Octal211161125

Shades and tints

Shades of #897155

#897155
(137,113,85)
#7D674E
(125,103,78)
#715D47
(113,93,71)
#655340
(101,83,64)
#594939
(89,73,57)
#4D3F32
(77,63,50)
#41352B
(65,53,43)
#352B24
(53,43,36)
#29211D
(41,33,29)
#1D1716
(29,23,22)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #897155

#897155
(137,113,85)
#937D64
(147,125,100)
#9D8973
(157,137,115)
#A79582
(167,149,130)
#B1A191
(177,161,145)
#BBADA0
(187,173,160)
#C5B9AF
(197,185,175)
#CFC5BE
(207,197,190)
#D9D1CD
(217,209,205)
#E3DDDC
(227,221,220)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897155 color. Also use rgb(137,113,85) instead hex code.

Text Font Color

.myTextColor { color: #897155; }

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

This text font color is #897155.


Background Color

.myBgColor { background-color: #897155; }

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

This div background color is #897155.


Border color

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

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

This div border color is #897155.


Opacity

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

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

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

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

This text has shadow with #897155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897155 on black background.


Color preview on white background

This text has color #897155 on white background.



Black color preview on #897155 background

This text has black color on #897155 background.


White color preview on #897155 background

This text has white color on #897155 background.