Color Hex Logo

#496965 Color Hex

#496965
(73,105,101)
0 Favorites   0 Comments

Color spaces of #496965

RGB 73105101
HSL0.480.180.35
HSV173°30°41°
CMYK 0.300.000.04   0.59
XYZ10.148212.459214.1819
Yxy12.45920.27580.3387
Hunter Lab35.2976-10.45130.8867
CIE-Lab41.9368-12.5247-1.4895

#496965 color RGB value is (73,105,101).

#496965 hex color red value is 73, green value is 105 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #496965 hue: 0.48 , saturation: 0.18 and the lightness value of 496965 is 0.35.

The process color (four color CMYK) of #496965 color hex is 0.30, 0.00, 0.04, 0.59. Web safe color of #496965 is #336666. Color #496965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 01100101
Octal 111 151 145
Decimal 73 105 101
Hex 49 69 65

RGB Percentages of Color #496965

%26.16
%37.63
%36.20

CMYK Percentages of Color #496965

%30
%0
%4
%59

Triadic Colors of #496965

#496965 #654969 #696549

Analogous Colors of #496965

#496965 #495d69 #496955

Monochromatic Colors of #496965

#496965

Complementary Color

#496965 #69494d

#496965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496965 Color CSS Codes

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

#496965 Text Font Color

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

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


#496965 Background Color

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

This div background color is #496965


#496965 Border Color

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

This div border color is #496965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496965


Comments

No comments written yet.

Please login to write comment.