COLOR #489821

HEX: #489821
RGB: (72,152,33)

Color info

#489821 contains mainly green color. Web safe color of #489821 is #339933 (or #393).

RGB color model

#489821 color RGB value is (72,152,33).

  • red value is 72;
  • green value is 152;
  • blue value is 33.
RGB:
(72,152,33)
(28%,60%,13%)

RGB channels and saturation

R 72 of 255 = 28%
G 152 of 255 = 60%
B 33 of 255 = 13%

72
152
33

R + G + B ~ 34%. #489821 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 152 + 33 = 257 (100%)
R 72 of 257 ~ 28.02%
G 152 of 257 ~ 59.14%
B 33 of 257 ~ 12.84%

%28.02
%59.14
%12.84

CMYK color model

#489821 color CMYK value is (53,0,78,40).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 78.29%
  • key color value is 40.39%
CMYK:
(53,0,78,40)
C53M0Y78K40 
(53%,0%,78%,40%)
(0.53/0.00/0.78/0.40)	

CMYK percentages

%52.63
%0
%78.29
%40.39

Codes

Color #489821 in popluar color models

489821
RGB7215233
HSL100°64.32%36.27%
HSB/HSV100°78.29%59.61%
CMYK52.63%0.00%78.29%
40.39%

Color #489821 in popluar number systems.

HEX489821
Decimal7215233
Binary100100010011000100001
Octal11023041

Shades and tints

Shades of #489821

#489821
(72,152,33)
#428B1E
(66,139,30)
#3C7E1B
(60,126,27)
#367118
(54,113,24)
#306415
(48,100,21)
#2A5712
(42,87,18)
#244A0F
(36,74,15)
#1E3D0C
(30,61,12)
#183009
(24,48,9)
#122306
(18,35,6)
#0C1603
(12,22,3)
#000000
(0,0,0)

Tints of #489821

#489821
(72,152,33)
#58A135
(88,161,53)
#68AA49
(104,170,73)
#78B35D
(120,179,93)
#88BC71
(136,188,113)
#98C585
(152,197,133)
#A8CE99
(168,206,153)
#B8D7AD
(184,215,173)
#C8E0C1
(200,224,193)
#D8E9D5
(216,233,213)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489821 color. Also use rgb(72,152,33) instead hex code.

Text Font Color

.myTextColor { color: #489821; }

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

This text font color is #489821.


Background Color

.myBgColor { background-color: #489821; }

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

This div background color is #489821.


Border color

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

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

This div border color is #489821.


Opacity

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

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

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

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

This text has shadow with #489821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489821 on black background.


Color preview on white background

This text has color #489821 on white background.



Black color preview on #489821 background

This text has black color on #489821 background.


White color preview on #489821 background

This text has white color on #489821 background.