COLOR #897B64

HEX: #897B64
RGB: (137,123,100)

Color info

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

RGB color model

#897B64 color RGB value is (137,123,100).

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

RGB channels and saturation

R 137 of 255 = 54%
G 123 of 255 = 48%
B 100 of 255 = 39%

137
123
100

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

Portions of RGB colors in percentages

R + G + B =
137 + 123 + 100 = 360 (100%)
R 137 of 360 ~ 38.06%
G 123 of 360 ~ 34.17%
B 100 of 360 ~ 27.78%

%38.06
%34.17
%27.78

CMYK color model

#897B64 color CMYK value is (0,10,27,46).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 27.01%
  • key color value is 46.27%
CMYK: (0,10,27,46) C0M10Y27K46 (0%,10%,27%,46%) (0.00/0.10/0.27/0.46)

CMYK percentages

%0
%10.22
%27.01
%46.27

Codes

Color #897B64 in popluar color models

897B64
RGB137123100
HSL37°15.61%46.47%
HSB/HSV37°27.01%53.73%
CMYK0.00%10.22%27.01%
46.27%

Color #897B64 in popluar number systems.

HEX897B64
Decimal137123100
Binary1000100111110111100100
Octal211173144

Shades and tints

Shades of #897B64

#897B64
(137,123,100)
#7D705B
(125,112,91)
#716552
(113,101,82)
#655A49
(101,90,73)
#594F40
(89,79,64)
#4D4437
(77,68,55)
#41392E
(65,57,46)
#352E25
(53,46,37)
#29231C
(41,35,28)
#1D1813
(29,24,19)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #897B64

#897B64
(137,123,100)
#938772
(147,135,114)
#9D9380
(157,147,128)
#A79F8E
(167,159,142)
#B1AB9C
(177,171,156)
#BBB7AA
(187,183,170)
#C5C3B8
(197,195,184)
#CFCFC6
(207,207,198)
#D9DBD4
(217,219,212)
#E3E7E2
(227,231,226)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897B64; }

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

This text font color is #897B64.


Background Color

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

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

This div background color is #897B64.


Border color

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

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

This div border color is #897B64.


Opacity

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

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

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

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

This text has shadow with #897B64 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #897B64 on black background.


Color preview on white background

This text has color #897B64 on white background.



Black color preview on #897B64 background

This text has black color on #897B64 background.


White color preview on #897B64 background

This text has white color on #897B64 background.