COLOR #489D65

HEX: #489D65
RGB: (72,157,101)

Color info

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

RGB color model

#489D65 color RGB value is (72,157,101).

  • red value is 72;
  • green value is 157;
  • blue value is 101.
RGB:
(72,157,101)
(28%,62%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 157 of 255 = 62%
B 101 of 255 = 40%

72
157
101

R + G + B ~ 43%. #489D65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 157 + 101 = 330 (100%)
R 72 of 330 ~ 21.82%
G 157 of 330 ~ 47.58%
B 101 of 330 ~ 30.61%

%21.82
%47.58
%30.61

CMYK color model

#489D65 color CMYK value is (54,0,36,38).

  • cyan value is 54.14%
  • magenta value is 0.00%
  • yellow value is 35.67%
  • key color value is 38.43%
CMYK:
(54,0,36,38)
C54M0Y36K38 
(54%,0%,36%,38%)
(0.54/0.00/0.36/0.38)	

CMYK percentages

%54.14
%0
%35.67
%38.43

Codes

Color #489D65 in popluar color models

489D65
RGB72157101
HSL140°37.12%44.90%
HSB/HSV140°54.14%61.57%
CMYK54.14%0.00%35.67%
38.43%

Color #489D65 in popluar number systems.

HEX489D65
Decimal72157101
Binary1001000100111011100101
Octal110235145

Shades and tints

Shades of #489D65

#489D65
(72,157,101)
#428F5C
(66,143,92)
#3C8153
(60,129,83)
#36734A
(54,115,74)
#306541
(48,101,65)
#2A5738
(42,87,56)
#24492F
(36,73,47)
#1E3B26
(30,59,38)
#182D1D
(24,45,29)
#121F14
(18,31,20)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #489D65

#489D65
(72,157,101)
#58A573
(88,165,115)
#68AD81
(104,173,129)
#78B58F
(120,181,143)
#88BD9D
(136,189,157)
#98C5AB
(152,197,171)
#A8CDB9
(168,205,185)
#B8D5C7
(184,213,199)
#C8DDD5
(200,221,213)
#D8E5E3
(216,229,227)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489D65 color. Also use rgb(72,157,101) instead hex code.

Text Font Color

.myTextColor { color: #489D65; }

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

This text font color is #489D65.


Background Color

.myBgColor { background-color: #489D65; }

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

This div background color is #489D65.


Border color

.myBorderColor { border: 1px solid #489D65; }

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

This div border color is #489D65.


Opacity

.myOpacity80 { color: #489D65; opacity: 0.8; }

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

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

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

This text has shadow with #489D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489D65 on black background.


Color preview on white background

This text has color #489D65 on white background.



Black color preview on #489D65 background

This text has black color on #489D65 background.


White color preview on #489D65 background

This text has white color on #489D65 background.