Color Hex Logo

#496934 Color Hex

#496934
(73,105,52)
0 Favorites   0 Comments

Color spaces of #496934

RGB 7310552
HSL0.270.340.31
HSV96°50°41°
CMYK 0.300.000.50   0.59
XYZ8.419111.76765.0764
Yxy11.76760.33330.4658
Hunter Lab34.3039-16.223215.2388
CIE-Lab40.8443-22.134626.0247

#496934 color RGB value is (73,105,52).

#496934 hex color red value is 73, green value is 105 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #496934 hue: 0.27 , saturation: 0.34 and the lightness value of 496934 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 00110100
Octal 111 151 64
Decimal 73 105 52
Hex 49 69 34

RGB Percentages of Color #496934

%31.74
%45.65
%22.61

CMYK Percentages of Color #496934

%30
%0
%50
%59

Triadic Colors of #496934

#496934 #344969 #693449

Analogous Colors of #496934

#496934 #34693a #646934

Monochromatic Colors of #496934

#496934

Complementary Color

#496934 #543469

#496934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496934 Color CSS Codes

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

#496934 Text Font Color

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

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


#496934 Background Color

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

This div background color is #496934


#496934 Border Color

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

This div border color is #496934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496934


Comments

No comments written yet.

Please login to write comment.