Color Hex Logo

#496834 Color Hex

#496834
(73,104,52)
0 Favorites   0 Comments

Color spaces of #496834

RGB 7310452
HSL0.270.330.31
HSV96°50°41°
CMYK 0.300.000.50   0.59
XYZ8.317811.56505.0427
Yxy11.56500.33370.4640
Hunter Lab34.0074-15.853915.0135
CIE-Lab40.5162-21.617925.6186

#496834 color RGB value is (73,104,52).

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

The process color (four color CMYK) of #496834 color hex is 0.30, 0.00, 0.50, 0.59. Web safe color of #496834 is #336633. Color #496834 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101000 00110100
Octal 111 150 64
Decimal 73 104 52
Hex 49 68 34

RGB Percentages of Color #496834

%31.88
%45.41
%22.71

CMYK Percentages of Color #496834

%30
%0
%50
%59

Triadic Colors of #496834

#496834 #344968 #683449

Analogous Colors of #496834

#496834 #346839 #636834

Monochromatic Colors of #496834

#496834

Complementary Color

#496834 #533468

#496834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496834 Color CSS Codes

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

#496834 Text Font Color

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

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


#496834 Background Color

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

This div background color is #496834


#496834 Border Color

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

This div border color is #496834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496834


Comments

No comments written yet.

Please login to write comment.