COLOR #499A7D

HEX: #499A7D
RGB: (73,154,125)

Color info

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

RGB color model

#499A7D color RGB value is (73,154,125).

  • red value is 73;
  • green value is 154;
  • blue value is 125.
RGB:
(73,154,125)
(29%,60%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 154 of 255 = 60%
B 125 of 255 = 49%

73
154
125

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

Portions of RGB colors in percentages

R + G + B =
73 + 154 + 125 = 352 (100%)
R 73 of 352 ~ 20.74%
G 154 of 352 ~ 43.75%
B 125 of 352 ~ 35.51%

%20.74
%43.75
%35.51

CMYK color model

#499A7D color CMYK value is (53,0,19,40).

  • cyan value is 52.60%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(53,0,19,40)
C53M0Y19K40 
(53%,0%,19%,40%)
(0.53/0.00/0.19/0.40)	

CMYK percentages

%52.6
%0
%18.83
%39.61

Codes

Color #499A7D in popluar color models

499A7D
RGB73154125
HSL159°35.68%44.51%
HSB/HSV159°52.60%60.39%
CMYK52.60%0.00%18.83%
39.61%

Color #499A7D in popluar number systems.

HEX499A7D
Decimal73154125
Binary1001001100110101111101
Octal111232175

Shades and tints

Shades of #499A7D

#499A7D
(73,154,125)
#438C72
(67,140,114)
#3D7E67
(61,126,103)
#37705C
(55,112,92)
#316251
(49,98,81)
#2B5446
(43,84,70)
#25463B
(37,70,59)
#1F3830
(31,56,48)
#192A25
(25,42,37)
#131C1A
(19,28,26)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #499A7D

#499A7D
(73,154,125)
#59A388
(89,163,136)
#69AC93
(105,172,147)
#79B59E
(121,181,158)
#89BEA9
(137,190,169)
#99C7B4
(153,199,180)
#A9D0BF
(169,208,191)
#B9D9CA
(185,217,202)
#C9E2D5
(201,226,213)
#D9EBE0
(217,235,224)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499A7D color. Also use rgb(73,154,125) instead hex code.

Text Font Color

.myTextColor { color: #499A7D; }

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

This text font color is #499A7D.


Background Color

.myBgColor { background-color: #499A7D; }

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

This div background color is #499A7D.


Border color

.myBorderColor { border: 1px solid #499A7D; }

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

This div border color is #499A7D.


Opacity

.myOpacity80 { color: #499A7D; opacity: 0.8; }

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

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

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

This text has shadow with #499A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499A7D on black background.


Color preview on white background

This text has color #499A7D on white background.



Black color preview on #499A7D background

This text has black color on #499A7D background.


White color preview on #499A7D background

This text has white color on #499A7D background.