Color Hex Logo

#495655 Color Hex

#495655
(73,86,85)
0 Favorites   0 Comments

Color spaces of #495655

RGB 738685
HSL0.490.080.31
HSV175°15°34°
CMYK 0.150.000.01   0.66
XYZ7.71518.72799.8724
Yxy8.72790.29320.3317
Hunter Lab29.5430-5.08540.8672
CIE-Lab35.4550-5.2990-1.1343

#495655 color RGB value is (73,86,85).

#495655 hex color red value is 73, green value is 86 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #495655 hue: 0.49 , saturation: 0.08 and the lightness value of 495655 is 0.31.

The process color (four color CMYK) of #495655 color hex is 0.15, 0.00, 0.01, 0.66. Web safe color of #495655 is #336666. Color #495655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010110 01010101
Octal 111 126 125
Decimal 73 86 85
Hex 49 56 55

RGB Percentages of Color #495655

%29.92
%35.25
%34.84

CMYK Percentages of Color #495655

%15
%0
%1
%66

Triadic Colors of #495655

#495655 #554956 #565549

Analogous Colors of #495655

#495655 #495156 #49564f

Monochromatic Colors of #495655

#495655

Complementary Color

#495655 #56494a

#495655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495655 Color CSS Codes

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

#495655 Text Font Color

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

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


#495655 Background Color

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

This div background color is #495655


#495655 Border Color

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

This div border color is #495655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495655


Comments

No comments written yet.

Please login to write comment.