Color Hex Logo

#497946 Color Hex

#497946
(73,121,70)
0 Favorites   0 Comments

Color spaces of #497946

RGB 7312170
HSL0.320.270.37
HSV116°42°47°
CMYK 0.400.000.42   0.53
XYZ10.690515.53348.2291
Yxy15.53340.31030.4509
Hunter Lab39.4124-20.554215.2093
CIE-Lab46.3563-27.421922.9516

#497946 color RGB value is (73,121,70).

#497946 hex color red value is 73, green value is 121 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #497946 hue: 0.32 , saturation: 0.27 and the lightness value of 497946 is 0.37.

The process color (four color CMYK) of #497946 color hex is 0.40, 0.00, 0.42, 0.53. Web safe color of #497946 is #336633. Color #497946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111001 01000110
Octal 111 171 106
Decimal 73 121 70
Hex 49 79 46

RGB Percentages of Color #497946

%27.65
%45.83
%26.52

CMYK Percentages of Color #497946

%40
%0
%42
%53

Triadic Colors of #497946

#497946 #464979 #794649

Analogous Colors of #497946

#497946 #46795d #637946

Monochromatic Colors of #497946

#497946

Complementary Color

#497946 #764679

#497946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497946 Color CSS Codes

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

#497946 Text Font Color

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

This sample text font color is #497946
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.


#497946 Background Color

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

This div background color is #497946


#497946 Border Color

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

This div border color is #497946


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,121,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #497946; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #497946;
  -webkit-box-shadow: 1px 1px 3px 2px #497946;
  box-shadow:         1px 1px 3px 2px #497946; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497946


Comments

No comments written yet.

Please login to write comment.