COLOR #497A2D

HEX: #497A2D RGB: (73,122,45)

Color info

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

RGB color model

#497A2D color RGB value is (73,122,45).

RGB: (73,122,45) (29%, 48%, 18%)

RGB channels and saturation

R 73 of 255 = 29%
G 122 of 255 = 48%
B 45 of 255 = 18%

73
122
45

R + G + B ~ 32%. #497A2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 122 + 45 = 240 (100%)
R 73 of 240 ~ 30.42%
G 122 of 240 ~ 50.83%
B 45 of 240 ~ 18.75'%

%30.42
%50.83
%18.75

CMYK color model

#497A2D color CMYK value is (40,0,63,52).

  • cyan value is 40.16%
  • magenta value is 0.00%
  • yellow value is 63.11%
  • key color value is 52.16%

CMYK: (40,0,63,52)
C40M0Y63K52 (40%, 0%, 63%, 52%)
(0.40 / 0.00 / 0.63 / 0.52)

CMYK percentages

%40.16
%0
%63.11
%52.16

Codes

Color #497A2D in popluar color models

49 7A 2D
RGB 73 122 45
HSL 98° 46.11% 32.75%
HSB/HSV 98° 63.11% 47.84%
CMYK 40.16% 0.00% 63.11%
52.16%

Color #497A2D in popluar number systems.

HEX 49 7A 2D
Decimal 73 122 45
Binary 1001001 1111010 101101
Octal 111 172 55

Shades and tints

Shades of #497A2D

#497A2D
(73,122,45)
#436F29
(67,111,41)
#3D6425
(61,100,37)
#375921
(55,89,33)
#314E1D
(49,78,29)
#2B4319
(43,67,25)
#253815
(37,56,21)
#1F2D11
(31,45,17)
#19220D
(25,34,13)
#131709
(19,23,9)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #497A2D

#497A2D
(73,122,45)
#598640
(89,134,64)
#699253
(105,146,83)
#799E66
(121,158,102)
#89AA79
(137,170,121)
#99B68C
(153,182,140)
#A9C29F
(169,194,159)
#B9CEB2
(185,206,178)
#C9DAC5
(201,218,197)
#D9E6D8
(217,230,216)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497A2D color. Also use rgb(73,122,45) instead hex code.

Text Font Color

.myTextColor { color: #497A2D; }

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

This text font color is #497A2D.

Background Color

.myBgColor { background-color: #497A2D; }

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

This div background color is #497A2D.

Border color

.myBorderColor { border: 1px solid #497A2D; }

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

This div border color is #497A2D.

Opacity

.myOpacity80 { color: #497A2D; opacity: 0.8; }

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

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

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

This text has shadow with #497A2D color.


.textShadow {text-shadow: 3px 3px 1px #497A2D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #497A2D; -webkit-box-shadow: 1px 1px 3px 2px #497A2D; box-shadow:1px 1px 3px 2px #497A2D;">
Div content here
</div>

This div box has shadow with color #497A2D.

Preview

Color preview on black background

This text has color #497A2D on black background.


Color preview on white background

This text has color #497A2D on white background.


Black color preview on #497A2D background

This text has black color on #497A2D background.


White color preview on #497A2D background

This text has white color on #497A2D background.


Related colors

Complementary color

Complementary color for #hex is #B685D2.


I love getcolorcode.com

Triadic colors

1 #2D497A and #7A2D49 with #497A2D are triadic colors.

2 #2D7A49 and #7A492D with #497A2D are triadic colors.