COLOR #499D6D

HEX: #499D6D
RGB: (73,157,109)

Color info

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

RGB color model

#499D6D color RGB value is (73,157,109).

  • red value is 73;
  • green value is 157;
  • blue value is 109.
RGB:
(73,157,109)
(29%,62%,43%)

RGB channels and saturation

R 73 of 255 = 29%
G 157 of 255 = 62%
B 109 of 255 = 43%

73
157
109

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

Portions of RGB colors in percentages

R + G + B =
73 + 157 + 109 = 339 (100%)
R 73 of 339 ~ 21.53%
G 157 of 339 ~ 46.31%
B 109 of 339 ~ 32.15%

%21.53
%46.31
%32.15

CMYK color model

#499D6D color CMYK value is (54,0,31,38).

  • cyan value is 53.50%
  • magenta value is 0.00%
  • yellow value is 30.57%
  • key color value is 38.43%
CMYK:
(54,0,31,38)
C54M0Y31K38 
(54%,0%,31%,38%)
(0.54/0.00/0.31/0.38)	

CMYK percentages

%53.5
%0
%30.57
%38.43

Codes

Color #499D6D in popluar color models

499D6D
RGB73157109
HSL146°36.52%45.10%
HSB/HSV146°53.50%61.57%
CMYK53.50%0.00%30.57%
38.43%

Color #499D6D in popluar number systems.

HEX499D6D
Decimal73157109
Binary1001001100111011101101
Octal111235155

Shades and tints

Shades of #499D6D

#499D6D
(73,157,109)
#438F64
(67,143,100)
#3D815B
(61,129,91)
#377352
(55,115,82)
#316549
(49,101,73)
#2B5740
(43,87,64)
#254937
(37,73,55)
#1F3B2E
(31,59,46)
#192D25
(25,45,37)
#131F1C
(19,31,28)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #499D6D

#499D6D
(73,157,109)
#59A57A
(89,165,122)
#69AD87
(105,173,135)
#79B594
(121,181,148)
#89BDA1
(137,189,161)
#99C5AE
(153,197,174)
#A9CDBB
(169,205,187)
#B9D5C8
(185,213,200)
#C9DDD5
(201,221,213)
#D9E5E2
(217,229,226)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499D6D color. Also use rgb(73,157,109) instead hex code.

Text Font Color

.myTextColor { color: #499D6D; }

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

This text font color is #499D6D.


Background Color

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

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

This div background color is #499D6D.


Border color

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

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

This div border color is #499D6D.


Opacity

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

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

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

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

This text has shadow with #499D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499D6D on black background.


Color preview on white background

This text has color #499D6D on white background.



Black color preview on #499D6D background

This text has black color on #499D6D background.


White color preview on #499D6D background

This text has white color on #499D6D background.