COLOR #497449

HEX: #497449
RGB: (73,116,73)

Color info

#497449 contains red, green and blue colors in about the same proportion. Web safe color of #497449 is #336633 (or #363).

RGB color model

#497449 color RGB value is (73,116,73).

  • red value is 73;
  • green value is 116;
  • blue value is 73.
RGB:
(73,116,73)
(29%,45%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 116 of 255 = 45%
B 73 of 255 = 29%

73
116
73

R + G + B ~ 34%. #497449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 116 + 73 = 262 (100%)
R 73 of 262 ~ 27.86%
G 116 of 262 ~ 44.27%
B 73 of 262 ~ 27.86%

%27.86
%44.27
%27.86

CMYK color model

#497449 color CMYK value is (37,0,37,55).

  • cyan value is 37.07%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(37,0,37,55)
C37M0Y37K55 
(37%,0%,37%,55%)
(0.37/0.00/0.37/0.55)	

CMYK percentages

%37.07
%0
%37.07
%54.51

Codes

Color #497449 in popluar color models

497449
RGB7311673
HSL120°22.75%37.06%
HSB/HSV120°37.07%45.49%
CMYK37.07%0.00%37.07%
54.51%

Color #497449 in popluar number systems.

HEX497449
Decimal7311673
Binary100100111101001001001
Octal111164111

Shades and tints

Shades of #497449

#497449
(73,116,73)
#436A43
(67,106,67)
#3D603D
(61,96,61)
#375637
(55,86,55)
#314C31
(49,76,49)
#2B422B
(43,66,43)
#253825
(37,56,37)
#1F2E1F
(31,46,31)
#192419
(25,36,25)
#131A13
(19,26,19)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #497449

#497449
(73,116,73)
#598059
(89,128,89)
#698C69
(105,140,105)
#799879
(121,152,121)
#89A489
(137,164,137)
#99B099
(153,176,153)
#A9BCA9
(169,188,169)
#B9C8B9
(185,200,185)
#C9D4C9
(201,212,201)
#D9E0D9
(217,224,217)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497449; }

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

This text font color is #497449.


Background Color

.myBgColor { background-color: #497449; }

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

This div background color is #497449.


Border color

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

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

This div border color is #497449.


Opacity

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

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

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

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

This text has shadow with #497449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497449 on black background.


Color preview on white background

This text has color #497449 on white background.



Black color preview on #497449 background

This text has black color on #497449 background.


White color preview on #497449 background

This text has white color on #497449 background.