COLOR #489B7E

HEX: #489B7E
RGB: (72,155,126)

Color info

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

RGB color model

#489B7E color RGB value is (72,155,126).

  • red value is 72;
  • green value is 155;
  • blue value is 126.
RGB:
(72,155,126)
(28%,61%,49%)

RGB channels and saturation

R 72 of 255 = 28%
G 155 of 255 = 61%
B 126 of 255 = 49%

72
155
126

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

Portions of RGB colors in percentages

R + G + B =
72 + 155 + 126 = 353 (100%)
R 72 of 353 ~ 20.4%
G 155 of 353 ~ 43.91%
B 126 of 353 ~ 35.69%

%20.4
%43.91
%35.69

CMYK color model

#489B7E color CMYK value is (54,0,19,39).

  • cyan value is 53.55%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 39.22%
CMYK:
(54,0,19,39)
C54M0Y19K39 
(54%,0%,19%,39%)
(0.54/0.00/0.19/0.39)	

CMYK percentages

%53.55
%0
%18.71
%39.22

Codes

Color #489B7E in popluar color models

489B7E
RGB72155126
HSL159°36.56%44.51%
HSB/HSV159°53.55%60.78%
CMYK53.55%0.00%18.71%
39.22%

Color #489B7E in popluar number systems.

HEX489B7E
Decimal72155126
Binary1001000100110111111110
Octal110233176

Shades and tints

Shades of #489B7E

#489B7E
(72,155,126)
#428D73
(66,141,115)
#3C7F68
(60,127,104)
#36715D
(54,113,93)
#306352
(48,99,82)
#2A5547
(42,85,71)
#24473C
(36,71,60)
#1E3931
(30,57,49)
#182B26
(24,43,38)
#121D1B
(18,29,27)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #489B7E

#489B7E
(72,155,126)
#58A489
(88,164,137)
#68AD94
(104,173,148)
#78B69F
(120,182,159)
#88BFAA
(136,191,170)
#98C8B5
(152,200,181)
#A8D1C0
(168,209,192)
#B8DACB
(184,218,203)
#C8E3D6
(200,227,214)
#D8ECE1
(216,236,225)
#E8F5EC
(232,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489B7E color. Also use rgb(72,155,126) instead hex code.

Text Font Color

.myTextColor { color: #489B7E; }

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

This text font color is #489B7E.


Background Color

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

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

This div background color is #489B7E.


Border color

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

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

This div border color is #489B7E.


Opacity

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

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

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

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

This text has shadow with #489B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489B7E on black background.


Color preview on white background

This text has color #489B7E on white background.



Black color preview on #489B7E background

This text has black color on #489B7E background.


White color preview on #489B7E background

This text has white color on #489B7E background.