COLOR #897D3E

HEX: #897D3E RGB: (137,125,62)

Color info

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

RGB color model

#897D3E color RGB value is (137,125,62).

RGB: (137,125,62) (54%, 49%, 24%)

RGB channels and saturation

R 137 of 255 = 54%
G 125 of 255 = 49%
B 62 of 255 = 24%

137
125
62

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

Portions of RGB colors in percentages

R + G + B = 137 + 125 + 62 = 324 (100%)
R 137 of 324 ~ 42.28%
G 125 of 324 ~ 38.58%
B 62 of 324 ~ 19.14'%

%42.28
%38.58
%19.14

CMYK color model

#897D3E color CMYK value is (0,9,55,46).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 54.74%
  • key color value is 46.27%

CMYK: (0,9,55,46)
C0M9Y55K46 (0%, 9%, 55%, 46%)
(0.00 / 0.09 / 0.55 / 0.46)

CMYK percentages

%0
%8.76
%54.74
%46.27

Codes

Color #897D3E in popluar color models

89 7D 3E
RGB 137 125 62
HSL 50° 37.69% 39.02%
HSB/HSV 50° 54.74% 53.73%
CMYK 0.00% 8.76% 54.74%
46.27%

Color #897D3E in popluar number systems.

HEX 89 7D 3E
Decimal 137 125 62
Binary 10001001 1111101 111110
Octal 211 175 76

Shades and tints

Shades of #897D3E

#897D3E
(137,125,62)
#7D7239
(125,114,57)
#716734
(113,103,52)
#655C2F
(101,92,47)
#59512A
(89,81,42)
#4D4625
(77,70,37)
#413B20
(65,59,32)
#35301B
(53,48,27)
#292516
(41,37,22)
#1D1A11
(29,26,17)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #897D3E

#897D3E
(137,125,62)
#93884F
(147,136,79)
#9D9360
(157,147,96)
#A79E71
(167,158,113)
#B1A982
(177,169,130)
#BBB493
(187,180,147)
#C5BFA4
(197,191,164)
#CFCAB5
(207,202,181)
#D9D5C6
(217,213,198)
#E3E0D7
(227,224,215)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897D3E color. Also use rgb(137,125,62) instead hex code.

Text Font Color

.myTextColor { color: #897D3E; }

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

This text font color is #897D3E.

Background Color

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

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

This div background color is #897D3E.

Border color

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

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

This div border color is #897D3E.

Opacity

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

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

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

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

This text has shadow with #897D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897D3E.

Preview

Color preview on black background

This text has color #897D3E on black background.


Color preview on white background

This text has color #897D3E on white background.


Black color preview on #897D3E background

This text has black color on #897D3E background.


White color preview on #897D3E background

This text has white color on #897D3E background.


Related colors

Complementary color

Complementary color for #hex is #7682C1.


I love getcolorcode.com

Triadic colors

1 #3E897D and #7D3E89 with #897D3E are triadic colors.

2 #3E7D89 and #7D893E with #897D3E are triadic colors.