COLOR #897D53

HEX: #897D53
RGB: (137,125,83)

Color info

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

RGB color model

#897D53 color RGB value is (137,125,83).

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

RGB channels and saturation

R 137 of 255 = 54%
G 125 of 255 = 49%
B 83 of 255 = 33%

137
125
83

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

Portions of RGB colors in percentages

R + G + B =
137 + 125 + 83 = 345 (100%)
R 137 of 345 ~ 39.71%
G 125 of 345 ~ 36.23%
B 83 of 345 ~ 24.06%

%39.71
%36.23
%24.06

CMYK color model

#897D53 color CMYK value is (0,9,39,46).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 39.42%
  • key color value is 46.27%
CMYK:
(0,9,39,46)
C0M9Y39K46 
(0%,9%,39%,46%)
(0.00/0.09/0.39/0.46)	

CMYK percentages

%0
%8.76
%39.42
%46.27

Codes

Color #897D53 in popluar color models

897D53
RGB13712583
HSL47°24.55%43.14%
HSB/HSV47°39.42%53.73%
CMYK0.00%8.76%39.42%
46.27%

Color #897D53 in popluar number systems.

HEX897D53
Decimal13712583
Binary1000100111111011010011
Octal211175123

Shades and tints

Shades of #897D53

#897D53
(137,125,83)
#7D724C
(125,114,76)
#716745
(113,103,69)
#655C3E
(101,92,62)
#595137
(89,81,55)
#4D4630
(77,70,48)
#413B29
(65,59,41)
#353022
(53,48,34)
#29251B
(41,37,27)
#1D1A14
(29,26,20)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #897D53

#897D53
(137,125,83)
#938862
(147,136,98)
#9D9371
(157,147,113)
#A79E80
(167,158,128)
#B1A98F
(177,169,143)
#BBB49E
(187,180,158)
#C5BFAD
(197,191,173)
#CFCABC
(207,202,188)
#D9D5CB
(217,213,203)
#E3E0DA
(227,224,218)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897D53; }

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

This text font color is #897D53.


Background Color

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

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

This div background color is #897D53.


Border color

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

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

This div border color is #897D53.


Opacity

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

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

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

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

This text has shadow with #897D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897D53 on black background.


Color preview on white background

This text has color #897D53 on white background.



Black color preview on #897D53 background

This text has black color on #897D53 background.


White color preview on #897D53 background

This text has white color on #897D53 background.