COLOR #897476

HEX: #897476
RGB: (137,116,118)

Color info

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

RGB color model

#897476 color RGB value is (137,116,118).

  • red value is 137;
  • green value is 116;
  • blue value is 118.
RGB:
(137,116,118)
(54%,45%,46%)

RGB channels and saturation

R 137 of 255 = 54%
G 116 of 255 = 45%
B 118 of 255 = 46%

137
116
118

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

Portions of RGB colors in percentages

R + G + B =
137 + 116 + 118 = 371 (100%)
R 137 of 371 ~ 36.93%
G 116 of 371 ~ 31.27%
B 118 of 371 ~ 31.81%

%36.93
%31.27
%31.81

CMYK color model

#897476 color CMYK value is (0,15,14,46).

  • cyan value is 0.00%
  • magenta value is 15.33%
  • yellow value is 13.87%
  • key color value is 46.27%
CMYK:
(0,15,14,46)
C0M15Y14K46 
(0%,15%,14%,46%)
(0.00/0.15/0.14/0.46)	

CMYK percentages

%0
%15.33
%13.87
%46.27

Codes

Color #897476 in popluar color models

897476
RGB137116118
HSL354°8.30%49.61%
HSB/HSV354°15.33%53.73%
CMYK0.00%15.33%13.87%
46.27%

Color #897476 in popluar number systems.

HEX897476
Decimal137116118
Binary1000100111101001110110
Octal211164166

Shades and tints

Shades of #897476

#897476
(137,116,118)
#7D6A6C
(125,106,108)
#716062
(113,96,98)
#655658
(101,86,88)
#594C4E
(89,76,78)
#4D4244
(77,66,68)
#41383A
(65,56,58)
#352E30
(53,46,48)
#292426
(41,36,38)
#1D1A1C
(29,26,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #897476

#897476
(137,116,118)
#938082
(147,128,130)
#9D8C8E
(157,140,142)
#A7989A
(167,152,154)
#B1A4A6
(177,164,166)
#BBB0B2
(187,176,178)
#C5BCBE
(197,188,190)
#CFC8CA
(207,200,202)
#D9D4D6
(217,212,214)
#E3E0E2
(227,224,226)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897476; }

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

This text font color is #897476.


Background Color

.myBgColor { background-color: #897476; }

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

This div background color is #897476.


Border color

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

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

This div border color is #897476.


Opacity

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

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

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

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

This text has shadow with #897476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897476 on black background.


Color preview on white background

This text has color #897476 on white background.



Black color preview on #897476 background

This text has black color on #897476 background.


White color preview on #897476 background

This text has white color on #897476 background.