COLOR #897C2A

HEX: #897C2A
RGB: (137,124,42)

Color info

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

RGB color model

#897C2A color RGB value is (137,124,42).

  • red value is 137;
  • green value is 124;
  • blue value is 42.
RGB:
(137,124,42)
(54%,49%,16%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 42 of 255 = 16%

137
124
42

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

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 42 = 303 (100%)
R 137 of 303 ~ 45.21%
G 124 of 303 ~ 40.92%
B 42 of 303 ~ 13.86%

%45.21
%40.92
%13.86

CMYK color model

#897C2A color CMYK value is (0,9,69,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 69.34%
  • key color value is 46.27%
CMYK:
(0,9,69,46)
C0M9Y69K46 
(0%,9%,69%,46%)
(0.00/0.09/0.69/0.46)	

CMYK percentages

%0
%9.49
%69.34
%46.27

Codes

Color #897C2A in popluar color models

897C2A
RGB13712442
HSL52°53.07%35.10%
HSB/HSV52°69.34%53.73%
CMYK0.00%9.49%69.34%
46.27%

Color #897C2A in popluar number systems.

HEX897C2A
Decimal13712442
Binary100010011111100101010
Octal21117452

Shades and tints

Shades of #897C2A

#897C2A
(137,124,42)
#7D7127
(125,113,39)
#716624
(113,102,36)
#655B21
(101,91,33)
#59501E
(89,80,30)
#4D451B
(77,69,27)
#413A18
(65,58,24)
#352F15
(53,47,21)
#292412
(41,36,18)
#1D190F
(29,25,15)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #897C2A

#897C2A
(137,124,42)
#93873D
(147,135,61)
#9D9250
(157,146,80)
#A79D63
(167,157,99)
#B1A876
(177,168,118)
#BBB389
(187,179,137)
#C5BE9C
(197,190,156)
#CFC9AF
(207,201,175)
#D9D4C2
(217,212,194)
#E3DFD5
(227,223,213)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897C2A color. Also use rgb(137,124,42) instead hex code.

Text Font Color

.myTextColor { color: #897C2A; }

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

This text font color is #897C2A.


Background Color

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

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

This div background color is #897C2A.


Border color

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

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

This div border color is #897C2A.


Opacity

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

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

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

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

This text has shadow with #897C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C2A on black background.


Color preview on white background

This text has color #897C2A on white background.



Black color preview on #897C2A background

This text has black color on #897C2A background.


White color preview on #897C2A background

This text has white color on #897C2A background.