COLOR #898145

HEX: #898145
RGB: (137,129,69)

Color info

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

RGB color model

#898145 color RGB value is (137,129,69).

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

RGB channels and saturation

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

137
129
69

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

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 69 = 335 (100%)
R 137 of 335 ~ 40.9%
G 129 of 335 ~ 38.51%
B 69 of 335 ~ 20.6%

%40.9
%38.51
%20.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.84%
  • yellow value is 49.64%
  • 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
%49.64
%46.27

Codes

Color #898145 in popluar color models

898145
RGB13712969
HSL53°33.01%40.39%
HSB/HSV53°49.64%53.73%
CMYK0.00%5.84%49.64%
46.27%

Color #898145 in popluar number systems.

HEX898145
Decimal13712969
Binary10001001100000011000101
Octal211201105

Shades and tints

Shades of #898145

#898145
(137,129,69)
#7D763F
(125,118,63)
#716B39
(113,107,57)
#656033
(101,96,51)
#59552D
(89,85,45)
#4D4A27
(77,74,39)
#413F21
(65,63,33)
#35341B
(53,52,27)
#292915
(41,41,21)
#1D1E0F
(29,30,15)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #898145

#898145
(137,129,69)
#938C55
(147,140,85)
#9D9765
(157,151,101)
#A7A275
(167,162,117)
#B1AD85
(177,173,133)
#BBB895
(187,184,149)
#C5C3A5
(197,195,165)
#CFCEB5
(207,206,181)
#D9D9C5
(217,217,197)
#E3E4D5
(227,228,213)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898145; }

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

This text font color is #898145.


Background Color

.myBgColor { background-color: #898145; }

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

This div background color is #898145.


Border color

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

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

This div border color is #898145.


Opacity

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

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

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

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

This text has shadow with #898145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898145 on black background.


Color preview on white background

This text has color #898145 on white background.



Black color preview on #898145 background

This text has black color on #898145 background.


White color preview on #898145 background

This text has white color on #898145 background.