COLOR #899533

HEX: #899533
RGB: (137,149,51)

Color info

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

RGB color model

#899533 color RGB value is (137,149,51).

  • red value is 137;
  • green value is 149;
  • blue value is 51.
RGB:
(137,149,51)
(54%,58%,20%)

RGB channels and saturation

R 137 of 255 = 54%
G 149 of 255 = 58%
B 51 of 255 = 20%

137
149
51

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

Portions of RGB colors in percentages

R + G + B =
137 + 149 + 51 = 337 (100%)
R 137 of 337 ~ 40.65%
G 149 of 337 ~ 44.21%
B 51 of 337 ~ 15.13%

%40.65
%44.21
%15.13

CMYK color model

#899533 color CMYK value is (8,0,66,42).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 65.77%
  • key color value is 41.57%
CMYK:
(8,0,66,42)
C8M0Y66K42 
(8%,0%,66%,42%)
(0.08/0.00/0.66/0.42)	

CMYK percentages

%8.05
%0
%65.77
%41.57

Codes

Color #899533 in popluar color models

899533
RGB13714951
HSL67°49.00%39.22%
HSB/HSV67°65.77%58.43%
CMYK8.05%0.00%65.77%
41.57%

Color #899533 in popluar number systems.

HEX899533
Decimal13714951
Binary1000100110010101110011
Octal21122563

Shades and tints

Shades of #899533

#899533
(137,149,51)
#7D882F
(125,136,47)
#717B2B
(113,123,43)
#656E27
(101,110,39)
#596123
(89,97,35)
#4D541F
(77,84,31)
#41471B
(65,71,27)
#353A17
(53,58,23)
#292D13
(41,45,19)
#1D200F
(29,32,15)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #899533

#899533
(137,149,51)
#939E45
(147,158,69)
#9DA757
(157,167,87)
#A7B069
(167,176,105)
#B1B97B
(177,185,123)
#BBC28D
(187,194,141)
#C5CB9F
(197,203,159)
#CFD4B1
(207,212,177)
#D9DDC3
(217,221,195)
#E3E6D5
(227,230,213)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899533 color. Also use rgb(137,149,51) instead hex code.

Text Font Color

.myTextColor { color: #899533; }

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

This text font color is #899533.


Background Color

.myBgColor { background-color: #899533; }

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

This div background color is #899533.


Border color

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

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

This div border color is #899533.


Opacity

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

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

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

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

This text has shadow with #899533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899533 on black background.


Color preview on white background

This text has color #899533 on white background.



Black color preview on #899533 background

This text has black color on #899533 background.


White color preview on #899533 background

This text has white color on #899533 background.