COLOR #897961

HEX: #897961
RGB: (137,121,97)

Color info

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

RGB color model

#897961 color RGB value is (137,121,97).

  • red value is 137;
  • green value is 121;
  • blue value is 97.
RGB:
(137,121,97)
(54%,47%,38%)

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 97 of 255 = 38%

137
121
97

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

Portions of RGB colors in percentages

R + G + B =
137 + 121 + 97 = 355 (100%)
R 137 of 355 ~ 38.59%
G 121 of 355 ~ 34.08%
B 97 of 355 ~ 27.32%

%38.59
%34.08
%27.32

CMYK color model

#897961 color CMYK value is (0,12,29,46).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 29.20%
  • key color value is 46.27%
CMYK:
(0,12,29,46)
C0M12Y29K46 
(0%,12%,29%,46%)
(0.00/0.12/0.29/0.46)	

CMYK percentages

%0
%11.68
%29.2
%46.27

Codes

Color #897961 in popluar color models

897961
RGB13712197
HSL36°17.09%45.88%
HSB/HSV36°29.20%53.73%
CMYK0.00%11.68%29.20%
46.27%

Color #897961 in popluar number systems.

HEX897961
Decimal13712197
Binary1000100111110011100001
Octal211171141

Shades and tints

Shades of #897961

#897961
(137,121,97)
#7D6E59
(125,110,89)
#716351
(113,99,81)
#655849
(101,88,73)
#594D41
(89,77,65)
#4D4239
(77,66,57)
#413731
(65,55,49)
#352C29
(53,44,41)
#292121
(41,33,33)
#1D1619
(29,22,25)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #897961

#897961
(137,121,97)
#93856F
(147,133,111)
#9D917D
(157,145,125)
#A79D8B
(167,157,139)
#B1A999
(177,169,153)
#BBB5A7
(187,181,167)
#C5C1B5
(197,193,181)
#CFCDC3
(207,205,195)
#D9D9D1
(217,217,209)
#E3E5DF
(227,229,223)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897961 color. Also use rgb(137,121,97) instead hex code.

Text Font Color

.myTextColor { color: #897961; }

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

This text font color is #897961.


Background Color

.myBgColor { background-color: #897961; }

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

This div background color is #897961.


Border color

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

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

This div border color is #897961.


Opacity

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

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

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

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

This text has shadow with #897961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897961 on black background.


Color preview on white background

This text has color #897961 on white background.



Black color preview on #897961 background

This text has black color on #897961 background.


White color preview on #897961 background

This text has white color on #897961 background.