COLOR #897373

HEX: #897373 RGB: (137,115,115)

Color info

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

RGB color model

#897373 color RGB value is (137,115,115).

RGB: (137,115,115) (54%, 45%, 45%)

RGB channels and saturation

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

137
115
115

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

Portions of RGB colors in percentages

R + G + B = 137 + 115 + 115 = 367 (100%)
R 137 of 367 ~ 37.33%
G 115 of 367 ~ 31.34%
B 115 of 367 ~ 31.34'%

%37.33
%31.34
%31.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 16.06%
  • key color value is 46.27%

CMYK: (0,16,16,46)
C0M16Y16K46 (0%, 16%, 16%, 46%)
(0.00 / 0.16 / 0.16 / 0.46)

CMYK percentages

%0
%16.06
%16.06
%46.27

Codes

Color #897373 in popluar color models

89 73 73
RGB 137 115 115
HSL 8.73% 49.41%
HSB/HSV 16.06% 53.73%
CMYK 0.00% 16.06% 16.06%
46.27%

Color #897373 in popluar number systems.

HEX 89 73 73
Decimal 137 115 115
Binary 10001001 1110011 1110011
Octal 211 163 163

Shades and tints

Shades of #897373

#897373
(137,115,115)
#7D6969
(125,105,105)
#715F5F
(113,95,95)
#655555
(101,85,85)
#594B4B
(89,75,75)
#4D4141
(77,65,65)
#413737
(65,55,55)
#352D2D
(53,45,45)
#292323
(41,35,35)
#1D1919
(29,25,25)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #897373

#897373
(137,115,115)
#937F7F
(147,127,127)
#9D8B8B
(157,139,139)
#A79797
(167,151,151)
#B1A3A3
(177,163,163)
#BBAFAF
(187,175,175)
#C5BBBB
(197,187,187)
#CFC7C7
(207,199,199)
#D9D3D3
(217,211,211)
#E3DFDF
(227,223,223)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897373; }

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

This text font color is #897373.

Background Color

.myBgColor { background-color: #897373; }

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

This div background color is #897373.

Border color

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

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

This div border color is #897373.

Opacity

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

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

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

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

This text has shadow with #897373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897373.

Preview

Color preview on black background

This text has color #897373 on black background.


Color preview on white background

This text has color #897373 on white background.


Black color preview on #897373 background

This text has black color on #897373 background.


White color preview on #897373 background

This text has white color on #897373 background.


Related colors

Complementary color

Complementary color for #hex is #768C8C.


I love getcolorcode.com