Color Hex Logo

#496340 Color Hex

#496340
(73,99,64)
0 Favorites   0 Comments

Color spaces of #496340

RGB 739964
HSL0.290.210.32
HSV105°35°39°
CMYK 0.260.000.35   0.61
XYZ8.134910.71036.4890
Yxy10.71030.32110.4228
Hunter Lab32.7266-12.901511.1526
CIE-Lab39.0882-17.101716.8584

#496340 color RGB value is (73,99,64).

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

The process color (four color CMYK) of #496340 color hex is 0.26, 0.00, 0.35, 0.61. Web safe color of #496340 is #336633. Color #496340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100011 01000000
Octal 111 143 100
Decimal 73 99 64
Hex 49 63 40

RGB Percentages of Color #496340

%30.93
%41.95
%27.12

CMYK Percentages of Color #496340

%26
%0
%35
%61

Triadic Colors of #496340

#496340 #404963 #634049

Analogous Colors of #496340

#496340 #406349 #5b6340

Monochromatic Colors of #496340

#496340

Complementary Color

#496340 #5a4063

#496340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496340 Color CSS Codes

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

#496340 Text Font Color

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

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


#496340 Background Color

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

This div background color is #496340


#496340 Border Color

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

This div border color is #496340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496340


Comments

No comments written yet.

Please login to write comment.