COLOR #899614

HEX: #899614
RGB: (137,150,20)

Color info

#899614 contains mainly red and green colors. Web safe color of #899614 is #999900 (or #990).

RGB color model

#899614 color RGB value is (137,150,20).

  • red value is 137;
  • green value is 150;
  • blue value is 20.
RGB:
(137,150,20)
(54%,59%,8%)

RGB channels and saturation

R 137 of 255 = 54%
G 150 of 255 = 59%
B 20 of 255 = 8%

137
150
20

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

Portions of RGB colors in percentages

R + G + B =
137 + 150 + 20 = 307 (100%)
R 137 of 307 ~ 44.63%
G 150 of 307 ~ 48.86%
B 20 of 307 ~ 6.51%

%44.63
%48.86

CMYK color model

#899614 color CMYK value is (9,0,87,41).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 41.18%
CMYK:
(9,0,87,41)
C9M0Y87K41 
(9%,0%,87%,41%)
(0.09/0.00/0.87/0.41)	

CMYK percentages

%8.67
%0
%86.67
%41.18

Codes

Color #899614 in popluar color models

899614
RGB13715020
HSL66°76.47%33.33%
HSB/HSV66°86.67%58.82%
CMYK8.67%0.00%86.67%
41.18%

Color #899614 in popluar number systems.

HEX899614
Decimal13715020
Binary100010011001011010100
Octal21122624

Shades and tints

Shades of #899614

#899614
(137,150,20)
#7D8913
(125,137,19)
#717C12
(113,124,18)
#656F11
(101,111,17)
#596210
(89,98,16)
#4D550F
(77,85,15)
#41480E
(65,72,14)
#353B0D
(53,59,13)
#292E0C
(41,46,12)
#1D210B
(29,33,11)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #899614

#899614
(137,150,20)
#939F29
(147,159,41)
#9DA83E
(157,168,62)
#A7B153
(167,177,83)
#B1BA68
(177,186,104)
#BBC37D
(187,195,125)
#C5CC92
(197,204,146)
#CFD5A7
(207,213,167)
#D9DEBC
(217,222,188)
#E3E7D1
(227,231,209)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899614 color. Also use rgb(137,150,20) instead hex code.

Text Font Color

.myTextColor { color: #899614; }

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

This text font color is #899614.


Background Color

.myBgColor { background-color: #899614; }

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

This div background color is #899614.


Border color

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

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

This div border color is #899614.


Opacity

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

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

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

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

This text has shadow with #899614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899614 on black background.


Color preview on white background

This text has color #899614 on white background.



Black color preview on #899614 background

This text has black color on #899614 background.


White color preview on #899614 background

This text has white color on #899614 background.