COLOR #897A2F

HEX: #897A2F
RGB: (137,122,47)

Color info

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

RGB color model

#897A2F color RGB value is (137,122,47).

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

RGB channels and saturation

R 137 of 255 = 54%
G 122 of 255 = 48%
B 47 of 255 = 18%

137
122
47

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

Portions of RGB colors in percentages

R + G + B =
137 + 122 + 47 = 306 (100%)
R 137 of 306 ~ 44.77%
G 122 of 306 ~ 39.87%
B 47 of 306 ~ 15.36%

%44.77
%39.87
%15.36

CMYK color model

#897A2F color CMYK value is (0,11,66,46).

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 65.69%
  • key color value is 46.27%
CMYK:
(0,11,66,46)
C0M11Y66K46 
(0%,11%,66%,46%)
(0.00/0.11/0.66/0.46)	

CMYK percentages

%0
%10.95
%65.69
%46.27

Codes

Color #897A2F in popluar color models

897A2F
RGB13712247
HSL50°48.91%36.08%
HSB/HSV50°65.69%53.73%
CMYK0.00%10.95%65.69%
46.27%

Color #897A2F in popluar number systems.

HEX897A2F
Decimal13712247
Binary100010011111010101111
Octal21117257

Shades and tints

Shades of #897A2F

#897A2F
(137,122,47)
#7D6F2B
(125,111,43)
#716427
(113,100,39)
#655923
(101,89,35)
#594E1F
(89,78,31)
#4D431B
(77,67,27)
#413817
(65,56,23)
#352D13
(53,45,19)
#29220F
(41,34,15)
#1D170B
(29,23,11)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #897A2F

#897A2F
(137,122,47)
#938641
(147,134,65)
#9D9253
(157,146,83)
#A79E65
(167,158,101)
#B1AA77
(177,170,119)
#BBB689
(187,182,137)
#C5C29B
(197,194,155)
#CFCEAD
(207,206,173)
#D9DABF
(217,218,191)
#E3E6D1
(227,230,209)
#EDF2E3
(237,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897A2F; }

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

This text font color is #897A2F.


Background Color

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

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

This div background color is #897A2F.


Border color

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

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

This div border color is #897A2F.


Opacity

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

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

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

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

This text has shadow with #897A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897A2F on black background.


Color preview on white background

This text has color #897A2F on white background.



Black color preview on #897A2F background

This text has black color on #897A2F background.


White color preview on #897A2F background

This text has white color on #897A2F background.