Color Hex Logo

#496044 Color Hex

#496044
(73,96,68)
0 Favorites   0 Comments

Color spaces of #496044

RGB 739668
HSL0.300.170.32
HSV109°29°38°
CMYK 0.240.000.29   0.62
XYZ7.973910.19967.0173
Yxy10.19960.31650.4049
Hunter Lab31.9368-11.32209.3283
CIE-Lab38.1983-14.729313.2591

#496044 color RGB value is (73,96,68).

#496044 hex color red value is 73, green value is 96 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #496044 hue: 0.30 , saturation: 0.17 and the lightness value of 496044 is 0.32.

The process color (four color CMYK) of #496044 color hex is 0.24, 0.00, 0.29, 0.62. Web safe color of #496044 is #336633. Color #496044 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100000 01000100
Octal 111 140 104
Decimal 73 96 68
Hex 49 60 44

RGB Percentages of Color #496044

%30.80
%40.51
%28.69

CMYK Percentages of Color #496044

%24
%0
%29
%62

Triadic Colors of #496044

#496044 #444960 #604449

Analogous Colors of #496044

#496044 #44604d #576044

Monochromatic Colors of #496044

#496044

Complementary Color

#496044 #5b4460

#496044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496044 Color CSS Codes

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

#496044 Text Font Color

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

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


#496044 Background Color

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

This div background color is #496044


#496044 Border Color

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

This div border color is #496044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496044


Comments

No comments written yet.

Please login to write comment.