COLOR #489214

HEX: #489214
RGB: (72,146,20)

Color info

#489214 contains mainly green color. Web safe color of #489214 is #339900 (or #390).

RGB color model

#489214 color RGB value is (72,146,20).

  • red value is 72;
  • green value is 146;
  • blue value is 20.
RGB:
(72,146,20)
(28%,57%,8%)

RGB channels and saturation

R 72 of 255 = 28%
G 146 of 255 = 57%
B 20 of 255 = 8%

72
146
20

R + G + B ~ 31%. #489214 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 146 + 20 = 238 (100%)
R 72 of 238 ~ 30.25%
G 146 of 238 ~ 61.34%
B 20 of 238 ~ 8.4%

%30.25
%61.34

CMYK color model

#489214 color CMYK value is (51,0,86,43).

  • cyan value is 50.68%
  • magenta value is 0.00%
  • yellow value is 86.30%
  • key color value is 42.75%
CMYK:
(51,0,86,43)
C51M0Y86K43 
(51%,0%,86%,43%)
(0.51/0.00/0.86/0.43)	

CMYK percentages

%50.68
%0
%86.3
%42.75

Codes

Color #489214 in popluar color models

489214
RGB7214620
HSL95°75.90%32.55%
HSB/HSV95°86.30%57.25%
CMYK50.68%0.00%86.30%
42.75%

Color #489214 in popluar number systems.

HEX489214
Decimal7214620
Binary10010001001001010100
Octal11022224

Shades and tints

Shades of #489214

#489214
(72,146,20)
#428513
(66,133,19)
#3C7812
(60,120,18)
#366B11
(54,107,17)
#305E10
(48,94,16)
#2A510F
(42,81,15)
#24440E
(36,68,14)
#1E370D
(30,55,13)
#182A0C
(24,42,12)
#121D0B
(18,29,11)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #489214

#489214
(72,146,20)
#589B29
(88,155,41)
#68A43E
(104,164,62)
#78AD53
(120,173,83)
#88B668
(136,182,104)
#98BF7D
(152,191,125)
#A8C892
(168,200,146)
#B8D1A7
(184,209,167)
#C8DABC
(200,218,188)
#D8E3D1
(216,227,209)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489214 color. Also use rgb(72,146,20) instead hex code.

Text Font Color

.myTextColor { color: #489214; }

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

This text font color is #489214.


Background Color

.myBgColor { background-color: #489214; }

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

This div background color is #489214.


Border color

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

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

This div border color is #489214.


Opacity

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

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

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

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

This text has shadow with #489214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489214 on black background.


Color preview on white background

This text has color #489214 on white background.



Black color preview on #489214 background

This text has black color on #489214 background.


White color preview on #489214 background

This text has white color on #489214 background.