COLOR #489D8F

HEX: #489D8F
RGB: (72,157,143)

Color info

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

RGB color model

#489D8F color RGB value is (72,157,143).

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

RGB channels and saturation

R 72 of 255 = 28%
G 157 of 255 = 62%
B 143 of 255 = 56%

72
157
143

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

Portions of RGB colors in percentages

R + G + B =
72 + 157 + 143 = 372 (100%)
R 72 of 372 ~ 19.35%
G 157 of 372 ~ 42.2%
B 143 of 372 ~ 38.44%

%19.35
%42.2
%38.44

CMYK color model

#489D8F color CMYK value is (54,0,9,38).

  • cyan value is 54.14%
  • magenta value is 0.00%
  • yellow value is 8.92%
  • key color value is 38.43%
CMYK:
(54,0,9,38)
C54M0Y9K38 
(54%,0%,9%,38%)
(0.54/0.00/0.09/0.38)	

CMYK percentages

%54.14
%0
%8.92
%38.43

Codes

Color #489D8F in popluar color models

489D8F
RGB72157143
HSL170°37.12%44.90%
HSB/HSV170°54.14%61.57%
CMYK54.14%0.00%8.92%
38.43%

Color #489D8F in popluar number systems.

HEX489D8F
Decimal72157143
Binary10010001001110110001111
Octal110235217

Shades and tints

Shades of #489D8F

#489D8F
(72,157,143)
#428F82
(66,143,130)
#3C8175
(60,129,117)
#367368
(54,115,104)
#30655B
(48,101,91)
#2A574E
(42,87,78)
#244941
(36,73,65)
#1E3B34
(30,59,52)
#182D27
(24,45,39)
#121F1A
(18,31,26)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #489D8F

#489D8F
(72,157,143)
#58A599
(88,165,153)
#68ADA3
(104,173,163)
#78B5AD
(120,181,173)
#88BDB7
(136,189,183)
#98C5C1
(152,197,193)
#A8CDCB
(168,205,203)
#B8D5D5
(184,213,213)
#C8DDDF
(200,221,223)
#D8E5E9
(216,229,233)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #489D8F; }

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

This text font color is #489D8F.


Background Color

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

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

This div background color is #489D8F.


Border color

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

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

This div border color is #489D8F.


Opacity

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

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

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

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

This text has shadow with #489D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489D8F on black background.


Color preview on white background

This text has color #489D8F on white background.



Black color preview on #489D8F background

This text has black color on #489D8F background.


White color preview on #489D8F background

This text has white color on #489D8F background.