COLOR #897577

HEX: #897577
RGB: (137,117,119)

Color info

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

RGB color model

#897577 color RGB value is (137,117,119).

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

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 119 of 255 = 47%

137
117
119

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

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 119 = 373 (100%)
R 137 of 373 ~ 36.73%
G 117 of 373 ~ 31.37%
B 119 of 373 ~ 31.9%

%36.73
%31.37
%31.9

CMYK color model

#897577 color CMYK value is (0,15,13,46).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK:
(0,15,13,46)
C0M15Y13K46 
(0%,15%,13%,46%)
(0.00/0.15/0.13/0.46)	

CMYK percentages

%0
%14.6
%13.14
%46.27

Codes

Color #897577 in popluar color models

897577
RGB137117119
HSL354°7.87%49.80%
HSB/HSV354°14.60%53.73%
CMYK0.00%14.60%13.14%
46.27%

Color #897577 in popluar number systems.

HEX897577
Decimal137117119
Binary1000100111101011110111
Octal211165167

Shades and tints

Shades of #897577

#897577
(137,117,119)
#7D6B6D
(125,107,109)
#716163
(113,97,99)
#655759
(101,87,89)
#594D4F
(89,77,79)
#4D4345
(77,67,69)
#41393B
(65,57,59)
#352F31
(53,47,49)
#292527
(41,37,39)
#1D1B1D
(29,27,29)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #897577

#897577
(137,117,119)
#938183
(147,129,131)
#9D8D8F
(157,141,143)
#A7999B
(167,153,155)
#B1A5A7
(177,165,167)
#BBB1B3
(187,177,179)
#C5BDBF
(197,189,191)
#CFC9CB
(207,201,203)
#D9D5D7
(217,213,215)
#E3E1E3
(227,225,227)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897577; }

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

This text font color is #897577.


Background Color

.myBgColor { background-color: #897577; }

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

This div background color is #897577.


Border color

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

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

This div border color is #897577.


Opacity

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

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

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

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

This text has shadow with #897577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897577 on black background.


Color preview on white background

This text has color #897577 on white background.



Black color preview on #897577 background

This text has black color on #897577 background.


White color preview on #897577 background

This text has white color on #897577 background.