COLOR #897864

HEX: #897864
RGB: (137,120,100)

Color info

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

RGB color model

#897864 color RGB value is (137,120,100).

  • red value is 137;
  • green value is 120;
  • blue value is 100.
RGB:
(137,120,100)
(54%,47%,39%)

RGB channels and saturation

R 137 of 255 = 54%
G 120 of 255 = 47%
B 100 of 255 = 39%

137
120
100

R + G + B ~ 47%. #897864 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 120 + 100 = 357 (100%)
R 137 of 357 ~ 38.38%
G 120 of 357 ~ 33.61%
B 100 of 357 ~ 28.01%

%38.38
%33.61
%28.01

CMYK color model

#897864 color CMYK value is (0,12,27,46).

  • cyan value is 0.00%
  • magenta value is 12.41%
  • yellow value is 27.01%
  • key color value is 46.27%
CMYK:
(0,12,27,46)
C0M12Y27K46 
(0%,12%,27%,46%)
(0.00/0.12/0.27/0.46)	

CMYK percentages

%0
%12.41
%27.01
%46.27

Codes

Color #897864 in popluar color models

897864
RGB137120100
HSL32°15.61%46.47%
HSB/HSV32°27.01%53.73%
CMYK0.00%12.41%27.01%
46.27%

Color #897864 in popluar number systems.

HEX897864
Decimal137120100
Binary1000100111110001100100
Octal211170144

Shades and tints

Shades of #897864

#897864
(137,120,100)
#7D6E5B
(125,110,91)
#716452
(113,100,82)
#655A49
(101,90,73)
#595040
(89,80,64)
#4D4637
(77,70,55)
#413C2E
(65,60,46)
#353225
(53,50,37)
#29281C
(41,40,28)
#1D1E13
(29,30,19)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #897864

#897864
(137,120,100)
#938472
(147,132,114)
#9D9080
(157,144,128)
#A79C8E
(167,156,142)
#B1A89C
(177,168,156)
#BBB4AA
(187,180,170)
#C5C0B8
(197,192,184)
#CFCCC6
(207,204,198)
#D9D8D4
(217,216,212)
#E3E4E2
(227,228,226)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897864 color. Also use rgb(137,120,100) instead hex code.

Text Font Color

.myTextColor { color: #897864; }

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

This text font color is #897864.


Background Color

.myBgColor { background-color: #897864; }

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

This div background color is #897864.


Border color

.myBorderColor { border: 1px solid #897864; }

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

This div border color is #897864.


Opacity

.myOpacity80 { color: #897864; opacity: 0.8; }

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

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

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

This text has shadow with #897864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897864 on black background.


Color preview on white background

This text has color #897864 on white background.



Black color preview on #897864 background

This text has black color on #897864 background.


White color preview on #897864 background

This text has white color on #897864 background.