COLOR #897364

HEX: #897364
RGB: (137,115,100)

Color info

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

RGB color model

#897364 color RGB value is (137,115,100).

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

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 100 of 255 = 39%

137
115
100

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

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 100 = 352 (100%)
R 137 of 352 ~ 38.92%
G 115 of 352 ~ 32.67%
B 100 of 352 ~ 28.41%

%38.92
%32.67
%28.41

CMYK color model

#897364 color CMYK value is (0,16,27,46).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 27.01%
  • key color value is 46.27%
CMYK:
(0,16,27,46)
C0M16Y27K46 
(0%,16%,27%,46%)
(0.00/0.16/0.27/0.46)	

CMYK percentages

%0
%16.06
%27.01
%46.27

Codes

Color #897364 in popluar color models

897364
RGB137115100
HSL24°15.61%46.47%
HSB/HSV24°27.01%53.73%
CMYK0.00%16.06%27.01%
46.27%

Color #897364 in popluar number systems.

HEX897364
Decimal137115100
Binary1000100111100111100100
Octal211163144

Shades and tints

Shades of #897364

#897364
(137,115,100)
#7D695B
(125,105,91)
#715F52
(113,95,82)
#655549
(101,85,73)
#594B40
(89,75,64)
#4D4137
(77,65,55)
#41372E
(65,55,46)
#352D25
(53,45,37)
#29231C
(41,35,28)
#1D1913
(29,25,19)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #897364

#897364
(137,115,100)
#937F72
(147,127,114)
#9D8B80
(157,139,128)
#A7978E
(167,151,142)
#B1A39C
(177,163,156)
#BBAFAA
(187,175,170)
#C5BBB8
(197,187,184)
#CFC7C6
(207,199,198)
#D9D3D4
(217,211,212)
#E3DFE2
(227,223,226)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897364; }

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

This text font color is #897364.


Background Color

.myBgColor { background-color: #897364; }

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

This div background color is #897364.


Border color

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

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

This div border color is #897364.


Opacity

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

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

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

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

This text has shadow with #897364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897364 on black background.


Color preview on white background

This text has color #897364 on white background.



Black color preview on #897364 background

This text has black color on #897364 background.


White color preview on #897364 background

This text has white color on #897364 background.