COLOR #489883

HEX: #489883
RGB: (72,152,131)

Color info

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

RGB color model

#489883 color RGB value is (72,152,131).

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

RGB channels and saturation

R 72 of 255 = 28%
G 152 of 255 = 60%
B 131 of 255 = 51%

72
152
131

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

Portions of RGB colors in percentages

R + G + B =
72 + 152 + 131 = 355 (100%)
R 72 of 355 ~ 20.28%
G 152 of 355 ~ 42.82%
B 131 of 355 ~ 36.9%

%20.28
%42.82
%36.9

CMYK color model

#489883 color CMYK value is (53,0,14,40).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 40.39%
CMYK:
(53,0,14,40)
C53M0Y14K40 
(53%,0%,14%,40%)
(0.53/0.00/0.14/0.40)	

CMYK percentages

%52.63
%0
%13.82
%40.39

Codes

Color #489883 in popluar color models

489883
RGB72152131
HSL164°35.71%43.92%
HSB/HSV164°52.63%59.61%
CMYK52.63%0.00%13.82%
40.39%

Color #489883 in popluar number systems.

HEX489883
Decimal72152131
Binary10010001001100010000011
Octal110230203

Shades and tints

Shades of #489883

#489883
(72,152,131)
#428B78
(66,139,120)
#3C7E6D
(60,126,109)
#367162
(54,113,98)
#306457
(48,100,87)
#2A574C
(42,87,76)
#244A41
(36,74,65)
#1E3D36
(30,61,54)
#18302B
(24,48,43)
#122320
(18,35,32)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #489883

#489883
(72,152,131)
#58A18E
(88,161,142)
#68AA99
(104,170,153)
#78B3A4
(120,179,164)
#88BCAF
(136,188,175)
#98C5BA
(152,197,186)
#A8CEC5
(168,206,197)
#B8D7D0
(184,215,208)
#C8E0DB
(200,224,219)
#D8E9E6
(216,233,230)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #489883; }

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

This text font color is #489883.


Background Color

.myBgColor { background-color: #489883; }

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

This div background color is #489883.


Border color

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

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

This div border color is #489883.


Opacity

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

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

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

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

This text has shadow with #489883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489883 on black background.


Color preview on white background

This text has color #489883 on white background.



Black color preview on #489883 background

This text has black color on #489883 background.


White color preview on #489883 background

This text has white color on #489883 background.