COLOR #489989

HEX: #489989
RGB: (72,153,137)

Color info

#489989 contains mainly green and blue colors. Web safe color of #489989 is #339999 (or #399).

RGB color model

#489989 color RGB value is (72,153,137).

  • red value is 72;
  • green value is 153;
  • blue value is 137.
RGB:
(72,153,137)
(28%,60%,54%)

RGB channels and saturation

R 72 of 255 = 28%
G 153 of 255 = 60%
B 137 of 255 = 54%

72
153
137

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

Portions of RGB colors in percentages

R + G + B =
72 + 153 + 137 = 362 (100%)
R 72 of 362 ~ 19.89%
G 153 of 362 ~ 42.27%
B 137 of 362 ~ 37.85%

%19.89
%42.27
%37.85

CMYK color model

#489989 color CMYK value is (53,0,10,40).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(53,0,10,40)
C53M0Y10K40 
(53%,0%,10%,40%)
(0.53/0.00/0.10/0.40)	

CMYK percentages

%52.94
%0
%10.46
%40

Codes

Color #489989 in popluar color models

489989
RGB72153137
HSL168°36.00%44.12%
HSB/HSV168°52.94%60.00%
CMYK52.94%0.00%10.46%
40.00%

Color #489989 in popluar number systems.

HEX489989
Decimal72153137
Binary10010001001100110001001
Octal110231211

Shades and tints

Shades of #489989

#489989
(72,153,137)
#428C7D
(66,140,125)
#3C7F71
(60,127,113)
#367265
(54,114,101)
#306559
(48,101,89)
#2A584D
(42,88,77)
#244B41
(36,75,65)
#1E3E35
(30,62,53)
#183129
(24,49,41)
#12241D
(18,36,29)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #489989

#489989
(72,153,137)
#58A293
(88,162,147)
#68AB9D
(104,171,157)
#78B4A7
(120,180,167)
#88BDB1
(136,189,177)
#98C6BB
(152,198,187)
#A8CFC5
(168,207,197)
#B8D8CF
(184,216,207)
#C8E1D9
(200,225,217)
#D8EAE3
(216,234,227)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489989 color. Also use rgb(72,153,137) instead hex code.

Text Font Color

.myTextColor { color: #489989; }

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

This text font color is #489989.


Background Color

.myBgColor { background-color: #489989; }

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

This div background color is #489989.


Border color

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

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

This div border color is #489989.


Opacity

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

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

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

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

This text has shadow with #489989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489989 on black background.


Color preview on white background

This text has color #489989 on white background.



Black color preview on #489989 background

This text has black color on #489989 background.


White color preview on #489989 background

This text has white color on #489989 background.