Color Hex Logo

#496615 Color Hex

#496615
(73,102,21)
0 Favorites   0 Comments

Color spaces of #496615

RGB 7310221
HSL0.230.660.24
HSV81°79°40°
CMYK 0.280.000.79   0.60
XYZ7.634410.97342.4252
Yxy10.97340.36300.5217
Hunter Lab33.1261-16.832818.8476
CIE-Lab39.5356-23.645339.4791

#496615 color RGB value is (73,102,21).

#496615 hex color red value is 73, green value is 102 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #496615 hue: 0.23 , saturation: 0.66 and the lightness value of 496615 is 0.24.

The process color (four color CMYK) of #496615 color hex is 0.28, 0.00, 0.79, 0.60. Web safe color of #496615 is #336600. Color #496615 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100110 00010101
Octal 111 146 25
Decimal 73 102 21
Hex 49 66 15

RGB Percentages of Color #496615

%37.24
%52.04
%10.71

CMYK Percentages of Color #496615

%28
%0
%79
%60

Triadic Colors of #496615

#496615 #154966 #661549

Analogous Colors of #496615

#496615 #216615 #665b15

Monochromatic Colors of #496615

#496615

Complementary Color

#496615 #321566

#496615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496615 Color CSS Codes

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

#496615 Text Font Color

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

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


#496615 Background Color

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

This div background color is #496615


#496615 Border Color

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

This div border color is #496615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496615


Comments

No comments written yet.

Please login to write comment.