Color Hex Logo

#496414 Color Hex

#496414
(73,100,20)
0 Favorites   0 Comments

Color spaces of #496414

RGB 7310020
HSL0.220.670.24
HSV80°80°39°
CMYK 0.270.000.80   0.61
XYZ7.431110.58132.3126
Yxy10.58130.36560.5206
Hunter Lab32.5289-16.148018.5551
CIE-Lab38.8661-22.691739.2095

#496414 color RGB value is (73,100,20).

#496414 hex color red value is 73, green value is 100 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #496414 hue: 0.22 , saturation: 0.67 and the lightness value of 496414 is 0.24.

The process color (four color CMYK) of #496414 color hex is 0.27, 0.00, 0.80, 0.61. Web safe color of #496414 is #336600. Color #496414 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100100 00010100
Octal 111 144 24
Decimal 73 100 20
Hex 49 64 14

RGB Percentages of Color #496414

%37.82
%51.81
%10.36

CMYK Percentages of Color #496414

%27
%0
%80
%61

Triadic Colors of #496414

#496414 #144964 #641449

Analogous Colors of #496414

#496414 #216414 #645714

Monochromatic Colors of #496414

#496414

Complementary Color

#496414 #2f1464

#496414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496414 Color CSS Codes

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

#496414 Text Font Color

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

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


#496414 Background Color

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

This div background color is #496414


#496414 Border Color

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

This div border color is #496414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496414


Comments

No comments written yet.

Please login to write comment.