Color Hex Logo

#495857 Color Hex

#495857
(73,88,87)
0 Favorites   0 Comments

Color spaces of #495857

RGB 738887
HSL0.490.090.32
HSV176°17°35°
CMYK 0.170.000.01   0.65
XYZ7.95779.084010.3508
Yxy9.08400.29050.3316
Hunter Lab30.1397-5.61550.7359
CIE-Lab36.1455-6.0295-1.3723

#495857 color RGB value is (73,88,87).

#495857 hex color red value is 73, green value is 88 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #495857 hue: 0.49 , saturation: 0.09 and the lightness value of 495857 is 0.32.

The process color (four color CMYK) of #495857 color hex is 0.17, 0.00, 0.01, 0.65. Web safe color of #495857 is #336666. Color #495857 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011000 01010111
Octal 111 130 127
Decimal 73 88 87
Hex 49 58 57

RGB Percentages of Color #495857

%29.44
%35.48
%35.08

CMYK Percentages of Color #495857

%17
%0
%1
%65

Triadic Colors of #495857

#495857 #574958 #585749

Analogous Colors of #495857

#495857 #495258 #495850

Monochromatic Colors of #495857

#495857

Complementary Color

#495857 #58494a

#495857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495857 Color CSS Codes

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

#495857 Text Font Color

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

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


#495857 Background Color

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

This div background color is #495857


#495857 Border Color

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

This div border color is #495857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495857


Comments

No comments written yet.

Please login to write comment.