COLOR #499D53

HEX: #499D53
RGB: (73,157,83)

Color info

#499D53 contains mainly green color. Web safe color of #499D53 is #339966 (or #396).

RGB color model

#499D53 color RGB value is (73,157,83).

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

RGB channels and saturation

R 73 of 255 = 29%
G 157 of 255 = 62%
B 83 of 255 = 33%

73
157
83

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

Portions of RGB colors in percentages

R + G + B =
73 + 157 + 83 = 313 (100%)
R 73 of 313 ~ 23.32%
G 157 of 313 ~ 50.16%
B 83 of 313 ~ 26.52%

%23.32
%50.16
%26.52

CMYK color model

#499D53 color CMYK value is (54,0,47,38).

  • cyan value is 53.50%
  • magenta value is 0.00%
  • yellow value is 47.13%
  • key color value is 38.43%
CMYK:
(54,0,47,38)
C54M0Y47K38 
(54%,0%,47%,38%)
(0.54/0.00/0.47/0.38)	

CMYK percentages

%53.5
%0
%47.13
%38.43

Codes

Color #499D53 in popluar color models

499D53
RGB7315783
HSL127°36.52%45.10%
HSB/HSV127°53.50%61.57%
CMYK53.50%0.00%47.13%
38.43%

Color #499D53 in popluar number systems.

HEX499D53
Decimal7315783
Binary1001001100111011010011
Octal111235123

Shades and tints

Shades of #499D53

#499D53
(73,157,83)
#438F4C
(67,143,76)
#3D8145
(61,129,69)
#37733E
(55,115,62)
#316537
(49,101,55)
#2B5730
(43,87,48)
#254929
(37,73,41)
#1F3B22
(31,59,34)
#192D1B
(25,45,27)
#131F14
(19,31,20)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #499D53

#499D53
(73,157,83)
#59A562
(89,165,98)
#69AD71
(105,173,113)
#79B580
(121,181,128)
#89BD8F
(137,189,143)
#99C59E
(153,197,158)
#A9CDAD
(169,205,173)
#B9D5BC
(185,213,188)
#C9DDCB
(201,221,203)
#D9E5DA
(217,229,218)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499D53; }

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

This text font color is #499D53.


Background Color

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

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

This div background color is #499D53.


Border color

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

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

This div border color is #499D53.


Opacity

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

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

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

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

This text has shadow with #499D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499D53 on black background.


Color preview on white background

This text has color #499D53 on white background.



Black color preview on #499D53 background

This text has black color on #499D53 background.


White color preview on #499D53 background

This text has white color on #499D53 background.