COLOR #899445

HEX: #899445
RGB: (137,148,69)

Color info

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

RGB color model

#899445 color RGB value is (137,148,69).

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

RGB channels and saturation

R 137 of 255 = 54%
G 148 of 255 = 58%
B 69 of 255 = 27%

137
148
69

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

Portions of RGB colors in percentages

R + G + B =
137 + 148 + 69 = 354 (100%)
R 137 of 354 ~ 38.7%
G 148 of 354 ~ 41.81%
B 69 of 354 ~ 19.49%

%38.7
%41.81
%19.49

CMYK color model

#899445 color CMYK value is (7,0,53,42).

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 53.38%
  • key color value is 41.96%
CMYK:
(7,0,53,42)
C7M0Y53K42 
(7%,0%,53%,42%)
(0.07/0.00/0.53/0.42)	

CMYK percentages

%7.43
%0
%53.38
%41.96

Codes

Color #899445 in popluar color models

899445
RGB13714869
HSL68°36.41%42.55%
HSB/HSV68°53.38%58.04%
CMYK7.43%0.00%53.38%
41.96%

Color #899445 in popluar number systems.

HEX899445
Decimal13714869
Binary10001001100101001000101
Octal211224105

Shades and tints

Shades of #899445

#899445
(137,148,69)
#7D873F
(125,135,63)
#717A39
(113,122,57)
#656D33
(101,109,51)
#59602D
(89,96,45)
#4D5327
(77,83,39)
#414621
(65,70,33)
#35391B
(53,57,27)
#292C15
(41,44,21)
#1D1F0F
(29,31,15)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #899445

#899445
(137,148,69)
#939D55
(147,157,85)
#9DA665
(157,166,101)
#A7AF75
(167,175,117)
#B1B885
(177,184,133)
#BBC195
(187,193,149)
#C5CAA5
(197,202,165)
#CFD3B5
(207,211,181)
#D9DCC5
(217,220,197)
#E3E5D5
(227,229,213)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899445; }

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

This text font color is #899445.


Background Color

.myBgColor { background-color: #899445; }

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

This div background color is #899445.


Border color

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

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

This div border color is #899445.


Opacity

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

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

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

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

This text has shadow with #899445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899445 on black background.


Color preview on white background

This text has color #899445 on white background.



Black color preview on #899445 background

This text has black color on #899445 background.


White color preview on #899445 background

This text has white color on #899445 background.