COLOR #499535

HEX: #499535
RGB: (73,149,53)

Color info

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

RGB color model

#499535 color RGB value is (73,149,53).

  • red value is 73;
  • green value is 149;
  • blue value is 53.
RGB:
(73,149,53)
(29%,58%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 149 of 255 = 58%
B 53 of 255 = 21%

73
149
53

R + G + B ~ 36%. #499535 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 149 + 53 = 275 (100%)
R 73 of 275 ~ 26.55%
G 149 of 275 ~ 54.18%
B 53 of 275 ~ 19.27%

%26.55
%54.18
%19.27

CMYK color model

#499535 color CMYK value is (51,0,64,42).

  • cyan value is 51.01%
  • magenta value is 0.00%
  • yellow value is 64.43%
  • key color value is 41.57%
CMYK:
(51,0,64,42)
C51M0Y64K42 
(51%,0%,64%,42%)
(0.51/0.00/0.64/0.42)	

CMYK percentages

%51.01
%0
%64.43
%41.57

Codes

Color #499535 in popluar color models

499535
RGB7314953
HSL108°47.52%39.61%
HSB/HSV108°64.43%58.43%
CMYK51.01%0.00%64.43%
41.57%

Color #499535 in popluar number systems.

HEX499535
Decimal7314953
Binary100100110010101110101
Octal11122565

Shades and tints

Shades of #499535

#499535
(73,149,53)
#438831
(67,136,49)
#3D7B2D
(61,123,45)
#376E29
(55,110,41)
#316125
(49,97,37)
#2B5421
(43,84,33)
#25471D
(37,71,29)
#1F3A19
(31,58,25)
#192D15
(25,45,21)
#132011
(19,32,17)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #499535

#499535
(73,149,53)
#599E47
(89,158,71)
#69A759
(105,167,89)
#79B06B
(121,176,107)
#89B97D
(137,185,125)
#99C28F
(153,194,143)
#A9CBA1
(169,203,161)
#B9D4B3
(185,212,179)
#C9DDC5
(201,221,197)
#D9E6D7
(217,230,215)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499535 color. Also use rgb(73,149,53) instead hex code.

Text Font Color

.myTextColor { color: #499535; }

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

This text font color is #499535.


Background Color

.myBgColor { background-color: #499535; }

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

This div background color is #499535.


Border color

.myBorderColor { border: 1px solid #499535; }

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

This div border color is #499535.


Opacity

.myOpacity80 { color: #499535; opacity: 0.8; }

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

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

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

This text has shadow with #499535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499535 on black background.


Color preview on white background

This text has color #499535 on white background.



Black color preview on #499535 background

This text has black color on #499535 background.


White color preview on #499535 background

This text has white color on #499535 background.