COLOR #897A5F

HEX: #897A5F
RGB: (137,122,95)

Color info

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

RGB color model

#897A5F color RGB value is (137,122,95).

  • red value is 137;
  • green value is 122;
  • blue value is 95.
RGB:
(137,122,95)
(54%,48%,37%)

RGB channels and saturation

R 137 of 255 = 54%
G 122 of 255 = 48%
B 95 of 255 = 37%

137
122
95

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

Portions of RGB colors in percentages

R + G + B =
137 + 122 + 95 = 354 (100%)
R 137 of 354 ~ 38.7%
G 122 of 354 ~ 34.46%
B 95 of 354 ~ 26.84%

%38.7
%34.46
%26.84

CMYK color model

#897A5F color CMYK value is (0,11,31,46).

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 30.66%
  • key color value is 46.27%
CMYK:
(0,11,31,46)
C0M11Y31K46 
(0%,11%,31%,46%)
(0.00/0.11/0.31/0.46)	

CMYK percentages

%0
%10.95
%30.66
%46.27

Codes

Color #897A5F in popluar color models

897A5F
RGB13712295
HSL39°18.10%45.49%
HSB/HSV39°30.66%53.73%
CMYK0.00%10.95%30.66%
46.27%

Color #897A5F in popluar number systems.

HEX897A5F
Decimal13712295
Binary1000100111110101011111
Octal211172137

Shades and tints

Shades of #897A5F

#897A5F
(137,122,95)
#7D6F57
(125,111,87)
#71644F
(113,100,79)
#655947
(101,89,71)
#594E3F
(89,78,63)
#4D4337
(77,67,55)
#41382F
(65,56,47)
#352D27
(53,45,39)
#29221F
(41,34,31)
#1D1717
(29,23,23)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #897A5F

#897A5F
(137,122,95)
#93866D
(147,134,109)
#9D927B
(157,146,123)
#A79E89
(167,158,137)
#B1AA97
(177,170,151)
#BBB6A5
(187,182,165)
#C5C2B3
(197,194,179)
#CFCEC1
(207,206,193)
#D9DACF
(217,218,207)
#E3E6DD
(227,230,221)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897A5F color. Also use rgb(137,122,95) instead hex code.

Text Font Color

.myTextColor { color: #897A5F; }

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

This text font color is #897A5F.


Background Color

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

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

This div background color is #897A5F.


Border color

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

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

This div border color is #897A5F.


Opacity

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

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

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

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

This text has shadow with #897A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897A5F on black background.


Color preview on white background

This text has color #897A5F on white background.



Black color preview on #897A5F background

This text has black color on #897A5F background.


White color preview on #897A5F background

This text has white color on #897A5F background.