Color Hex Logo

#496328 Color Hex

#496328
(73,99,40)
0 Favorites   0 Comments

Color spaces of #496328

RGB 739940
HSL0.240.420.27
HSV86°60°39°
CMYK 0.260.000.60   0.61
XYZ7.592510.49333.6327
Yxy10.49330.34960.4832
Hunter Lab32.3934-14.850816.0264
CIE-Lab38.7136-20.497429.9485

#496328 color RGB value is (73,99,40).

#496328 hex color red value is 73, green value is 99 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #496328 hue: 0.24 , saturation: 0.42 and the lightness value of 496328 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100011 00101000
Octal 111 143 50
Decimal 73 99 40
Hex 49 63 28

RGB Percentages of Color #496328

%34.43
%46.70
%18.87

CMYK Percentages of Color #496328

%26
%0
%60
%61

Triadic Colors of #496328

#496328 #284963 #632849

Analogous Colors of #496328

#496328 #2c6328 #636028

Monochromatic Colors of #496328

#496328

Complementary Color

#496328 #422863

#496328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496328 Color CSS Codes

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

#496328 Text Font Color

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

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


#496328 Background Color

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

This div background color is #496328


#496328 Border Color

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

This div border color is #496328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496328


Comments

No comments written yet.

Please login to write comment.