COLOR #899331

HEX: #899331
RGB: (137,147,49)

Color info

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

RGB color model

#899331 color RGB value is (137,147,49).

  • red value is 137;
  • green value is 147;
  • blue value is 49.
RGB:
(137,147,49)
(54%,58%,19%)

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 49 of 255 = 19%

137
147
49

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

Portions of RGB colors in percentages

R + G + B =
137 + 147 + 49 = 333 (100%)
R 137 of 333 ~ 41.14%
G 147 of 333 ~ 44.14%
B 49 of 333 ~ 14.71%

%41.14
%44.14
%14.71

CMYK color model

#899331 color CMYK value is (7,0,67,42).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 42.35%
CMYK:
(7,0,67,42)
C7M0Y67K42 
(7%,0%,67%,42%)
(0.07/0.00/0.67/0.42)	

CMYK percentages

%6.8
%0
%66.67
%42.35

Codes

Color #899331 in popluar color models

899331
RGB13714749
HSL66°50.00%38.43%
HSB/HSV66°66.67%57.65%
CMYK6.80%0.00%66.67%
42.35%

Color #899331 in popluar number systems.

HEX899331
Decimal13714749
Binary1000100110010011110001
Octal21122361

Shades and tints

Shades of #899331

#899331
(137,147,49)
#7D862D
(125,134,45)
#717929
(113,121,41)
#656C25
(101,108,37)
#595F21
(89,95,33)
#4D521D
(77,82,29)
#414519
(65,69,25)
#353815
(53,56,21)
#292B11
(41,43,17)
#1D1E0D
(29,30,13)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #899331

#899331
(137,147,49)
#939C43
(147,156,67)
#9DA555
(157,165,85)
#A7AE67
(167,174,103)
#B1B779
(177,183,121)
#BBC08B
(187,192,139)
#C5C99D
(197,201,157)
#CFD2AF
(207,210,175)
#D9DBC1
(217,219,193)
#E3E4D3
(227,228,211)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899331 color. Also use rgb(137,147,49) instead hex code.

Text Font Color

.myTextColor { color: #899331; }

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

This text font color is #899331.


Background Color

.myBgColor { background-color: #899331; }

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

This div background color is #899331.


Border color

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

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

This div border color is #899331.


Opacity

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

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

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

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

This text has shadow with #899331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899331 on black background.


Color preview on white background

This text has color #899331 on white background.



Black color preview on #899331 background

This text has black color on #899331 background.


White color preview on #899331 background

This text has white color on #899331 background.