Color Hex Logo

#497130 Color Hex

#497130
(73,113,48)
0 Favorites   0 Comments

Color spaces of #497130

RGB 7311348
HSL0.270.400.32
HSV97°58°44°
CMYK 0.350.000.58   0.56
XYZ9.186313.44014.9063
Yxy13.44010.33370.4882
Hunter Lab36.6607-19.428517.7278
CIE-Lab43.4190-26.658031.2770

#497130 color RGB value is (73,113,48).

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

The process color (four color CMYK) of #497130 color hex is 0.35, 0.00, 0.58, 0.56. Web safe color of #497130 is #336633. Color #497130 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110001 00110000
Octal 111 161 60
Decimal 73 113 48
Hex 49 71 30

RGB Percentages of Color #497130

%31.20
%48.29
%20.51

CMYK Percentages of Color #497130

%35
%0
%58
%56

Triadic Colors of #497130

#497130 #304971 #713049

Analogous Colors of #497130

#497130 #307138 #6a7130

Monochromatic Colors of #497130

#497130

Complementary Color

#497130 #583071

#497130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497130 Color CSS Codes

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

#497130 Text Font Color

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

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


#497130 Background Color

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

This div background color is #497130


#497130 Border Color

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

This div border color is #497130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497130


Comments

No comments written yet.

Please login to write comment.