COLOR #489161

HEX: #489161
RGB: (72,145,97)

Color info

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

RGB color model

#489161 color RGB value is (72,145,97).

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

RGB channels and saturation

R 72 of 255 = 28%
G 145 of 255 = 57%
B 97 of 255 = 38%

72
145
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 145 + 97 = 314 (100%)
R 72 of 314 ~ 22.93%
G 145 of 314 ~ 46.18%
B 97 of 314 ~ 30.89%

%22.93
%46.18
%30.89

CMYK color model

#489161 color CMYK value is (50,0,33,43).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 33.10%
  • key color value is 43.14%
CMYK:
(50,0,33,43)
C50M0Y33K43 
(50%,0%,33%,43%)
(0.50/0.00/0.33/0.43)	

CMYK percentages

%50.34
%0
%33.1
%43.14

Codes

Color #489161 in popluar color models

489161
RGB7214597
HSL141°33.64%42.55%
HSB/HSV141°50.34%56.86%
CMYK50.34%0.00%33.10%
43.14%

Color #489161 in popluar number systems.

HEX489161
Decimal7214597
Binary1001000100100011100001
Octal110221141

Shades and tints

Shades of #489161

#489161
(72,145,97)
#428459
(66,132,89)
#3C7751
(60,119,81)
#366A49
(54,106,73)
#305D41
(48,93,65)
#2A5039
(42,80,57)
#244331
(36,67,49)
#1E3629
(30,54,41)
#182921
(24,41,33)
#121C19
(18,28,25)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #489161

#489161
(72,145,97)
#589B6F
(88,155,111)
#68A57D
(104,165,125)
#78AF8B
(120,175,139)
#88B999
(136,185,153)
#98C3A7
(152,195,167)
#A8CDB5
(168,205,181)
#B8D7C3
(184,215,195)
#C8E1D1
(200,225,209)
#D8EBDF
(216,235,223)
#E8F5ED
(232,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #489161; }

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

This text font color is #489161.


Background Color

.myBgColor { background-color: #489161; }

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

This div background color is #489161.


Border color

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

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

This div border color is #489161.


Opacity

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

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

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

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

This text has shadow with #489161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489161 on black background.


Color preview on white background

This text has color #489161 on white background.



Black color preview on #489161 background

This text has black color on #489161 background.


White color preview on #489161 background

This text has white color on #489161 background.