COLOR #897C72

HEX: #897C72
RGB: (137,124,114)

Color info

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

RGB color model

#897C72 color RGB value is (137,124,114).

  • red value is 137;
  • green value is 124;
  • blue value is 114.
RGB:
(137,124,114)
(54%,49%,45%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 114 of 255 = 45%

137
124
114

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

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 114 = 375 (100%)
R 137 of 375 ~ 36.53%
G 124 of 375 ~ 33.07%
B 114 of 375 ~ 30.4%

%36.53
%33.07
%30.4

CMYK color model

#897C72 color CMYK value is (0,9,17,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 16.79%
  • key color value is 46.27%
CMYK:
(0,9,17,46)
C0M9Y17K46 
(0%,9%,17%,46%)
(0.00/0.09/0.17/0.46)	

CMYK percentages

%0
%9.49
%16.79
%46.27

Codes

Color #897C72 in popluar color models

897C72
RGB137124114
HSL26°9.16%49.22%
HSB/HSV26°16.79%53.73%
CMYK0.00%9.49%16.79%
46.27%

Color #897C72 in popluar number systems.

HEX897C72
Decimal137124114
Binary1000100111111001110010
Octal211174162

Shades and tints

Shades of #897C72

#897C72
(137,124,114)
#7D7168
(125,113,104)
#71665E
(113,102,94)
#655B54
(101,91,84)
#59504A
(89,80,74)
#4D4540
(77,69,64)
#413A36
(65,58,54)
#352F2C
(53,47,44)
#292422
(41,36,34)
#1D1918
(29,25,24)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #897C72

#897C72
(137,124,114)
#93877E
(147,135,126)
#9D928A
(157,146,138)
#A79D96
(167,157,150)
#B1A8A2
(177,168,162)
#BBB3AE
(187,179,174)
#C5BEBA
(197,190,186)
#CFC9C6
(207,201,198)
#D9D4D2
(217,212,210)
#E3DFDE
(227,223,222)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897C72 color. Also use rgb(137,124,114) instead hex code.

Text Font Color

.myTextColor { color: #897C72; }

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

This text font color is #897C72.


Background Color

.myBgColor { background-color: #897C72; }

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

This div background color is #897C72.


Border color

.myBorderColor { border: 1px solid #897C72; }

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

This div border color is #897C72.


Opacity

.myOpacity80 { color: #897C72; opacity: 0.8; }

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

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

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

This text has shadow with #897C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C72 on black background.


Color preview on white background

This text has color #897C72 on white background.



Black color preview on #897C72 background

This text has black color on #897C72 background.


White color preview on #897C72 background

This text has white color on #897C72 background.