COLOR #897D3F

HEX: #897D3F
RGB: (137,125,63)

Color info

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

RGB color model

#897D3F color RGB value is (137,125,63).

  • red value is 137;
  • green value is 125;
  • blue value is 63.
RGB:
(137,125,63)
(54%,49%,25%)

RGB channels and saturation

R 137 of 255 = 54%
G 125 of 255 = 49%
B 63 of 255 = 25%

137
125
63

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

Portions of RGB colors in percentages

R + G + B =
137 + 125 + 63 = 325 (100%)
R 137 of 325 ~ 42.15%
G 125 of 325 ~ 38.46%
B 63 of 325 ~ 19.38%

%42.15
%38.46
%19.38

CMYK color model

#897D3F color CMYK value is (0,9,54,46).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 54.01%
  • key color value is 46.27%
CMYK:
(0,9,54,46)
C0M9Y54K46 
(0%,9%,54%,46%)
(0.00/0.09/0.54/0.46)	

CMYK percentages

%0
%8.76
%54.01
%46.27

Codes

Color #897D3F in popluar color models

897D3F
RGB13712563
HSL50°37.00%39.22%
HSB/HSV50°54.01%53.73%
CMYK0.00%8.76%54.01%
46.27%

Color #897D3F in popluar number systems.

HEX897D3F
Decimal13712563
Binary100010011111101111111
Octal21117577

Shades and tints

Shades of #897D3F

#897D3F
(137,125,63)
#7D723A
(125,114,58)
#716735
(113,103,53)
#655C30
(101,92,48)
#59512B
(89,81,43)
#4D4626
(77,70,38)
#413B21
(65,59,33)
#35301C
(53,48,28)
#292517
(41,37,23)
#1D1A12
(29,26,18)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #897D3F

#897D3F
(137,125,63)
#938850
(147,136,80)
#9D9361
(157,147,97)
#A79E72
(167,158,114)
#B1A983
(177,169,131)
#BBB494
(187,180,148)
#C5BFA5
(197,191,165)
#CFCAB6
(207,202,182)
#D9D5C7
(217,213,199)
#E3E0D8
(227,224,216)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897D3F; }

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

This text font color is #897D3F.


Background Color

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

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

This div background color is #897D3F.


Border color

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

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

This div border color is #897D3F.


Opacity

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

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

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

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

This text has shadow with #897D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897D3F on black background.


Color preview on white background

This text has color #897D3F on white background.



Black color preview on #897D3F background

This text has black color on #897D3F background.


White color preview on #897D3F background

This text has white color on #897D3F background.