COLOR #497040

HEX: #497040
RGB: (73,112,64)

Color info

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

RGB color model

#497040 color RGB value is (73,112,64).

  • red value is 73;
  • green value is 112;
  • blue value is 64.
RGB:
(73,112,64)
(29%,44%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 112 of 255 = 44%
B 64 of 255 = 25%

73
112
64

R + G + B ~ 33%. #497040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 112 + 64 = 249 (100%)
R 73 of 249 ~ 29.32%
G 112 of 249 ~ 44.98%
B 64 of 249 ~ 25.7%

%29.32
%44.98
%25.7

CMYK color model

#497040 color CMYK value is (35,0,43,56).

  • cyan value is 34.82%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 56.08%
CMYK:
(35,0,43,56)
C35M0Y43K56 
(35%,0%,43%,56%)
(0.35/0.00/0.43/0.56)	

CMYK percentages

%34.82
%0
%42.86
%56.08

Codes

Color #497040 in popluar color models

497040
RGB7311264
HSL109°27.27%34.51%
HSB/HSV109°42.86%43.92%
CMYK34.82%0.00%42.86%
56.08%

Color #497040 in popluar number systems.

HEX497040
Decimal7311264
Binary100100111100001000000
Octal111160100

Shades and tints

Shades of #497040

#497040
(73,112,64)
#43663B
(67,102,59)
#3D5C36
(61,92,54)
#375231
(55,82,49)
#31482C
(49,72,44)
#2B3E27
(43,62,39)
#253422
(37,52,34)
#1F2A1D
(31,42,29)
#192018
(25,32,24)
#131613
(19,22,19)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #497040

#497040
(73,112,64)
#597D51
(89,125,81)
#698A62
(105,138,98)
#799773
(121,151,115)
#89A484
(137,164,132)
#99B195
(153,177,149)
#A9BEA6
(169,190,166)
#B9CBB7
(185,203,183)
#C9D8C8
(201,216,200)
#D9E5D9
(217,229,217)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497040; }

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

This text font color is #497040.


Background Color

.myBgColor { background-color: #497040; }

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

This div background color is #497040.


Border color

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

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

This div border color is #497040.


Opacity

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

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

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

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

This text has shadow with #497040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497040 on black background.


Color preview on white background

This text has color #497040 on white background.



Black color preview on #497040 background

This text has black color on #497040 background.


White color preview on #497040 background

This text has white color on #497040 background.