Color Hex Logo

#496307 Color Hex

#496307
(73,99,7)
0 Favorites   0 Comments

Color spaces of #496307

RGB 73997
HSL0.210.870.21
HSV77°93°39°
CMYK 0.260.000.93   0.61
XYZ7.247810.35551.8178
Yxy10.35550.37320.5332
Hunter Lab32.1800-16.111919.1768
CIE-Lab38.4730-22.769942.8028

#496307 color RGB value is (73,99,7).

#496307 hex color red value is 73, green value is 99 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #496307 hue: 0.21 , saturation: 0.87 and the lightness value of 496307 is 0.21.

The process color (four color CMYK) of #496307 color hex is 0.26, 0.00, 0.93, 0.61. Web safe color of #496307 is #336600. Color #496307 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100011 00000111
Octal 111 143 7
Decimal 73 99 7
Hex 49 63 7

RGB Percentages of Color #496307

%40.78
%55.31
%3.91

CMYK Percentages of Color #496307

%26
%0
%93
%61

Triadic Colors of #496307

#496307 #074963 #630749

Analogous Colors of #496307

#496307 #1b6307 #634f07

Monochromatic Colors of #496307

#496307

Complementary Color

#496307 #210763

#496307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496307 Color CSS Codes

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

#496307 Text Font Color

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

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


#496307 Background Color

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

This div background color is #496307


#496307 Border Color

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

This div border color is #496307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496307


Comments

No comments written yet.

Please login to write comment.