Color Hex Logo

#496306 Color Hex

#496306
(73,99,6)
0 Favorites   0 Comments

Color spaces of #496306

RGB 73996
HSL0.210.890.21
HSV77°94°39°
CMYK 0.260.000.94   0.61
XYZ7.242410.35331.7890
Yxy10.35330.37360.5341
Hunter Lab32.1765-16.131619.2271
CIE-Lab38.4692-22.806043.0676

#496306 color RGB value is (73,99,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100011 00000110
Octal 111 143 6
Decimal 73 99 6
Hex 49 63 6

RGB Percentages of Color #496306

%41.01
%55.62
%3.37

CMYK Percentages of Color #496306

%26
%0
%94
%61

Triadic Colors of #496306

#496306 #064963 #630649

Analogous Colors of #496306

#496306 #1b6306 #634f06

Monochromatic Colors of #496306

#496306

Complementary Color

#496306 #200663

#496306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496306 Color CSS Codes

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

#496306 Text Font Color

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

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


#496306 Background Color

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

This div background color is #496306


#496306 Border Color

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

This div border color is #496306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496306


Comments

No comments written yet.

Please login to write comment.