Color Hex Logo

#475655 Color Hex

#475655
(71,86,85)
1 Favorites   0 Comments

Color spaces of #475655

RGB 718685
HSL0.490.100.31
HSV176°17°34°
CMYK 0.170.000.01   0.66
XYZ7.56608.65109.8654
Yxy8.65100.29010.3317
Hunter Lab29.4126-5.55520.7021
CIE-Lab35.3035-6.0494-1.3744

#475655 color RGB value is (71,86,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 01010101
Octal 107 126 125
Decimal 71 86 85
Hex 47 56 55

RGB Percentages of Color #475655

%29.34
%35.54
%35.12

CMYK Percentages of Color #475655

%17
%0
%1
%66

Triadic Colors of #475655

#475655 #554756 #565547

Analogous Colors of #475655

#475655 #475056 #47564e

Monochromatic Colors of #475655

#475655

Complementary Color

#475655 #564748

#475655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475655 Color CSS Codes

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

#475655 Text Font Color

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

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


#475655 Background Color

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

This div background color is #475655


#475655 Border Color

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

This div border color is #475655


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,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 #475655">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475655


Comments

No comments written yet.

Please login to write comment.