COLOR #897965

HEX: #897965
RGB: (137,121,101)

Color info

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

RGB color model

#897965 color RGB value is (137,121,101).

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

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 101 of 255 = 40%

137
121
101

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

Portions of RGB colors in percentages

R + G + B =
137 + 121 + 101 = 359 (100%)
R 137 of 359 ~ 38.16%
G 121 of 359 ~ 33.7%
B 101 of 359 ~ 28.13%

%38.16
%33.7
%28.13

CMYK color model

#897965 color CMYK value is (0,12,26,46).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 26.28%
  • key color value is 46.27%
CMYK:
(0,12,26,46)
C0M12Y26K46 
(0%,12%,26%,46%)
(0.00/0.12/0.26/0.46)	

CMYK percentages

%0
%11.68
%26.28
%46.27

Codes

Color #897965 in popluar color models

897965
RGB137121101
HSL33°15.13%46.67%
HSB/HSV33°26.28%53.73%
CMYK0.00%11.68%26.28%
46.27%

Color #897965 in popluar number systems.

HEX897965
Decimal137121101
Binary1000100111110011100101
Octal211171145

Shades and tints

Shades of #897965

#897965
(137,121,101)
#7D6E5C
(125,110,92)
#716353
(113,99,83)
#65584A
(101,88,74)
#594D41
(89,77,65)
#4D4238
(77,66,56)
#41372F
(65,55,47)
#352C26
(53,44,38)
#29211D
(41,33,29)
#1D1614
(29,22,20)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #897965

#897965
(137,121,101)
#938573
(147,133,115)
#9D9181
(157,145,129)
#A79D8F
(167,157,143)
#B1A99D
(177,169,157)
#BBB5AB
(187,181,171)
#C5C1B9
(197,193,185)
#CFCDC7
(207,205,199)
#D9D9D5
(217,217,213)
#E3E5E3
(227,229,227)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897965; }

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

This text font color is #897965.


Background Color

.myBgColor { background-color: #897965; }

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

This div background color is #897965.


Border color

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

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

This div border color is #897965.


Opacity

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

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

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

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

This text has shadow with #897965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897965 on black background.


Color preview on white background

This text has color #897965 on white background.



Black color preview on #897965 background

This text has black color on #897965 background.


White color preview on #897965 background

This text has white color on #897965 background.