COLOR #497A42

HEX: #497A42
RGB: (73,122,66)

Color info

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

RGB color model

#497A42 color RGB value is (73,122,66).

  • red value is 73;
  • green value is 122;
  • blue value is 66.
RGB:
(73,122,66)
(29%,48%,26%)

RGB channels and saturation

R 73 of 255 = 29%
G 122 of 255 = 48%
B 66 of 255 = 26%

73
122
66

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

Portions of RGB colors in percentages

R + G + B =
73 + 122 + 66 = 261 (100%)
R 73 of 261 ~ 27.97%
G 122 of 261 ~ 46.74%
B 66 of 261 ~ 25.29%

%27.97
%46.74
%25.29

CMYK color model

#497A42 color CMYK value is (40,0,46,52).

  • cyan value is 40.16%
  • magenta value is 0.00%
  • yellow value is 45.90%
  • key color value is 52.16%
CMYK:
(40,0,46,52)
C40M0Y46K52 
(40%,0%,46%,52%)
(0.40/0.00/0.46/0.52)	

CMYK percentages

%40.16
%0
%45.9
%52.16

Codes

Color #497A42 in popluar color models

497A42
RGB7312266
HSL113°29.79%36.86%
HSB/HSV113°45.90%47.84%
CMYK40.16%0.00%45.90%
52.16%

Color #497A42 in popluar number systems.

HEX497A42
Decimal7312266
Binary100100111110101000010
Octal111172102

Shades and tints

Shades of #497A42

#497A42
(73,122,66)
#436F3C
(67,111,60)
#3D6436
(61,100,54)
#375930
(55,89,48)
#314E2A
(49,78,42)
#2B4324
(43,67,36)
#25381E
(37,56,30)
#1F2D18
(31,45,24)
#192212
(25,34,18)
#13170C
(19,23,12)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #497A42

#497A42
(73,122,66)
#598653
(89,134,83)
#699264
(105,146,100)
#799E75
(121,158,117)
#89AA86
(137,170,134)
#99B697
(153,182,151)
#A9C2A8
(169,194,168)
#B9CEB9
(185,206,185)
#C9DACA
(201,218,202)
#D9E6DB
(217,230,219)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497A42; }

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

This text font color is #497A42.


Background Color

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

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

This div background color is #497A42.


Border color

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

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

This div border color is #497A42.


Opacity

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

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

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

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

This text has shadow with #497A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497A42 on black background.


Color preview on white background

This text has color #497A42 on white background.



Black color preview on #497A42 background

This text has black color on #497A42 background.


White color preview on #497A42 background

This text has white color on #497A42 background.