COLOR #897C47

HEX: #897C47 RGB: (137,124,71)

Color info

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

RGB color model

#897C47 color RGB value is (137,124,71).

RGB: (137,124,71) (54%, 49%, 28%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 71 of 255 = 28%

137
124
71

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

Portions of RGB colors in percentages

R + G + B = 137 + 124 + 71 = 332 (100%)
R 137 of 332 ~ 41.27%
G 124 of 332 ~ 37.35%
B 71 of 332 ~ 21.39'%

%41.27
%37.35
%21.39

CMYK color model

#897C47 color CMYK value is (0,9,48,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 48.18%
  • key color value is 46.27%

CMYK: (0,9,48,46)
C0M9Y48K46 (0%, 9%, 48%, 46%)
(0.00 / 0.09 / 0.48 / 0.46)

CMYK percentages

%0
%9.49
%48.18
%46.27

Codes

Color #897C47 in popluar color models

89 7C 47
RGB 137 124 71
HSL 48° 31.73% 40.78%
HSB/HSV 48° 48.18% 53.73%
CMYK 0.00% 9.49% 48.18%
46.27%

Color #897C47 in popluar number systems.

HEX 89 7C 47
Decimal 137 124 71
Binary 10001001 1111100 1000111
Octal 211 174 107

Shades and tints

Shades of #897C47

#897C47
(137,124,71)
#7D7141
(125,113,65)
#71663B
(113,102,59)
#655B35
(101,91,53)
#59502F
(89,80,47)
#4D4529
(77,69,41)
#413A23
(65,58,35)
#352F1D
(53,47,29)
#292417
(41,36,23)
#1D1911
(29,25,17)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #897C47

#897C47
(137,124,71)
#938757
(147,135,87)
#9D9267
(157,146,103)
#A79D77
(167,157,119)
#B1A887
(177,168,135)
#BBB397
(187,179,151)
#C5BEA7
(197,190,167)
#CFC9B7
(207,201,183)
#D9D4C7
(217,212,199)
#E3DFD7
(227,223,215)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897C47; }

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

This text font color is #897C47.

Background Color

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

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

This div background color is #897C47.

Border color

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

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

This div border color is #897C47.

Opacity

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

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

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

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

This text has shadow with #897C47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897C47.

Preview

Color preview on black background

This text has color #897C47 on black background.


Color preview on white background

This text has color #897C47 on white background.


Black color preview on #897C47 background

This text has black color on #897C47 background.


White color preview on #897C47 background

This text has white color on #897C47 background.


Related colors

Complementary color

Complementary color for #hex is #7683B8.


I love getcolorcode.com

Triadic colors

1 #47897C and #7C4789 with #897C47 are triadic colors.

2 #477C89 and #7C8947 with #897C47 are triadic colors.