COLOR #897E7A

HEX: #897E7A
RGB: (137,126,122)

Color info

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

RGB color model

#897E7A color RGB value is (137,126,122).

  • red value is 137;
  • green value is 126;
  • blue value is 122.
RGB:
(137,126,122)
(54%,49%,48%)

RGB channels and saturation

R 137 of 255 = 54%
G 126 of 255 = 49%
B 122 of 255 = 48%

137
126
122

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

Portions of RGB colors in percentages

R + G + B =
137 + 126 + 122 = 385 (100%)
R 137 of 385 ~ 35.58%
G 126 of 385 ~ 32.73%
B 122 of 385 ~ 31.69%

%35.58
%32.73
%31.69

CMYK color model

#897E7A color CMYK value is (0,8,11,46).

  • cyan value is 0.00%
  • magenta value is 8.03%
  • yellow value is 10.95%
  • key color value is 46.27%
CMYK:
(0,8,11,46)
C0M8Y11K46 
(0%,8%,11%,46%)
(0.00/0.08/0.11/0.46)	

CMYK percentages

%0
%8.03
%10.95
%46.27

Codes

Color #897E7A in popluar color models

897E7A
RGB137126122
HSL16°5.98%50.78%
HSB/HSV16°10.95%53.73%
CMYK0.00%8.03%10.95%
46.27%

Color #897E7A in popluar number systems.

HEX897E7A
Decimal137126122
Binary1000100111111101111010
Octal211176172

Shades and tints

Shades of #897E7A

#897E7A
(137,126,122)
#7D736F
(125,115,111)
#716864
(113,104,100)
#655D59
(101,93,89)
#59524E
(89,82,78)
#4D4743
(77,71,67)
#413C38
(65,60,56)
#35312D
(53,49,45)
#292622
(41,38,34)
#1D1B17
(29,27,23)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #897E7A

#897E7A
(137,126,122)
#938986
(147,137,134)
#9D9492
(157,148,146)
#A79F9E
(167,159,158)
#B1AAAA
(177,170,170)
#BBB5B6
(187,181,182)
#C5C0C2
(197,192,194)
#CFCBCE
(207,203,206)
#D9D6DA
(217,214,218)
#E3E1E6
(227,225,230)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897E7A color. Also use rgb(137,126,122) instead hex code.

Text Font Color

.myTextColor { color: #897E7A; }

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

This text font color is #897E7A.


Background Color

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

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

This div background color is #897E7A.


Border color

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

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

This div border color is #897E7A.


Opacity

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

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

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

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

This text has shadow with #897E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897E7A on black background.


Color preview on white background

This text has color #897E7A on white background.



Black color preview on #897E7A background

This text has black color on #897E7A background.


White color preview on #897E7A background

This text has white color on #897E7A background.