COLOR #897B62

HEX: #897B62 RGB: (137,123,98)

Color info

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

RGB color model

#897B62 color RGB value is (137,123,98).

RGB: (137,123,98) (54%, 48%, 38%)

RGB channels and saturation

R 137 of 255 = 54%
G 123 of 255 = 48%
B 98 of 255 = 38%

137
123
98

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

Portions of RGB colors in percentages

R + G + B = 137 + 123 + 98 = 358 (100%)
R 137 of 358 ~ 38.27%
G 123 of 358 ~ 34.36%
B 98 of 358 ~ 27.37'%

%38.27
%34.36
%27.37

CMYK color model

#897B62 color CMYK value is (0,10,28,46).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 28.47%
  • key color value is 46.27%

CMYK: (0,10,28,46)
C0M10Y28K46 (0%, 10%, 28%, 46%)
(0.00 / 0.10 / 0.28 / 0.46)

CMYK percentages

%0
%10.22
%28.47
%46.27

Codes

Color #897B62 in popluar color models

89 7B 62
RGB 137 123 98
HSL 38° 16.60% 46.08%
HSB/HSV 38° 28.47% 53.73%
CMYK 0.00% 10.22% 28.47%
46.27%

Color #897B62 in popluar number systems.

HEX 89 7B 62
Decimal 137 123 98
Binary 10001001 1111011 1100010
Octal 211 173 142

Shades and tints

Shades of #897B62

#897B62
(137,123,98)
#7D705A
(125,112,90)
#716552
(113,101,82)
#655A4A
(101,90,74)
#594F42
(89,79,66)
#4D443A
(77,68,58)
#413932
(65,57,50)
#352E2A
(53,46,42)
#292322
(41,35,34)
#1D181A
(29,24,26)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #897B62

#897B62
(137,123,98)
#938770
(147,135,112)
#9D937E
(157,147,126)
#A79F8C
(167,159,140)
#B1AB9A
(177,171,154)
#BBB7A8
(187,183,168)
#C5C3B6
(197,195,182)
#CFCFC4
(207,207,196)
#D9DBD2
(217,219,210)
#E3E7E0
(227,231,224)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897B62; }

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

This text font color is #897B62.

Background Color

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

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

This div background color is #897B62.

Border color

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

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

This div border color is #897B62.

Opacity

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

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

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

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

This text has shadow with #897B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897B62.

Preview

Color preview on black background

This text has color #897B62 on black background.


Color preview on white background

This text has color #897B62 on white background.


Black color preview on #897B62 background

This text has black color on #897B62 background.


White color preview on #897B62 background

This text has white color on #897B62 background.


Related colors

Complementary color

Complementary color for #hex is #76849D.


I love getcolorcode.com

Triadic colors

1 #62897B and #7B6289 with #897B62 are triadic colors.

2 #627B89 and #7B8962 with #897B62 are triadic colors.