COLOR #499553

HEX: #499553
RGB: (73,149,83)

Color info

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

RGB color model

#499553 color RGB value is (73,149,83).

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

RGB channels and saturation

R 73 of 255 = 29%
G 149 of 255 = 58%
B 83 of 255 = 33%

73
149
83

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

Portions of RGB colors in percentages

R + G + B =
73 + 149 + 83 = 305 (100%)
R 73 of 305 ~ 23.93%
G 149 of 305 ~ 48.85%
B 83 of 305 ~ 27.21%

%23.93
%48.85
%27.21

CMYK color model

#499553 color CMYK value is (51,0,44,42).

  • cyan value is 51.01%
  • magenta value is 0.00%
  • yellow value is 44.30%
  • key color value is 41.57%
CMYK:
(51,0,44,42)
C51M0Y44K42 
(51%,0%,44%,42%)
(0.51/0.00/0.44/0.42)	

CMYK percentages

%51.01
%0
%44.3
%41.57

Codes

Color #499553 in popluar color models

499553
RGB7314983
HSL128°34.23%43.53%
HSB/HSV128°51.01%58.43%
CMYK51.01%0.00%44.30%
41.57%

Color #499553 in popluar number systems.

HEX499553
Decimal7314983
Binary1001001100101011010011
Octal111225123

Shades and tints

Shades of #499553

#499553
(73,149,83)
#43884C
(67,136,76)
#3D7B45
(61,123,69)
#376E3E
(55,110,62)
#316137
(49,97,55)
#2B5430
(43,84,48)
#254729
(37,71,41)
#1F3A22
(31,58,34)
#192D1B
(25,45,27)
#132014
(19,32,20)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #499553

#499553
(73,149,83)
#599E62
(89,158,98)
#69A771
(105,167,113)
#79B080
(121,176,128)
#89B98F
(137,185,143)
#99C29E
(153,194,158)
#A9CBAD
(169,203,173)
#B9D4BC
(185,212,188)
#C9DDCB
(201,221,203)
#D9E6DA
(217,230,218)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499553; }

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

This text font color is #499553.


Background Color

.myBgColor { background-color: #499553; }

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

This div background color is #499553.


Border color

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

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

This div border color is #499553.


Opacity

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

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

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

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

This text has shadow with #499553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499553 on black background.


Color preview on white background

This text has color #499553 on white background.



Black color preview on #499553 background

This text has black color on #499553 background.


White color preview on #499553 background

This text has white color on #499553 background.