COLOR #489E6E

HEX: #489E6E
RGB: (72,158,110)

Color info

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

RGB color model

#489E6E color RGB value is (72,158,110).

  • red value is 72;
  • green value is 158;
  • blue value is 110.
RGB:
(72,158,110)
(28%,62%,43%)

RGB channels and saturation

R 72 of 255 = 28%
G 158 of 255 = 62%
B 110 of 255 = 43%

72
158
110

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

Portions of RGB colors in percentages

R + G + B =
72 + 158 + 110 = 340 (100%)
R 72 of 340 ~ 21.18%
G 158 of 340 ~ 46.47%
B 110 of 340 ~ 32.35%

%21.18
%46.47
%32.35

CMYK color model

#489E6E color CMYK value is (54,0,30,38).

  • cyan value is 54.43%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 38.04%
CMYK:
(54,0,30,38)
C54M0Y30K38 
(54%,0%,30%,38%)
(0.54/0.00/0.30/0.38)	

CMYK percentages

%54.43
%0
%30.38
%38.04

Codes

Color #489E6E in popluar color models

489E6E
RGB72158110
HSL147°37.39%45.10%
HSB/HSV147°54.43%61.96%
CMYK54.43%0.00%30.38%
38.04%

Color #489E6E in popluar number systems.

HEX489E6E
Decimal72158110
Binary1001000100111101101110
Octal110236156

Shades and tints

Shades of #489E6E

#489E6E
(72,158,110)
#429064
(66,144,100)
#3C825A
(60,130,90)
#367450
(54,116,80)
#306646
(48,102,70)
#2A583C
(42,88,60)
#244A32
(36,74,50)
#1E3C28
(30,60,40)
#182E1E
(24,46,30)
#122014
(18,32,20)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #489E6E

#489E6E
(72,158,110)
#58A67B
(88,166,123)
#68AE88
(104,174,136)
#78B695
(120,182,149)
#88BEA2
(136,190,162)
#98C6AF
(152,198,175)
#A8CEBC
(168,206,188)
#B8D6C9
(184,214,201)
#C8DED6
(200,222,214)
#D8E6E3
(216,230,227)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489E6E color. Also use rgb(72,158,110) instead hex code.

Text Font Color

.myTextColor { color: #489E6E; }

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

This text font color is #489E6E.


Background Color

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

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

This div background color is #489E6E.


Border color

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

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

This div border color is #489E6E.


Opacity

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

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

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

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

This text has shadow with #489E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489E6E on black background.


Color preview on white background

This text has color #489E6E on white background.



Black color preview on #489E6E background

This text has black color on #489E6E background.


White color preview on #489E6E background

This text has white color on #489E6E background.