COLOR #489399

HEX: #489399
RGB: (72,147,153)

Color info

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

RGB color model

#489399 color RGB value is (72,147,153).

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

RGB channels and saturation

R 72 of 255 = 28%
G 147 of 255 = 58%
B 153 of 255 = 60%

72
147
153

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

Portions of RGB colors in percentages

R + G + B =
72 + 147 + 153 = 372 (100%)
R 72 of 372 ~ 19.35%
G 147 of 372 ~ 39.52%
B 153 of 372 ~ 41.13%

%19.35
%39.52
%41.13

CMYK color model

#489399 color CMYK value is (53,4,0,40).

  • cyan value is 52.94%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(53,4,0,40)
C53M4Y0K40 
(53%,4%,0%,40%)
(0.53/0.04/0.00/0.40)	

CMYK percentages

%52.94
%3.92
%0
%40

Codes

Color #489399 in popluar color models

489399
RGB72147153
HSL184°36.00%44.12%
HSB/HSV184°52.94%60.00%
CMYK52.94%3.92%0.00%
40.00%

Color #489399 in popluar number systems.

HEX489399
Decimal72147153
Binary10010001001001110011001
Octal110223231

Shades and tints

Shades of #489399

#489399
(72,147,153)
#42868C
(66,134,140)
#3C797F
(60,121,127)
#366C72
(54,108,114)
#305F65
(48,95,101)
#2A5258
(42,82,88)
#24454B
(36,69,75)
#1E383E
(30,56,62)
#182B31
(24,43,49)
#121E24
(18,30,36)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #489399

#489399
(72,147,153)
#589CA2
(88,156,162)
#68A5AB
(104,165,171)
#78AEB4
(120,174,180)
#88B7BD
(136,183,189)
#98C0C6
(152,192,198)
#A8C9CF
(168,201,207)
#B8D2D8
(184,210,216)
#C8DBE1
(200,219,225)
#D8E4EA
(216,228,234)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #489399; }

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

This text font color is #489399.


Background Color

.myBgColor { background-color: #489399; }

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

This div background color is #489399.


Border color

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

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

This div border color is #489399.


Opacity

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

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

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

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

This text has shadow with #489399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489399 on black background.


Color preview on white background

This text has color #489399 on white background.



Black color preview on #489399 background

This text has black color on #489399 background.


White color preview on #489399 background

This text has white color on #489399 background.