Color Hex Logo

#496f29 Color Hex

#496F29
(73,111,41)
0 Favorites   0 Comments

Color spaces of #496f29

RGB 7311141
HSL0.260.460.30
HSV93°63°44°
CMYK 0.340.000.63   0.56
XYZ8.832312.94544.1310
Yxy12.94540.34090.4997
Hunter Lab35.9797-19.146318.3784
CIE-Lab42.6809-26.462433.9699

#496f29 color RGB value is (73,111,41).

#496f29 hex color red value is 73, green value is 111 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #496f29 hue: 0.26 , saturation: 0.46 and the lightness value of 496f29 is 0.30.

The process color (four color CMYK) of #496f29 color hex is 0.34, 0.00, 0.63, 0.56. Web safe color of #496f29 is #336633. Color #496f29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101111 00101001
Octal 111 157 51
Decimal 73 111 41
Hex 49 6F 29

RGB Percentages of Color #496f29

%32.44
%49.33
%18.22

CMYK Percentages of Color #496f29

%34
%0
%63
%56

Triadic Colors of #496f29

#496f29 #29496f #6f2949

Analogous Colors of #496f29

#496f29 #296f2c #6c6f29

Monochromatic Colors of #496f29

#496f29

Complementary Color

#496f29 #4f296f

#496f29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496f29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496f29 Color CSS Codes

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

#496f29 Text Font Color

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

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


#496f29 Background Color

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

This div background color is #496f29


#496f29 Border Color

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

This div border color is #496f29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,111,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #496f29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #496f29;
  -webkit-box-shadow: 1px 1px 3px 2px #496f29;
  box-shadow:         1px 1px 3px 2px #496f29; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496f29


Comments

No comments written yet.

Please login to write comment.