COLOR #897973

HEX: #897973
RGB: (137,121,115)

Color info

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

RGB color model

#897973 color RGB value is (137,121,115).

  • red value is 137;
  • green value is 121;
  • blue value is 115.
RGB:
(137,121,115)
(54%,47%,45%)

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 115 of 255 = 45%

137
121
115

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

Portions of RGB colors in percentages

R + G + B =
137 + 121 + 115 = 373 (100%)
R 137 of 373 ~ 36.73%
G 121 of 373 ~ 32.44%
B 115 of 373 ~ 30.83%

%36.73
%32.44
%30.83

CMYK color model

#897973 color CMYK value is (0,12,16,46).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 16.06%
  • key color value is 46.27%
CMYK:
(0,12,16,46)
C0M12Y16K46 
(0%,12%,16%,46%)
(0.00/0.12/0.16/0.46)	

CMYK percentages

%0
%11.68
%16.06
%46.27

Codes

Color #897973 in popluar color models

897973
RGB137121115
HSL16°8.73%49.41%
HSB/HSV16°16.06%53.73%
CMYK0.00%11.68%16.06%
46.27%

Color #897973 in popluar number systems.

HEX897973
Decimal137121115
Binary1000100111110011110011
Octal211171163

Shades and tints

Shades of #897973

#897973
(137,121,115)
#7D6E69
(125,110,105)
#71635F
(113,99,95)
#655855
(101,88,85)
#594D4B
(89,77,75)
#4D4241
(77,66,65)
#413737
(65,55,55)
#352C2D
(53,44,45)
#292123
(41,33,35)
#1D1619
(29,22,25)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #897973

#897973
(137,121,115)
#93857F
(147,133,127)
#9D918B
(157,145,139)
#A79D97
(167,157,151)
#B1A9A3
(177,169,163)
#BBB5AF
(187,181,175)
#C5C1BB
(197,193,187)
#CFCDC7
(207,205,199)
#D9D9D3
(217,217,211)
#E3E5DF
(227,229,223)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897973 color. Also use rgb(137,121,115) instead hex code.

Text Font Color

.myTextColor { color: #897973; }

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

This text font color is #897973.


Background Color

.myBgColor { background-color: #897973; }

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

This div background color is #897973.


Border color

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

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

This div border color is #897973.


Opacity

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

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

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

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

This text has shadow with #897973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897973 on black background.


Color preview on white background

This text has color #897973 on white background.



Black color preview on #897973 background

This text has black color on #897973 background.


White color preview on #897973 background

This text has white color on #897973 background.