Color Hex Logo

#497312 Color Hex

#497312
(73,115,18)
0 Favorites   0 Comments

Color spaces of #497312

RGB 7311518
HSL0.240.730.26
HSV86°84°45°
CMYK 0.370.000.84   0.55
XYZ8.987613.72162.7471
Yxy13.72160.35310.5390
Hunter Lab37.0427-21.515521.5329
CIE-Lab43.8310-30.100244.4979

#497312 color RGB value is (73,115,18).

#497312 hex color red value is 73, green value is 115 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #497312 hue: 0.24 , saturation: 0.73 and the lightness value of 497312 is 0.26.

The process color (four color CMYK) of #497312 color hex is 0.37, 0.00, 0.84, 0.55. Web safe color of #497312 is #336600. Color #497312 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110011 00010010
Octal 111 163 22
Decimal 73 115 18
Hex 49 73 12

RGB Percentages of Color #497312

%35.44
%55.83
%8.74

CMYK Percentages of Color #497312

%37
%0
%84
%55

Triadic Colors of #497312

#497312 #124973 #731249

Analogous Colors of #497312

#497312 #187312 #736d12

Monochromatic Colors of #497312

#497312

Complementary Color

#497312 #3c1273

#497312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497312 Color CSS Codes

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

#497312 Text Font Color

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

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


#497312 Background Color

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

This div background color is #497312


#497312 Border Color

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

This div border color is #497312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497312


Comments

No comments written yet.

Please login to write comment.