Color Hex Logo

#496300 Color Hex

#496300
(73,99,0)
0 Favorites   0 Comments

Color spaces of #496300

RGB 73990
HSL0.211.000.19
HSV76°100°39°
CMYK 0.260.001.00   0.61
XYZ7.209510.34011.6159
Yxy10.34010.37620.5395
Hunter Lab32.1560-16.252719.5298
CIE-Lab38.4460-23.027644.7235

#496300 color RGB value is (73,99,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100011 00000000
Octal 111 143 0
Decimal 73 99 0
Hex 49 63 0

RGB Percentages of Color #496300

%42.44
%57.56
%0.00

CMYK Percentages of Color #496300

%26
%0
%100
%61

Triadic Colors of #496300

#496300 #004963 #630049

Analogous Colors of #496300

#496300 #186300 #634c00

Monochromatic Colors of #496300

#496300

Complementary Color

#496300 #1a0063

#496300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496300 Color CSS Codes

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

#496300 Text Font Color

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

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


#496300 Background Color

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

This div background color is #496300


#496300 Border Color

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

This div border color is #496300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496300


Comments

No comments written yet.

Please login to write comment.