COLOR #499984

HEX: #499984
RGB: (73,153,132)

Color info

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

RGB color model

#499984 color RGB value is (73,153,132).

  • red value is 73;
  • green value is 153;
  • blue value is 132.
RGB:
(73,153,132)
(29%,60%,52%)

RGB channels and saturation

R 73 of 255 = 29%
G 153 of 255 = 60%
B 132 of 255 = 52%

73
153
132

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

Portions of RGB colors in percentages

R + G + B =
73 + 153 + 132 = 358 (100%)
R 73 of 358 ~ 20.39%
G 153 of 358 ~ 42.74%
B 132 of 358 ~ 36.87%

%20.39
%42.74
%36.87

CMYK color model

#499984 color CMYK value is (52,0,14,40).

  • cyan value is 52.29%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 40.00%
CMYK:
(52,0,14,40)
C52M0Y14K40 
(52%,0%,14%,40%)
(0.52/0.00/0.14/0.40)	

CMYK percentages

%52.29
%0
%13.73
%40

Codes

Color #499984 in popluar color models

499984
RGB73153132
HSL164°35.40%44.31%
HSB/HSV164°52.29%60.00%
CMYK52.29%0.00%13.73%
40.00%

Color #499984 in popluar number systems.

HEX499984
Decimal73153132
Binary10010011001100110000100
Octal111231204

Shades and tints

Shades of #499984

#499984
(73,153,132)
#438C78
(67,140,120)
#3D7F6C
(61,127,108)
#377260
(55,114,96)
#316554
(49,101,84)
#2B5848
(43,88,72)
#254B3C
(37,75,60)
#1F3E30
(31,62,48)
#193124
(25,49,36)
#132418
(19,36,24)
#0D170C
(13,23,12)
#000000
(0,0,0)

Tints of #499984

#499984
(73,153,132)
#59A28F
(89,162,143)
#69AB9A
(105,171,154)
#79B4A5
(121,180,165)
#89BDB0
(137,189,176)
#99C6BB
(153,198,187)
#A9CFC6
(169,207,198)
#B9D8D1
(185,216,209)
#C9E1DC
(201,225,220)
#D9EAE7
(217,234,231)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499984 color. Also use rgb(73,153,132) instead hex code.

Text Font Color

.myTextColor { color: #499984; }

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

This text font color is #499984.


Background Color

.myBgColor { background-color: #499984; }

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

This div background color is #499984.


Border color

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

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

This div border color is #499984.


Opacity

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

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

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

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

This text has shadow with #499984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499984 on black background.


Color preview on white background

This text has color #499984 on white background.



Black color preview on #499984 background

This text has black color on #499984 background.


White color preview on #499984 background

This text has white color on #499984 background.