COLOR #897E3D

HEX: #897E3D
RGB: (137,126,61)

Color info

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

RGB color model

#897E3D color RGB value is (137,126,61).

  • red value is 137;
  • green value is 126;
  • blue value is 61.
RGB:
(137,126,61)
(54%,49%,24%)

RGB channels and saturation

R 137 of 255 = 54%
G 126 of 255 = 49%
B 61 of 255 = 24%

137
126
61

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

Portions of RGB colors in percentages

R + G + B =
137 + 126 + 61 = 324 (100%)
R 137 of 324 ~ 42.28%
G 126 of 324 ~ 38.89%
B 61 of 324 ~ 18.83%

%42.28
%38.89
%18.83

CMYK color model

#897E3D color CMYK value is (0,8,55,46).

  • cyan value is 0.00%
  • magenta value is 8.03%
  • yellow value is 55.47%
  • key color value is 46.27%
CMYK:
(0,8,55,46)
C0M8Y55K46 
(0%,8%,55%,46%)
(0.00/0.08/0.55/0.46)	

CMYK percentages

%0
%8.03
%55.47
%46.27

Codes

Color #897E3D in popluar color models

897E3D
RGB13712661
HSL51°38.38%38.82%
HSB/HSV51°55.47%53.73%
CMYK0.00%8.03%55.47%
46.27%

Color #897E3D in popluar number systems.

HEX897E3D
Decimal13712661
Binary100010011111110111101
Octal21117675

Shades and tints

Shades of #897E3D

#897E3D
(137,126,61)
#7D7338
(125,115,56)
#716833
(113,104,51)
#655D2E
(101,93,46)
#595229
(89,82,41)
#4D4724
(77,71,36)
#413C1F
(65,60,31)
#35311A
(53,49,26)
#292615
(41,38,21)
#1D1B10
(29,27,16)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #897E3D

#897E3D
(137,126,61)
#93894E
(147,137,78)
#9D945F
(157,148,95)
#A79F70
(167,159,112)
#B1AA81
(177,170,129)
#BBB592
(187,181,146)
#C5C0A3
(197,192,163)
#CFCBB4
(207,203,180)
#D9D6C5
(217,214,197)
#E3E1D6
(227,225,214)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897E3D color. Also use rgb(137,126,61) instead hex code.

Text Font Color

.myTextColor { color: #897E3D; }

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

This text font color is #897E3D.


Background Color

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

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

This div background color is #897E3D.


Border color

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

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

This div border color is #897E3D.


Opacity

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

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

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

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

This text has shadow with #897E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897E3D on black background.


Color preview on white background

This text has color #897E3D on white background.



Black color preview on #897E3D background

This text has black color on #897E3D background.


White color preview on #897E3D background

This text has white color on #897E3D background.