COLOR #499580

HEX: #499580
RGB: (73,149,128)

Color info

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

RGB color model

#499580 color RGB value is (73,149,128).

  • red value is 73;
  • green value is 149;
  • blue value is 128.
RGB:
(73,149,128)
(29%,58%,50%)

RGB channels and saturation

R 73 of 255 = 29%
G 149 of 255 = 58%
B 128 of 255 = 50%

73
149
128

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

Portions of RGB colors in percentages

R + G + B =
73 + 149 + 128 = 350 (100%)
R 73 of 350 ~ 20.86%
G 149 of 350 ~ 42.57%
B 128 of 350 ~ 36.57%

%20.86
%42.57
%36.57

CMYK color model

#499580 color CMYK value is (51,0,14,42).

  • cyan value is 51.01%
  • magenta value is 0.00%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK:
(51,0,14,42)
C51M0Y14K42 
(51%,0%,14%,42%)
(0.51/0.00/0.14/0.42)	

CMYK percentages

%51.01
%0
%14.09
%41.57

Codes

Color #499580 in popluar color models

499580
RGB73149128
HSL163°34.23%43.53%
HSB/HSV163°51.01%58.43%
CMYK51.01%0.00%14.09%
41.57%

Color #499580 in popluar number systems.

HEX499580
Decimal73149128
Binary10010011001010110000000
Octal111225200

Shades and tints

Shades of #499580

#499580
(73,149,128)
#438875
(67,136,117)
#3D7B6A
(61,123,106)
#376E5F
(55,110,95)
#316154
(49,97,84)
#2B5449
(43,84,73)
#25473E
(37,71,62)
#1F3A33
(31,58,51)
#192D28
(25,45,40)
#13201D
(19,32,29)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #499580

#499580
(73,149,128)
#599E8B
(89,158,139)
#69A796
(105,167,150)
#79B0A1
(121,176,161)
#89B9AC
(137,185,172)
#99C2B7
(153,194,183)
#A9CBC2
(169,203,194)
#B9D4CD
(185,212,205)
#C9DDD8
(201,221,216)
#D9E6E3
(217,230,227)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499580 color. Also use rgb(73,149,128) instead hex code.

Text Font Color

.myTextColor { color: #499580; }

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

This text font color is #499580.


Background Color

.myBgColor { background-color: #499580; }

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

This div background color is #499580.


Border color

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

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

This div border color is #499580.


Opacity

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

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

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

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

This text has shadow with #499580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499580 on black background.


Color preview on white background

This text has color #499580 on white background.



Black color preview on #499580 background

This text has black color on #499580 background.


White color preview on #499580 background

This text has white color on #499580 background.