COLOR #897C2D

HEX: #897C2D
RGB: (137,124,45)

Color info

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

RGB color model

#897C2D color RGB value is (137,124,45).

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

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 45 of 255 = 18%

137
124
45

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

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 45 = 306 (100%)
R 137 of 306 ~ 44.77%
G 124 of 306 ~ 40.52%
B 45 of 306 ~ 14.71%

%44.77
%40.52
%14.71

CMYK color model

#897C2D color CMYK value is (0,9,67,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 67.15%
  • key color value is 46.27%
CMYK:
(0,9,67,46)
C0M9Y67K46 
(0%,9%,67%,46%)
(0.00/0.09/0.67/0.46)	

CMYK percentages

%0
%9.49
%67.15
%46.27

Codes

Color #897C2D in popluar color models

897C2D
RGB13712445
HSL52°50.55%35.69%
HSB/HSV52°67.15%53.73%
CMYK0.00%9.49%67.15%
46.27%

Color #897C2D in popluar number systems.

HEX897C2D
Decimal13712445
Binary100010011111100101101
Octal21117455

Shades and tints

Shades of #897C2D

#897C2D
(137,124,45)
#7D7129
(125,113,41)
#716625
(113,102,37)
#655B21
(101,91,33)
#59501D
(89,80,29)
#4D4519
(77,69,25)
#413A15
(65,58,21)
#352F11
(53,47,17)
#29240D
(41,36,13)
#1D1909
(29,25,9)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #897C2D

#897C2D
(137,124,45)
#938740
(147,135,64)
#9D9253
(157,146,83)
#A79D66
(167,157,102)
#B1A879
(177,168,121)
#BBB38C
(187,179,140)
#C5BE9F
(197,190,159)
#CFC9B2
(207,201,178)
#D9D4C5
(217,212,197)
#E3DFD8
(227,223,216)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897C2D; }

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

This text font color is #897C2D.


Background Color

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

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

This div background color is #897C2D.


Border color

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

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

This div border color is #897C2D.


Opacity

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

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

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

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

This text has shadow with #897C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C2D on black background.


Color preview on white background

This text has color #897C2D on white background.



Black color preview on #897C2D background

This text has black color on #897C2D background.


White color preview on #897C2D background

This text has white color on #897C2D background.