COLOR #897167

HEX: #897167
RGB: (137,113,103)

Color info

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

RGB color model

#897167 color RGB value is (137,113,103).

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

RGB channels and saturation

R 137 of 255 = 54%
G 113 of 255 = 44%
B 103 of 255 = 40%

137
113
103

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

Portions of RGB colors in percentages

R + G + B =
137 + 113 + 103 = 353 (100%)
R 137 of 353 ~ 38.81%
G 113 of 353 ~ 32.01%
B 103 of 353 ~ 29.18%

%38.81
%32.01
%29.18

CMYK color model

#897167 color CMYK value is (0,18,25,46).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 24.82%
  • key color value is 46.27%
CMYK:
(0,18,25,46)
C0M18Y25K46 
(0%,18%,25%,46%)
(0.00/0.18/0.25/0.46)	

CMYK percentages

%0
%17.52
%24.82
%46.27

Codes

Color #897167 in popluar color models

897167
RGB137113103
HSL18°14.17%47.06%
HSB/HSV18°24.82%53.73%
CMYK0.00%17.52%24.82%
46.27%

Color #897167 in popluar number systems.

HEX897167
Decimal137113103
Binary1000100111100011100111
Octal211161147

Shades and tints

Shades of #897167

#897167
(137,113,103)
#7D675E
(125,103,94)
#715D55
(113,93,85)
#65534C
(101,83,76)
#594943
(89,73,67)
#4D3F3A
(77,63,58)
#413531
(65,53,49)
#352B28
(53,43,40)
#29211F
(41,33,31)
#1D1716
(29,23,22)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #897167

#897167
(137,113,103)
#937D74
(147,125,116)
#9D8981
(157,137,129)
#A7958E
(167,149,142)
#B1A19B
(177,161,155)
#BBADA8
(187,173,168)
#C5B9B5
(197,185,181)
#CFC5C2
(207,197,194)
#D9D1CF
(217,209,207)
#E3DDDC
(227,221,220)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897167; }

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

This text font color is #897167.


Background Color

.myBgColor { background-color: #897167; }

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

This div background color is #897167.


Border color

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

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

This div border color is #897167.


Opacity

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

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

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

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

This text has shadow with #897167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897167 on black background.


Color preview on white background

This text has color #897167 on white background.



Black color preview on #897167 background

This text has black color on #897167 background.


White color preview on #897167 background

This text has white color on #897167 background.