COLOR #489254

HEX: #489254
RGB: (72,146,84)

Color info

#489254 contains mainly green color. Web safe color of #489254 is #339966 (or #396).

RGB color model

#489254 color RGB value is (72,146,84).

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

RGB channels and saturation

R 72 of 255 = 28%
G 146 of 255 = 57%
B 84 of 255 = 33%

72
146
84

R + G + B ~ 39%. #489254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 146 + 84 = 302 (100%)
R 72 of 302 ~ 23.84%
G 146 of 302 ~ 48.34%
B 84 of 302 ~ 27.81%

%23.84
%48.34
%27.81

CMYK color model

#489254 color CMYK value is (51,0,42,43).

  • cyan value is 50.68%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 42.75%
CMYK:
(51,0,42,43)
C51M0Y42K43 
(51%,0%,42%,43%)
(0.51/0.00/0.42/0.43)	

CMYK percentages

%50.68
%0
%42.47
%42.75

Codes

Color #489254 in popluar color models

489254
RGB7214684
HSL130°33.94%42.75%
HSB/HSV130°50.68%57.25%
CMYK50.68%0.00%42.47%
42.75%

Color #489254 in popluar number systems.

HEX489254
Decimal7214684
Binary1001000100100101010100
Octal110222124

Shades and tints

Shades of #489254

#489254
(72,146,84)
#42854D
(66,133,77)
#3C7846
(60,120,70)
#366B3F
(54,107,63)
#305E38
(48,94,56)
#2A5131
(42,81,49)
#24442A
(36,68,42)
#1E3723
(30,55,35)
#182A1C
(24,42,28)
#121D15
(18,29,21)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #489254

#489254
(72,146,84)
#589B63
(88,155,99)
#68A472
(104,164,114)
#78AD81
(120,173,129)
#88B690
(136,182,144)
#98BF9F
(152,191,159)
#A8C8AE
(168,200,174)
#B8D1BD
(184,209,189)
#C8DACC
(200,218,204)
#D8E3DB
(216,227,219)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #489254; }

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

This text font color is #489254.


Background Color

.myBgColor { background-color: #489254; }

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

This div background color is #489254.


Border color

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

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

This div border color is #489254.


Opacity

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

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

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

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

This text has shadow with #489254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489254 on black background.


Color preview on white background

This text has color #489254 on white background.



Black color preview on #489254 background

This text has black color on #489254 background.


White color preview on #489254 background

This text has white color on #489254 background.