COLOR #499E74

HEX: #499E74
RGB: (73,158,116)

Color info

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

RGB color model

#499E74 color RGB value is (73,158,116).

  • red value is 73;
  • green value is 158;
  • blue value is 116.
RGB:
(73,158,116)
(29%,62%,45%)

RGB channels and saturation

R 73 of 255 = 29%
G 158 of 255 = 62%
B 116 of 255 = 45%

73
158
116

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

Portions of RGB colors in percentages

R + G + B =
73 + 158 + 116 = 347 (100%)
R 73 of 347 ~ 21.04%
G 158 of 347 ~ 45.53%
B 116 of 347 ~ 33.43%

%21.04
%45.53
%33.43

CMYK color model

#499E74 color CMYK value is (54,0,27,38).

  • cyan value is 53.80%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 38.04%
CMYK:
(54,0,27,38)
C54M0Y27K38 
(54%,0%,27%,38%)
(0.54/0.00/0.27/0.38)	

CMYK percentages

%53.8
%0
%26.58
%38.04

Codes

Color #499E74 in popluar color models

499E74
RGB73158116
HSL150°36.80%45.29%
HSB/HSV150°53.80%61.96%
CMYK53.80%0.00%26.58%
38.04%

Color #499E74 in popluar number systems.

HEX499E74
Decimal73158116
Binary1001001100111101110100
Octal111236164

Shades and tints

Shades of #499E74

#499E74
(73,158,116)
#43906A
(67,144,106)
#3D8260
(61,130,96)
#377456
(55,116,86)
#31664C
(49,102,76)
#2B5842
(43,88,66)
#254A38
(37,74,56)
#1F3C2E
(31,60,46)
#192E24
(25,46,36)
#13201A
(19,32,26)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #499E74

#499E74
(73,158,116)
#59A680
(89,166,128)
#69AE8C
(105,174,140)
#79B698
(121,182,152)
#89BEA4
(137,190,164)
#99C6B0
(153,198,176)
#A9CEBC
(169,206,188)
#B9D6C8
(185,214,200)
#C9DED4
(201,222,212)
#D9E6E0
(217,230,224)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499E74 color. Also use rgb(73,158,116) instead hex code.

Text Font Color

.myTextColor { color: #499E74; }

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

This text font color is #499E74.


Background Color

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

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

This div background color is #499E74.


Border color

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

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

This div border color is #499E74.


Opacity

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

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

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

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

This text has shadow with #499E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499E74 on black background.


Color preview on white background

This text has color #499E74 on white background.



Black color preview on #499E74 background

This text has black color on #499E74 background.


White color preview on #499E74 background

This text has white color on #499E74 background.