COLOR #898047

HEX: #898047
RGB: (137,128,71)

Color info

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

RGB color model

#898047 color RGB value is (137,128,71).

  • red value is 137;
  • green value is 128;
  • blue value is 71.
RGB:
(137,128,71)
(54%,50%,28%)

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 71 of 255 = 28%

137
128
71

R + G + B ~ 44%. #898047 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 71 = 336 (100%)
R 137 of 336 ~ 40.77%
G 128 of 336 ~ 38.1%
B 71 of 336 ~ 21.13%

%40.77
%38.1
%21.13

CMYK color model

#898047 color CMYK value is (0,7,48,46).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 48.18%
  • key color value is 46.27%
CMYK:
(0,7,48,46)
C0M7Y48K46 
(0%,7%,48%,46%)
(0.00/0.07/0.48/0.46)	

CMYK percentages

%0
%6.57
%48.18
%46.27

Codes

Color #898047 in popluar color models

898047
RGB13712871
HSL52°31.73%40.78%
HSB/HSV52°48.18%53.73%
CMYK0.00%6.57%48.18%
46.27%

Color #898047 in popluar number systems.

HEX898047
Decimal13712871
Binary10001001100000001000111
Octal211200107

Shades and tints

Shades of #898047

#898047
(137,128,71)
#7D7541
(125,117,65)
#716A3B
(113,106,59)
#655F35
(101,95,53)
#59542F
(89,84,47)
#4D4929
(77,73,41)
#413E23
(65,62,35)
#35331D
(53,51,29)
#292817
(41,40,23)
#1D1D11
(29,29,17)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #898047

#898047
(137,128,71)
#938B57
(147,139,87)
#9D9667
(157,150,103)
#A7A177
(167,161,119)
#B1AC87
(177,172,135)
#BBB797
(187,183,151)
#C5C2A7
(197,194,167)
#CFCDB7
(207,205,183)
#D9D8C7
(217,216,199)
#E3E3D7
(227,227,215)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898047 color. Also use rgb(137,128,71) instead hex code.

Text Font Color

.myTextColor { color: #898047; }

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

This text font color is #898047.


Background Color

.myBgColor { background-color: #898047; }

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

This div background color is #898047.


Border color

.myBorderColor { border: 1px solid #898047; }

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

This div border color is #898047.


Opacity

.myOpacity80 { color: #898047; opacity: 0.8; }

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

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

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

This text has shadow with #898047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898047 on black background.


Color preview on white background

This text has color #898047 on white background.



Black color preview on #898047 background

This text has black color on #898047 background.


White color preview on #898047 background

This text has white color on #898047 background.