COLOR #499E4D

HEX: #499E4D
RGB: (73,158,77)

Color info

#499E4D contains mainly green color. Web safe color of #499E4D is #339933 (or #393).

RGB color model

#499E4D color RGB value is (73,158,77).

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

RGB channels and saturation

R 73 of 255 = 29%
G 158 of 255 = 62%
B 77 of 255 = 30%

73
158
77

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

Portions of RGB colors in percentages

R + G + B =
73 + 158 + 77 = 308 (100%)
R 73 of 308 ~ 23.7%
G 158 of 308 ~ 51.3%
B 77 of 308 ~ 25%

%23.7
%51.3
%25

CMYK color model

#499E4D color CMYK value is (54,0,51,38).

  • cyan value is 53.80%
  • magenta value is 0.00%
  • yellow value is 51.27%
  • key color value is 38.04%
CMYK:
(54,0,51,38)
C54M0Y51K38 
(54%,0%,51%,38%)
(0.54/0.00/0.51/0.38)	

CMYK percentages

%53.8
%0
%51.27
%38.04

Codes

Color #499E4D in popluar color models

499E4D
RGB7315877
HSL123°36.80%45.29%
HSB/HSV123°53.80%61.96%
CMYK53.80%0.00%51.27%
38.04%

Color #499E4D in popluar number systems.

HEX499E4D
Decimal7315877
Binary1001001100111101001101
Octal111236115

Shades and tints

Shades of #499E4D

#499E4D
(73,158,77)
#439046
(67,144,70)
#3D823F
(61,130,63)
#377438
(55,116,56)
#316631
(49,102,49)
#2B582A
(43,88,42)
#254A23
(37,74,35)
#1F3C1C
(31,60,28)
#192E15
(25,46,21)
#13200E
(19,32,14)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #499E4D

#499E4D
(73,158,77)
#59A65D
(89,166,93)
#69AE6D
(105,174,109)
#79B67D
(121,182,125)
#89BE8D
(137,190,141)
#99C69D
(153,198,157)
#A9CEAD
(169,206,173)
#B9D6BD
(185,214,189)
#C9DECD
(201,222,205)
#D9E6DD
(217,230,221)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499E4D; }

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

This text font color is #499E4D.


Background Color

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

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

This div background color is #499E4D.


Border color

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

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

This div border color is #499E4D.


Opacity

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

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

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

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

This text has shadow with #499E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499E4D on black background.


Color preview on white background

This text has color #499E4D on white background.



Black color preview on #499E4D background

This text has black color on #499E4D background.


White color preview on #499E4D background

This text has white color on #499E4D background.