COLOR #899349

HEX: #899349
RGB: (137,147,73)

Color info

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

RGB color model

#899349 color RGB value is (137,147,73).

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

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 73 of 255 = 29%

137
147
73

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

Portions of RGB colors in percentages

R + G + B =
137 + 147 + 73 = 357 (100%)
R 137 of 357 ~ 38.38%
G 147 of 357 ~ 41.18%
B 73 of 357 ~ 20.45%

%38.38
%41.18
%20.45

CMYK color model

#899349 color CMYK value is (7,0,50,42).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 50.34%
  • key color value is 42.35%
CMYK:
(7,0,50,42)
C7M0Y50K42 
(7%,0%,50%,42%)
(0.07/0.00/0.50/0.42)	

CMYK percentages

%6.8
%0
%50.34
%42.35

Codes

Color #899349 in popluar color models

899349
RGB13714773
HSL68°33.64%43.14%
HSB/HSV68°50.34%57.65%
CMYK6.80%0.00%50.34%
42.35%

Color #899349 in popluar number systems.

HEX899349
Decimal13714773
Binary10001001100100111001001
Octal211223111

Shades and tints

Shades of #899349

#899349
(137,147,73)
#7D8643
(125,134,67)
#71793D
(113,121,61)
#656C37
(101,108,55)
#595F31
(89,95,49)
#4D522B
(77,82,43)
#414525
(65,69,37)
#35381F
(53,56,31)
#292B19
(41,43,25)
#1D1E13
(29,30,19)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #899349

#899349
(137,147,73)
#939C59
(147,156,89)
#9DA569
(157,165,105)
#A7AE79
(167,174,121)
#B1B789
(177,183,137)
#BBC099
(187,192,153)
#C5C9A9
(197,201,169)
#CFD2B9
(207,210,185)
#D9DBC9
(217,219,201)
#E3E4D9
(227,228,217)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899349; }

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

This text font color is #899349.


Background Color

.myBgColor { background-color: #899349; }

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

This div background color is #899349.


Border color

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

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

This div border color is #899349.


Opacity

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

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

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

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

This text has shadow with #899349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899349 on black background.


Color preview on white background

This text has color #899349 on white background.



Black color preview on #899349 background

This text has black color on #899349 background.


White color preview on #899349 background

This text has white color on #899349 background.