Color Hex Logo

#496309 Color Hex

#496309
(73,99,9)
0 Favorites   0 Comments

Color spaces of #496309

RGB 73999
HSL0.210.830.21
HSV77°91°39°
CMYK 0.260.000.91   0.61
XYZ7.258810.35991.8755
Yxy10.35990.37240.5314
Hunter Lab32.1868-16.071419.0760
CIE-Lab38.4808-22.696042.2809

#496309 color RGB value is (73,99,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100011 00001001
Octal 111 143 11
Decimal 73 99 9
Hex 49 63 9

RGB Percentages of Color #496309

%40.33
%54.70
%4.97

CMYK Percentages of Color #496309

%26
%0
%91
%61

Triadic Colors of #496309

#496309 #094963 #630949

Analogous Colors of #496309

#496309 #1c6309 #635009

Monochromatic Colors of #496309

#496309

Complementary Color

#496309 #230963

#496309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496309 Color CSS Codes

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

#496309 Text Font Color

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

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


#496309 Background Color

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

This div background color is #496309


#496309 Border Color

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

This div border color is #496309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496309

#496309 Color Palettes


Comments

No comments written yet.

Please login to write comment.