Color Hex Logo

#497e42 Color Hex

#497E42
(73,126,66)
0 Favorites   0 Comments

Color spaces of #497e42

RGB 7312666
HSL0.310.310.38
HSV113°48°49°
CMYK 0.420.000.48   0.51
XYZ11.191916.73157.7939
Yxy16.73150.31330.4684
Hunter Lab40.9042-22.742417.3358
CIE-Lab47.9199-30.446027.1653

#497e42 color RGB value is (73,126,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 01000010
Octal 111 176 102
Decimal 73 126 66
Hex 49 7E 42

RGB Percentages of Color #497e42

%27.55
%47.55
%24.91

CMYK Percentages of Color #497e42

%42
%0
%48
%51

Triadic Colors of #497e42

#497e42 #42497e #7e4249

Analogous Colors of #497e42

#497e42 #427e59 #677e42

Monochromatic Colors of #497e42

#497e42

Complementary Color

#497e42 #77427e

#497e42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497e42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497e42 Color CSS Codes

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

#497e42 Text Font Color

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

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


#497e42 Background Color

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

This div background color is #497e42


#497e42 Border Color

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

This div border color is #497e42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497e42


Comments

No comments written yet.

Please login to write comment.