Color Hex Logo

#497a3c Color Hex

#497A3C
(73,122,60)
0 Favorites   0 Comments

Color spaces of #497a3c

RGB 7312260
HSL0.300.340.36
HSV107°51°48°
CMYK 0.400.000.51   0.52
XYZ10.522815.66186.7434
Yxy15.66180.31960.4756
Hunter Lab39.5750-21.793917.5997
CIE-Lab46.5276-29.429128.6771

#497a3c color RGB value is (73,122,60).

#497a3c hex color red value is 73, green value is 122 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #497a3c hue: 0.30 , saturation: 0.34 and the lightness value of 497a3c is 0.36.

The process color (four color CMYK) of #497a3c color hex is 0.40, 0.00, 0.51, 0.52. Web safe color of #497a3c is #336633. Color #497a3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111010 00111100
Octal 111 172 74
Decimal 73 122 60
Hex 49 7A 3C

RGB Percentages of Color #497a3c

%28.63
%47.84
%23.53

CMYK Percentages of Color #497a3c

%40
%0
%51
%52

Triadic Colors of #497a3c

#497a3c #3c497a #7a3c49

Analogous Colors of #497a3c

#497a3c #3c7a4e #687a3c

Monochromatic Colors of #497a3c

#497a3c

Complementary Color

#497a3c #6d3c7a

#497a3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497a3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#497a3c Color CSS Codes

.mybgcolor {background-color:#497a3c; } 
.myforecolor {color:#497a3c; }
.mybordercolor {border:3px solid #497a3c; }

#497a3c Text Font Color

<p style="color:#497a3c">Text here</p>

This sample text font color is #497a3c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#497a3c Background Color

<div style="background-color:#497a3c">
Div content here</div>

This div background color is #497a3c


#497a3c Border Color

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

This div border color is #497a3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,122,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #497a3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #497a3c;
  -webkit-box-shadow: 1px 1px 3px 2px #497a3c;
  box-shadow:         1px 1px 3px 2px #497a3c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,122,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #497a3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #497a3c;
  -webkit-box-shadow: 1px 1px 3px 2px #497a3c;
  box-shadow:         1px 1px 3px 2px #497a3c;">
Div content here</div>

This div box has shadow with color #497a3c


Comments

No comments written yet.

Please login to write comment.