Color Hex Logo

#497f13 Color Hex

#497F13
(73,127,19)
0 Favorites   0 Comments

Color spaces of #497f13

RGB 7312719
HSL0.250.740.29
HSV90°85°50°
CMYK 0.430.000.85   0.50
XYZ10.454616.64223.2774
Yxy16.64220.34420.5479
Hunter Lab40.7949-25.646323.7931
CIE-Lab47.8060-35.459347.7966

#497f13 color RGB value is (73,127,19).

#497f13 hex color red value is 73, green value is 127 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #497f13 hue: 0.25 , saturation: 0.74 and the lightness value of 497f13 is 0.29.

The process color (four color CMYK) of #497f13 color hex is 0.43, 0.00, 0.85, 0.50. Web safe color of #497f13 is #336600. Color #497f13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111111 00010011
Octal 111 177 23
Decimal 73 127 19
Hex 49 7F 13

RGB Percentages of Color #497f13

%33.33
%57.99
%8.68

CMYK Percentages of Color #497f13

%43
%0
%85
%50

Triadic Colors of #497f13

#497f13 #13497f #7f1349

Analogous Colors of #497f13

#497f13 #137f13 #7f7f13

Monochromatic Colors of #497f13

#497f13

Complementary Color

#497f13 #49137f

#497f13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497f13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497f13 Color CSS Codes

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

#497f13 Text Font Color

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

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


#497f13 Background Color

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

This div background color is #497f13


#497f13 Border Color

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

This div border color is #497f13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497f13


Comments

No comments written yet.

Please login to write comment.