COLOR #497F2A

HEX: #497F2A
RGB: (73,127,42)

Color info

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

RGB color model

#497F2A color RGB value is (73,127,42).

  • red value is 73;
  • green value is 127;
  • blue value is 42.
RGB:
(73,127,42)
(29%,50%,16%)

RGB channels and saturation

R 73 of 255 = 29%
G 127 of 255 = 50%
B 42 of 255 = 16%

73
127
42

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

Portions of RGB colors in percentages

R + G + B =
73 + 127 + 42 = 242 (100%)
R 73 of 242 ~ 30.17%
G 127 of 242 ~ 52.48%
B 42 of 242 ~ 17.36%

%30.17
%52.48
%17.36

CMYK color model

#497F2A color CMYK value is (43,0,67,50).

  • cyan value is 42.52%
  • magenta value is 0.00%
  • yellow value is 66.93%
  • key color value is 50.20%
CMYK:
(43,0,67,50)
C43M0Y67K50 
(43%,0%,67%,50%)
(0.43/0.00/0.67/0.50)	

CMYK percentages

%42.52
%0
%66.93
%50.2

Codes

Color #497F2A in popluar color models

497F2A
RGB7312742
HSL98°50.30%33.14%
HSB/HSV98°66.93%49.80%
CMYK42.52%0.00%66.93%
50.20%

Color #497F2A in popluar number systems.

HEX497F2A
Decimal7312742
Binary10010011111111101010
Octal11117752

Shades and tints

Shades of #497F2A

#497F2A
(73,127,42)
#437427
(67,116,39)
#3D6924
(61,105,36)
#375E21
(55,94,33)
#31531E
(49,83,30)
#2B481B
(43,72,27)
#253D18
(37,61,24)
#1F3215
(31,50,21)
#192712
(25,39,18)
#131C0F
(19,28,15)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #497F2A

#497F2A
(73,127,42)
#598A3D
(89,138,61)
#699550
(105,149,80)
#79A063
(121,160,99)
#89AB76
(137,171,118)
#99B689
(153,182,137)
#A9C19C
(169,193,156)
#B9CCAF
(185,204,175)
#C9D7C2
(201,215,194)
#D9E2D5
(217,226,213)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497F2A color. Also use rgb(73,127,42) instead hex code.

Text Font Color

.myTextColor { color: #497F2A; }

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

This text font color is #497F2A.


Background Color

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

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

This div background color is #497F2A.


Border color

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

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

This div border color is #497F2A.


Opacity

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

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

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

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

This text has shadow with #497F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497F2A on black background.


Color preview on white background

This text has color #497F2A on white background.



Black color preview on #497F2A background

This text has black color on #497F2A background.


White color preview on #497F2A background

This text has white color on #497F2A background.