COLOR #897C41

HEX: #897C41
RGB: (137,124,65)

Color info

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

RGB color model

#897C41 color RGB value is (137,124,65).

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

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 65 of 255 = 25%

137
124
65

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

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 65 = 326 (100%)
R 137 of 326 ~ 42.02%
G 124 of 326 ~ 38.04%
B 65 of 326 ~ 19.94%

%42.02
%38.04
%19.94

CMYK color model

#897C41 color CMYK value is (0,9,53,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 52.55%
  • key color value is 46.27%
CMYK:
(0,9,53,46)
C0M9Y53K46 
(0%,9%,53%,46%)
(0.00/0.09/0.53/0.46)	

CMYK percentages

%0
%9.49
%52.55
%46.27

Codes

Color #897C41 in popluar color models

897C41
RGB13712465
HSL49°35.64%39.61%
HSB/HSV49°52.55%53.73%
CMYK0.00%9.49%52.55%
46.27%

Color #897C41 in popluar number systems.

HEX897C41
Decimal13712465
Binary1000100111111001000001
Octal211174101

Shades and tints

Shades of #897C41

#897C41
(137,124,65)
#7D713C
(125,113,60)
#716637
(113,102,55)
#655B32
(101,91,50)
#59502D
(89,80,45)
#4D4528
(77,69,40)
#413A23
(65,58,35)
#352F1E
(53,47,30)
#292419
(41,36,25)
#1D1914
(29,25,20)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #897C41

#897C41
(137,124,65)
#938752
(147,135,82)
#9D9263
(157,146,99)
#A79D74
(167,157,116)
#B1A885
(177,168,133)
#BBB396
(187,179,150)
#C5BEA7
(197,190,167)
#CFC9B8
(207,201,184)
#D9D4C9
(217,212,201)
#E3DFDA
(227,223,218)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897C41; }

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

This text font color is #897C41.


Background Color

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

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

This div background color is #897C41.


Border color

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

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

This div border color is #897C41.


Opacity

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

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

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

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

This text has shadow with #897C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C41 on black background.


Color preview on white background

This text has color #897C41 on white background.



Black color preview on #897C41 background

This text has black color on #897C41 background.


White color preview on #897C41 background

This text has white color on #897C41 background.