Color Hex Logo

#497e40 Color Hex

#497E40
(73,126,64)
0 Favorites   0 Comments

Color spaces of #497e40

RGB 7312664
HSL0.310.330.37
HSV111°49°49°
CMYK 0.420.000.49   0.51
XYZ11.133916.70837.4887
Yxy16.70830.31510.4729
Hunter Lab40.8758-22.912117.7508
CIE-Lab47.8904-30.742728.2128

#497e40 color RGB value is (73,126,64).

#497e40 hex color red value is 73, green value is 126 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #497e40 hue: 0.31 , saturation: 0.33 and the lightness value of 497e40 is 0.37.

The process color (four color CMYK) of #497e40 color hex is 0.42, 0.00, 0.49, 0.51. Web safe color of #497e40 is #336633. Color #497e40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 01000000
Octal 111 176 100
Decimal 73 126 64
Hex 49 7E 40

RGB Percentages of Color #497e40

%27.76
%47.91
%24.33

CMYK Percentages of Color #497e40

%42
%0
%49
%51

Triadic Colors of #497e40

#497e40 #40497e #7e4049

Analogous Colors of #497e40

#497e40 #407e56 #687e40

Monochromatic Colors of #497e40

#497e40

Complementary Color

#497e40 #75407e

#497e40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497e40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497e40 Color CSS Codes

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

#497e40 Text Font Color

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

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


#497e40 Background Color

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

This div background color is #497e40


#497e40 Border Color

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

This div border color is #497e40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497e40


Comments

No comments written yet.

Please login to write comment.