COLOR #897A5D

HEX: #897A5D RGB: (137,122,93)

Color info

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

RGB color model

#897A5D color RGB value is (137,122,93).

RGB: (137,122,93) (54%, 48%, 36%)

RGB channels and saturation

R 137 of 255 = 54%
G 122 of 255 = 48%
B 93 of 255 = 36%

137
122
93

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

Portions of RGB colors in percentages

R + G + B = 137 + 122 + 93 = 352 (100%)
R 137 of 352 ~ 38.92%
G 122 of 352 ~ 34.66%
B 93 of 352 ~ 26.42'%

%38.92
%34.66
%26.42

CMYK color model

#897A5D color CMYK value is (0,11,32,46).

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 32.12%
  • key color value is 46.27%

CMYK: (0,11,32,46)
C0M11Y32K46 (0%, 11%, 32%, 46%)
(0.00 / 0.11 / 0.32 / 0.46)

CMYK percentages

%0
%10.95
%32.12
%46.27

Codes

Color #897A5D in popluar color models

89 7A 5D
RGB 137 122 93
HSL 40° 19.13% 45.10%
HSB/HSV 40° 32.12% 53.73%
CMYK 0.00% 10.95% 32.12%
46.27%

Color #897A5D in popluar number systems.

HEX 89 7A 5D
Decimal 137 122 93
Binary 10001001 1111010 1011101
Octal 211 172 135

Shades and tints

Shades of #897A5D

#897A5D
(137,122,93)
#7D6F55
(125,111,85)
#71644D
(113,100,77)
#655945
(101,89,69)
#594E3D
(89,78,61)
#4D4335
(77,67,53)
#41382D
(65,56,45)
#352D25
(53,45,37)
#29221D
(41,34,29)
#1D1715
(29,23,21)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #897A5D

#897A5D
(137,122,93)
#93866B
(147,134,107)
#9D9279
(157,146,121)
#A79E87
(167,158,135)
#B1AA95
(177,170,149)
#BBB6A3
(187,182,163)
#C5C2B1
(197,194,177)
#CFCEBF
(207,206,191)
#D9DACD
(217,218,205)
#E3E6DB
(227,230,219)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897A5D; }

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

This text font color is #897A5D.

Background Color

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

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

This div background color is #897A5D.

Border color

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

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

This div border color is #897A5D.

Opacity

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

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

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

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

This text has shadow with #897A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897A5D.

Preview

Color preview on black background

This text has color #897A5D on black background.


Color preview on white background

This text has color #897A5D on white background.


Black color preview on #897A5D background

This text has black color on #897A5D background.


White color preview on #897A5D background

This text has white color on #897A5D background.


Related colors

Complementary color

Complementary color for #hex is #7685A2.


I love getcolorcode.com

Triadic colors

1 #5D897A and #7A5D89 with #897A5D are triadic colors.

2 #5D7A89 and #7A895D with #897A5D are triadic colors.