COLOR #489561

HEX: #489561
RGB: (72,149,97)

Color info

#489561 contains mainly green and blue colors. Web safe color of #489561 is #339966 (or #396).

RGB color model

#489561 color RGB value is (72,149,97).

  • red value is 72;
  • green value is 149;
  • blue value is 97.
RGB:
(72,149,97)
(28%,58%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 149 of 255 = 58%
B 97 of 255 = 38%

72
149
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 149 + 97 = 318 (100%)
R 72 of 318 ~ 22.64%
G 149 of 318 ~ 46.86%
B 97 of 318 ~ 30.5%

%22.64
%46.86
%30.5

CMYK color model

#489561 color CMYK value is (52,0,35,42).

  • cyan value is 51.68%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK:
(52,0,35,42)
C52M0Y35K42 
(52%,0%,35%,42%)
(0.52/0.00/0.35/0.42)	

CMYK percentages

%51.68
%0
%34.9
%41.57

Codes

Color #489561 in popluar color models

489561
RGB7214997
HSL139°34.84%43.33%
HSB/HSV139°51.68%58.43%
CMYK51.68%0.00%34.90%
41.57%

Color #489561 in popluar number systems.

HEX489561
Decimal7214997
Binary1001000100101011100001
Octal110225141

Shades and tints

Shades of #489561

#489561
(72,149,97)
#428859
(66,136,89)
#3C7B51
(60,123,81)
#366E49
(54,110,73)
#306141
(48,97,65)
#2A5439
(42,84,57)
#244731
(36,71,49)
#1E3A29
(30,58,41)
#182D21
(24,45,33)
#122019
(18,32,25)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #489561

#489561
(72,149,97)
#589E6F
(88,158,111)
#68A77D
(104,167,125)
#78B08B
(120,176,139)
#88B999
(136,185,153)
#98C2A7
(152,194,167)
#A8CBB5
(168,203,181)
#B8D4C3
(184,212,195)
#C8DDD1
(200,221,209)
#D8E6DF
(216,230,223)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489561 color. Also use rgb(72,149,97) instead hex code.

Text Font Color

.myTextColor { color: #489561; }

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

This text font color is #489561.


Background Color

.myBgColor { background-color: #489561; }

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

This div background color is #489561.


Border color

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

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

This div border color is #489561.


Opacity

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

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

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

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

This text has shadow with #489561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489561 on black background.


Color preview on white background

This text has color #489561 on white background.



Black color preview on #489561 background

This text has black color on #489561 background.


White color preview on #489561 background

This text has white color on #489561 background.