COLOR #489864

HEX: #489864
RGB: (72,152,100)

Color info

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

RGB color model

#489864 color RGB value is (72,152,100).

  • red value is 72;
  • green value is 152;
  • blue value is 100.
RGB:
(72,152,100)
(28%,60%,39%)

RGB channels and saturation

R 72 of 255 = 28%
G 152 of 255 = 60%
B 100 of 255 = 39%

72
152
100

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

Portions of RGB colors in percentages

R + G + B =
72 + 152 + 100 = 324 (100%)
R 72 of 324 ~ 22.22%
G 152 of 324 ~ 46.91%
B 100 of 324 ~ 30.86%

%22.22
%46.91
%30.86

CMYK color model

#489864 color CMYK value is (53,0,34,40).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 40.39%
CMYK:
(53,0,34,40)
C53M0Y34K40 
(53%,0%,34%,40%)
(0.53/0.00/0.34/0.40)	

CMYK percentages

%52.63
%0
%34.21
%40.39

Codes

Color #489864 in popluar color models

489864
RGB72152100
HSL141°35.71%43.92%
HSB/HSV141°52.63%59.61%
CMYK52.63%0.00%34.21%
40.39%

Color #489864 in popluar number systems.

HEX489864
Decimal72152100
Binary1001000100110001100100
Octal110230144

Shades and tints

Shades of #489864

#489864
(72,152,100)
#428B5B
(66,139,91)
#3C7E52
(60,126,82)
#367149
(54,113,73)
#306440
(48,100,64)
#2A5737
(42,87,55)
#244A2E
(36,74,46)
#1E3D25
(30,61,37)
#18301C
(24,48,28)
#122313
(18,35,19)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #489864

#489864
(72,152,100)
#58A172
(88,161,114)
#68AA80
(104,170,128)
#78B38E
(120,179,142)
#88BC9C
(136,188,156)
#98C5AA
(152,197,170)
#A8CEB8
(168,206,184)
#B8D7C6
(184,215,198)
#C8E0D4
(200,224,212)
#D8E9E2
(216,233,226)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489864 color. Also use rgb(72,152,100) instead hex code.

Text Font Color

.myTextColor { color: #489864; }

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

This text font color is #489864.


Background Color

.myBgColor { background-color: #489864; }

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

This div background color is #489864.


Border color

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

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

This div border color is #489864.


Opacity

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

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

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

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

This text has shadow with #489864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489864 on black background.


Color preview on white background

This text has color #489864 on white background.



Black color preview on #489864 background

This text has black color on #489864 background.


White color preview on #489864 background

This text has white color on #489864 background.