COLOR #898144

HEX: #898144
RGB: (137,129,68)

Color info

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

RGB color model

#898144 color RGB value is (137,129,68).

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

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 68 of 255 = 27%

137
129
68

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

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 68 = 334 (100%)
R 137 of 334 ~ 41.02%
G 129 of 334 ~ 38.62%
B 68 of 334 ~ 20.36%

%41.02
%38.62
%20.36

CMYK color model

#898144 color CMYK value is (0,6,50,46).

  • cyan value is 0.00%
  • magenta value is 5.84%
  • yellow value is 50.36%
  • key color value is 46.27%
CMYK:
(0,6,50,46)
C0M6Y50K46 
(0%,6%,50%,46%)
(0.00/0.06/0.50/0.46)	

CMYK percentages

%0
%5.84
%50.36
%46.27

Codes

Color #898144 in popluar color models

898144
RGB13712968
HSL53°33.66%40.20%
HSB/HSV53°50.36%53.73%
CMYK0.00%5.84%50.36%
46.27%

Color #898144 in popluar number systems.

HEX898144
Decimal13712968
Binary10001001100000011000100
Octal211201104

Shades and tints

Shades of #898144

#898144
(137,129,68)
#7D763E
(125,118,62)
#716B38
(113,107,56)
#656032
(101,96,50)
#59552C
(89,85,44)
#4D4A26
(77,74,38)
#413F20
(65,63,32)
#35341A
(53,52,26)
#292914
(41,41,20)
#1D1E0E
(29,30,14)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #898144

#898144
(137,129,68)
#938C55
(147,140,85)
#9D9766
(157,151,102)
#A7A277
(167,162,119)
#B1AD88
(177,173,136)
#BBB899
(187,184,153)
#C5C3AA
(197,195,170)
#CFCEBB
(207,206,187)
#D9D9CC
(217,217,204)
#E3E4DD
(227,228,221)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898144; }

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

This text font color is #898144.


Background Color

.myBgColor { background-color: #898144; }

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

This div background color is #898144.


Border color

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

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

This div border color is #898144.


Opacity

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

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

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

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

This text has shadow with #898144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898144 on black background.


Color preview on white background

This text has color #898144 on white background.



Black color preview on #898144 background

This text has black color on #898144 background.


White color preview on #898144 background

This text has white color on #898144 background.