COLOR #489E4E

HEX: #489E4E
RGB: (72,158,78)

Color info

#489E4E contains mainly green color. Web safe color of #489E4E is #339966 (or #396).

RGB color model

#489E4E color RGB value is (72,158,78).

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

RGB channels and saturation

R 72 of 255 = 28%
G 158 of 255 = 62%
B 78 of 255 = 31%

72
158
78

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

Portions of RGB colors in percentages

R + G + B =
72 + 158 + 78 = 308 (100%)
R 72 of 308 ~ 23.38%
G 158 of 308 ~ 51.3%
B 78 of 308 ~ 25.32%

%23.38
%51.3
%25.32

CMYK color model

#489E4E color CMYK value is (54,0,51,38).

  • cyan value is 54.43%
  • magenta value is 0.00%
  • yellow value is 50.63%
  • key color value is 38.04%
CMYK:
(54,0,51,38)
C54M0Y51K38 
(54%,0%,51%,38%)
(0.54/0.00/0.51/0.38)	

CMYK percentages

%54.43
%0
%50.63
%38.04

Codes

Color #489E4E in popluar color models

489E4E
RGB7215878
HSL124°37.39%45.10%
HSB/HSV124°54.43%61.96%
CMYK54.43%0.00%50.63%
38.04%

Color #489E4E in popluar number systems.

HEX489E4E
Decimal7215878
Binary1001000100111101001110
Octal110236116

Shades and tints

Shades of #489E4E

#489E4E
(72,158,78)
#429047
(66,144,71)
#3C8240
(60,130,64)
#367439
(54,116,57)
#306632
(48,102,50)
#2A582B
(42,88,43)
#244A24
(36,74,36)
#1E3C1D
(30,60,29)
#182E16
(24,46,22)
#12200F
(18,32,15)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #489E4E

#489E4E
(72,158,78)
#58A65E
(88,166,94)
#68AE6E
(104,174,110)
#78B67E
(120,182,126)
#88BE8E
(136,190,142)
#98C69E
(152,198,158)
#A8CEAE
(168,206,174)
#B8D6BE
(184,214,190)
#C8DECE
(200,222,206)
#D8E6DE
(216,230,222)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #489E4E; }

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

This text font color is #489E4E.


Background Color

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

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

This div background color is #489E4E.


Border color

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

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

This div border color is #489E4E.


Opacity

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

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

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

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

This text has shadow with #489E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489E4E on black background.


Color preview on white background

This text has color #489E4E on white background.



Black color preview on #489E4E background

This text has black color on #489E4E background.


White color preview on #489E4E background

This text has white color on #489E4E background.