COLOR #897F4D

HEX: #897F4D
RGB: (137,127,77)

Color info

#897F4D contains mainly red and green colors. Web safe color of #897F4D is #996633 (or #963).

RGB color model

#897F4D color RGB value is (137,127,77).

  • red value is 137;
  • green value is 127;
  • blue value is 77.
RGB:
(137,127,77)
(54%,50%,30%)

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 77 of 255 = 30%

137
127
77

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

Portions of RGB colors in percentages

R + G + B =
137 + 127 + 77 = 341 (100%)
R 137 of 341 ~ 40.18%
G 127 of 341 ~ 37.24%
B 77 of 341 ~ 22.58%

%40.18
%37.24
%22.58

CMYK color model

#897F4D color CMYK value is (0,7,44,46).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 43.80%
  • key color value is 46.27%
CMYK:
(0,7,44,46)
C0M7Y44K46 
(0%,7%,44%,46%)
(0.00/0.07/0.44/0.46)	

CMYK percentages

%0
%7.3
%43.8
%46.27

Codes

Color #897F4D in popluar color models

897F4D
RGB13712777
HSL50°28.04%41.96%
HSB/HSV50°43.80%53.73%
CMYK0.00%7.30%43.80%
46.27%

Color #897F4D in popluar number systems.

HEX897F4D
Decimal13712777
Binary1000100111111111001101
Octal211177115

Shades and tints

Shades of #897F4D

#897F4D
(137,127,77)
#7D7446
(125,116,70)
#71693F
(113,105,63)
#655E38
(101,94,56)
#595331
(89,83,49)
#4D482A
(77,72,42)
#413D23
(65,61,35)
#35321C
(53,50,28)
#292715
(41,39,21)
#1D1C0E
(29,28,14)
#111107
(17,17,7)
#000000
(0,0,0)

Tints of #897F4D

#897F4D
(137,127,77)
#938A5D
(147,138,93)
#9D956D
(157,149,109)
#A7A07D
(167,160,125)
#B1AB8D
(177,171,141)
#BBB69D
(187,182,157)
#C5C1AD
(197,193,173)
#CFCCBD
(207,204,189)
#D9D7CD
(217,215,205)
#E3E2DD
(227,226,221)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897F4D color. Also use rgb(137,127,77) instead hex code.

Text Font Color

.myTextColor { color: #897F4D; }

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

This text font color is #897F4D.


Background Color

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

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

This div background color is #897F4D.


Border color

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

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

This div border color is #897F4D.


Opacity

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

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

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

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

This text has shadow with #897F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897F4D on black background.


Color preview on white background

This text has color #897F4D on white background.



Black color preview on #897F4D background

This text has black color on #897F4D background.


White color preview on #897F4D background

This text has white color on #897F4D background.