COLOR #897F52

HEX: #897F52
RGB: (137,127,82)

Color info

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

RGB color model

#897F52 color RGB value is (137,127,82).

  • red value is 137;
  • green value is 127;
  • blue value is 82.
RGB:
(137,127,82)
(54%,50%,32%)

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 82 of 255 = 32%

137
127
82

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

Portions of RGB colors in percentages

R + G + B =
137 + 127 + 82 = 346 (100%)
R 137 of 346 ~ 39.6%
G 127 of 346 ~ 36.71%
B 82 of 346 ~ 23.7%

%39.6
%36.71
%23.7

CMYK color model

#897F52 color CMYK value is (0,7,40,46).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 40.15%
  • key color value is 46.27%
CMYK:
(0,7,40,46)
C0M7Y40K46 
(0%,7%,40%,46%)
(0.00/0.07/0.40/0.46)	

CMYK percentages

%0
%7.3
%40.15
%46.27

Codes

Color #897F52 in popluar color models

897F52
RGB13712782
HSL49°25.11%42.94%
HSB/HSV49°40.15%53.73%
CMYK0.00%7.30%40.15%
46.27%

Color #897F52 in popluar number systems.

HEX897F52
Decimal13712782
Binary1000100111111111010010
Octal211177122

Shades and tints

Shades of #897F52

#897F52
(137,127,82)
#7D744B
(125,116,75)
#716944
(113,105,68)
#655E3D
(101,94,61)
#595336
(89,83,54)
#4D482F
(77,72,47)
#413D28
(65,61,40)
#353221
(53,50,33)
#29271A
(41,39,26)
#1D1C13
(29,28,19)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #897F52

#897F52
(137,127,82)
#938A61
(147,138,97)
#9D9570
(157,149,112)
#A7A07F
(167,160,127)
#B1AB8E
(177,171,142)
#BBB69D
(187,182,157)
#C5C1AC
(197,193,172)
#CFCCBB
(207,204,187)
#D9D7CA
(217,215,202)
#E3E2D9
(227,226,217)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897F52 color. Also use rgb(137,127,82) instead hex code.

Text Font Color

.myTextColor { color: #897F52; }

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

This text font color is #897F52.


Background Color

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

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

This div background color is #897F52.


Border color

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

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

This div border color is #897F52.


Opacity

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

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

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

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

This text has shadow with #897F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897F52 on black background.


Color preview on white background

This text has color #897F52 on white background.



Black color preview on #897F52 background

This text has black color on #897F52 background.


White color preview on #897F52 background

This text has white color on #897F52 background.