Color Hex Logo

#496046 Color Hex

#496046
(73,96,70)
0 Favorites   0 Comments

Color spaces of #496046

RGB 739670
HSL0.310.160.33
HSV113°27°38°
CMYK 0.240.000.27   0.62
XYZ8.036010.22447.3443
Yxy10.22440.31380.3993
Hunter Lab31.9756-11.09738.7649
CIE-Lab38.2422-14.351812.1081

#496046 color RGB value is (73,96,70).

#496046 hex color red value is 73, green value is 96 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #496046 hue: 0.31 , saturation: 0.16 and the lightness value of 496046 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100000 01000110
Octal 111 140 106
Decimal 73 96 70
Hex 49 60 46

RGB Percentages of Color #496046

%30.54
%40.17
%29.29

CMYK Percentages of Color #496046

%24
%0
%27
%62

Triadic Colors of #496046

#496046 #464960 #604649

Analogous Colors of #496046

#496046 #466050 #566046

Monochromatic Colors of #496046

#496046

Complementary Color

#496046 #5d4660

#496046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496046 Color CSS Codes

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

#496046 Text Font Color

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

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


#496046 Background Color

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

This div background color is #496046


#496046 Border Color

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

This div border color is #496046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496046


Comments

No comments written yet.

Please login to write comment.