Color Hex Logo

#475759 Color Hex

#475759
(71,87,89)
0 Favorites   0 Comments

Color spaces of #475759

RGB 718789
HSL0.520.110.31
HSV187°20°35°
CMYK 0.200.020.00   0.65
XYZ7.80998.877310.7530
Yxy8.87730.28460.3235
Hunter Lab29.7948-5.3520-0.5415
CIE-Lab35.7470-5.6743-3.2267

#475759 color RGB value is (71,87,89).

#475759 hex color red value is 71, green value is 87 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #475759 hue: 0.52 , saturation: 0.11 and the lightness value of 475759 is 0.31.

The process color (four color CMYK) of #475759 color hex is 0.20, 0.02, 0.00, 0.65. Web safe color of #475759 is #336666. Color #475759 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010111 01011001
Octal 107 127 131
Decimal 71 87 89
Hex 47 57 59

RGB Percentages of Color #475759

%28.74
%35.22
%36.03

CMYK Percentages of Color #475759

%20
%2
%0
%65

Triadic Colors of #475759

#475759 #594757 #575947

Analogous Colors of #475759

#475759 #474e59 #475952

Monochromatic Colors of #475759

#475759

Complementary Color

#475759 #594947

#475759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475759 Color CSS Codes

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

#475759 Text Font Color

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

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


#475759 Background Color

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

This div background color is #475759


#475759 Border Color

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

This div border color is #475759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475759


Comments

No comments written yet.

Please login to write comment.