Color Hex Logo

#496021 Color Hex

#496021
(73,96,33)
0 Favorites   0 Comments

Color spaces of #496021

RGB 739633
HSL0.230.490.25
HSV82°66°38°
CMYK 0.240.000.66   0.62
XYZ7.20509.89202.9684
Yxy9.89200.35910.4930
Hunter Lab31.4516-14.149016.4203
CIE-Lab37.6479-19.631432.3027

#496021 color RGB value is (73,96,33).

#496021 hex color red value is 73, green value is 96 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #496021 hue: 0.23 , saturation: 0.49 and the lightness value of 496021 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100000 00100001
Octal 111 140 41
Decimal 73 96 33
Hex 49 60 21

RGB Percentages of Color #496021

%36.14
%47.52
%16.34

CMYK Percentages of Color #496021

%24
%0
%66
%62

Triadic Colors of #496021

#496021 #214960 #602149

Analogous Colors of #496021

#496021 #2a6021 #605821

Monochromatic Colors of #496021

#496021

Complementary Color

#496021 #382160

#496021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496021 Color CSS Codes

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

#496021 Text Font Color

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

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


#496021 Background Color

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

This div background color is #496021


#496021 Border Color

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

This div border color is #496021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496021


Comments

No comments written yet.

Please login to write comment.