COLOR #489684

HEX: #489684
RGB: (72,150,132)

Color info

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

RGB color model

#489684 color RGB value is (72,150,132).

  • red value is 72;
  • green value is 150;
  • blue value is 132.
RGB:
(72,150,132)
(28%,59%,52%)

RGB channels and saturation

R 72 of 255 = 28%
G 150 of 255 = 59%
B 132 of 255 = 52%

72
150
132

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

Portions of RGB colors in percentages

R + G + B =
72 + 150 + 132 = 354 (100%)
R 72 of 354 ~ 20.34%
G 150 of 354 ~ 42.37%
B 132 of 354 ~ 37.29%

%20.34
%42.37
%37.29

CMYK color model

#489684 color CMYK value is (52,0,12,41).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(52,0,12,41)
C52M0Y12K41 
(52%,0%,12%,41%)
(0.52/0.00/0.12/0.41)	

CMYK percentages

%52
%0
%12
%41.18

Codes

Color #489684 in popluar color models

489684
RGB72150132
HSL166°35.14%43.53%
HSB/HSV166°52.00%58.82%
CMYK52.00%0.00%12.00%
41.18%

Color #489684 in popluar number systems.

HEX489684
Decimal72150132
Binary10010001001011010000100
Octal110226204

Shades and tints

Shades of #489684

#489684
(72,150,132)
#428978
(66,137,120)
#3C7C6C
(60,124,108)
#366F60
(54,111,96)
#306254
(48,98,84)
#2A5548
(42,85,72)
#24483C
(36,72,60)
#1E3B30
(30,59,48)
#182E24
(24,46,36)
#122118
(18,33,24)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #489684

#489684
(72,150,132)
#589F8F
(88,159,143)
#68A89A
(104,168,154)
#78B1A5
(120,177,165)
#88BAB0
(136,186,176)
#98C3BB
(152,195,187)
#A8CCC6
(168,204,198)
#B8D5D1
(184,213,209)
#C8DEDC
(200,222,220)
#D8E7E7
(216,231,231)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489684 color. Also use rgb(72,150,132) instead hex code.

Text Font Color

.myTextColor { color: #489684; }

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

This text font color is #489684.


Background Color

.myBgColor { background-color: #489684; }

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

This div background color is #489684.


Border color

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

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

This div border color is #489684.


Opacity

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

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

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

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

This text has shadow with #489684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489684 on black background.


Color preview on white background

This text has color #489684 on white background.



Black color preview on #489684 background

This text has black color on #489684 background.


White color preview on #489684 background

This text has white color on #489684 background.