COLOR #497029

HEX: #497029
RGB: (73,112,41)

Color info

#497029 contains mainly red and green colors. Web safe color of #497029 is #336633 (or #363).

RGB color model

#497029 color RGB value is (73,112,41).

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

RGB channels and saturation

R 73 of 255 = 29%
G 112 of 255 = 44%
B 41 of 255 = 16%

73
112
41

R + G + B ~ 30%. #497029 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 112 + 41 = 226 (100%)
R 73 of 226 ~ 32.3%
G 112 of 226 ~ 49.56%
B 41 of 226 ~ 18.14%

%32.3
%49.56
%18.14

CMYK color model

#497029 color CMYK value is (35,0,63,56).

  • cyan value is 34.82%
  • magenta value is 0.00%
  • yellow value is 63.39%
  • key color value is 56.08%
CMYK:
(35,0,63,56)
C35M0Y63K56 
(35%,0%,63%,56%)
(0.35/0.00/0.63/0.56)	

CMYK percentages

%34.82
%0
%63.39
%56.08

Codes

Color #497029 in popluar color models

497029
RGB7311241
HSL93°46.41%30.00%
HSB/HSV93°63.39%43.92%
CMYK34.82%0.00%63.39%
56.08%

Color #497029 in popluar number systems.

HEX497029
Decimal7311241
Binary10010011110000101001
Octal11116051

Shades and tints

Shades of #497029

#497029
(73,112,41)
#436626
(67,102,38)
#3D5C23
(61,92,35)
#375220
(55,82,32)
#31481D
(49,72,29)
#2B3E1A
(43,62,26)
#253417
(37,52,23)
#1F2A14
(31,42,20)
#192011
(25,32,17)
#13160E
(19,22,14)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #497029

#497029
(73,112,41)
#597D3C
(89,125,60)
#698A4F
(105,138,79)
#799762
(121,151,98)
#89A475
(137,164,117)
#99B188
(153,177,136)
#A9BE9B
(169,190,155)
#B9CBAE
(185,203,174)
#C9D8C1
(201,216,193)
#D9E5D4
(217,229,212)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497029; }

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

This text font color is #497029.


Background Color

.myBgColor { background-color: #497029; }

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

This div background color is #497029.


Border color

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

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

This div border color is #497029.


Opacity

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

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

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

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

This text has shadow with #497029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497029 on black background.


Color preview on white background

This text has color #497029 on white background.



Black color preview on #497029 background

This text has black color on #497029 background.


White color preview on #497029 background

This text has white color on #497029 background.