Color Hex Logo

#496940 Color Hex

#496940
(73,105,64)
0 Favorites   0 Comments

Color spaces of #496940

RGB 7310564
HSL0.300.240.33
HSV107°39°41°
CMYK 0.300.000.39   0.59
XYZ8.724611.88986.6856
Yxy11.88980.31960.4355
Hunter Lab34.4816-15.178412.6414
CIE-Lab41.0404-20.315919.4432

#496940 color RGB value is (73,105,64).

#496940 hex color red value is 73, green value is 105 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #496940 hue: 0.30 , saturation: 0.24 and the lightness value of 496940 is 0.33.

The process color (four color CMYK) of #496940 color hex is 0.30, 0.00, 0.39, 0.59. Web safe color of #496940 is #336633. Color #496940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 01000000
Octal 111 151 100
Decimal 73 105 64
Hex 49 69 40

RGB Percentages of Color #496940

%30.17
%43.39
%26.45

CMYK Percentages of Color #496940

%30
%0
%39
%59

Triadic Colors of #496940

#496940 #404969 #694049

Analogous Colors of #496940

#496940 #40694c #5e6940

Monochromatic Colors of #496940

#496940

Complementary Color

#496940 #604069

#496940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496940 Color CSS Codes

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

#496940 Text Font Color

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

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


#496940 Background Color

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

This div background color is #496940


#496940 Border Color

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

This div border color is #496940


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,105,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 #496940">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496940


Comments

No comments written yet.

Please login to write comment.