COLOR #898147

HEX: #898147
RGB: (137,129,71)

Color info

#898147 contains mainly red and green colors. Web safe color of #898147 is #999933 (or #993).

RGB color model

#898147 color RGB value is (137,129,71).

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

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 71 of 255 = 28%

137
129
71

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

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 71 = 337 (100%)
R 137 of 337 ~ 40.65%
G 129 of 337 ~ 38.28%
B 71 of 337 ~ 21.07%

%40.65
%38.28
%21.07

CMYK color model

#898147 color CMYK value is (0,6,48,46).

  • cyan value is 0.00%
  • magenta value is 5.84%
  • yellow value is 48.18%
  • key color value is 46.27%
CMYK:
(0,6,48,46)
C0M6Y48K46 
(0%,6%,48%,46%)
(0.00/0.06/0.48/0.46)	

CMYK percentages

%0
%5.84
%48.18
%46.27

Codes

Color #898147 in popluar color models

898147
RGB13712971
HSL53°31.73%40.78%
HSB/HSV53°48.18%53.73%
CMYK0.00%5.84%48.18%
46.27%

Color #898147 in popluar number systems.

HEX898147
Decimal13712971
Binary10001001100000011000111
Octal211201107

Shades and tints

Shades of #898147

#898147
(137,129,71)
#7D7641
(125,118,65)
#716B3B
(113,107,59)
#656035
(101,96,53)
#59552F
(89,85,47)
#4D4A29
(77,74,41)
#413F23
(65,63,35)
#35341D
(53,52,29)
#292917
(41,41,23)
#1D1E11
(29,30,17)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #898147

#898147
(137,129,71)
#938C57
(147,140,87)
#9D9767
(157,151,103)
#A7A277
(167,162,119)
#B1AD87
(177,173,135)
#BBB897
(187,184,151)
#C5C3A7
(197,195,167)
#CFCEB7
(207,206,183)
#D9D9C7
(217,217,199)
#E3E4D7
(227,228,215)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898147; }

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

This text font color is #898147.


Background Color

.myBgColor { background-color: #898147; }

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

This div background color is #898147.


Border color

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

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

This div border color is #898147.


Opacity

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

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

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

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

This text has shadow with #898147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898147 on black background.


Color preview on white background

This text has color #898147 on white background.



Black color preview on #898147 background

This text has black color on #898147 background.


White color preview on #898147 background

This text has white color on #898147 background.