COLOR #897A44

HEX: #897A44 RGB: (137,122,68)

Color info

#897A44 contains mainly red and green colors. Web safe color of #897A44 is #996633 (or #963).

RGB color model

#897A44 color RGB value is (137,122,68).

RGB: (137,122,68) (54%, 48%, 27%)

RGB channels and saturation

R 137 of 255 = 54%
G 122 of 255 = 48%
B 68 of 255 = 27%

137
122
68

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

Portions of RGB colors in percentages

R + G + B = 137 + 122 + 68 = 327 (100%)
R 137 of 327 ~ 41.9%
G 122 of 327 ~ 37.31%
B 68 of 327 ~ 20.8'%

%41.9
%37.31
%20.8

CMYK color model

#897A44 color CMYK value is (0,11,50,46).

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

CMYK: (0,11,50,46)
C0M11Y50K46 (0%, 11%, 50%, 46%)
(0.00 / 0.11 / 0.50 / 0.46)

CMYK percentages

%0
%10.95
%50.36
%46.27

Codes

Color #897A44 in popluar color models

89 7A 44
RGB 137 122 68
HSL 47° 33.66% 40.20%
HSB/HSV 47° 50.36% 53.73%
CMYK 0.00% 10.95% 50.36%
46.27%

Color #897A44 in popluar number systems.

HEX 89 7A 44
Decimal 137 122 68
Binary 10001001 1111010 1000100
Octal 211 172 104

Shades and tints

Shades of #897A44

#897A44
(137,122,68)
#7D6F3E
(125,111,62)
#716438
(113,100,56)
#655932
(101,89,50)
#594E2C
(89,78,44)
#4D4326
(77,67,38)
#413820
(65,56,32)
#352D1A
(53,45,26)
#292214
(41,34,20)
#1D170E
(29,23,14)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #897A44

#897A44
(137,122,68)
#938655
(147,134,85)
#9D9266
(157,146,102)
#A79E77
(167,158,119)
#B1AA88
(177,170,136)
#BBB699
(187,182,153)
#C5C2AA
(197,194,170)
#CFCEBB
(207,206,187)
#D9DACC
(217,218,204)
#E3E6DD
(227,230,221)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897A44; }

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

This text font color is #897A44.

Background Color

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

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

This div background color is #897A44.

Border color

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

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

This div border color is #897A44.

Opacity

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

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

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

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

This text has shadow with #897A44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897A44.

Preview

Color preview on black background

This text has color #897A44 on black background.


Color preview on white background

This text has color #897A44 on white background.


Black color preview on #897A44 background

This text has black color on #897A44 background.


White color preview on #897A44 background

This text has white color on #897A44 background.


Related colors

Complementary color

Complementary color for #hex is #7685BB.


I love getcolorcode.com

Triadic colors

1 #44897A and #7A4489 with #897A44 are triadic colors.

2 #447A89 and #7A8944 with #897A44 are triadic colors.