Color Hex Logo

#475160 Color Hex

#475160
(71,81,96)
0 Favorites   0 Comments

Color spaces of #475160

RGB 718196
HSL0.600.150.33
HSV216°26°38°
CMYK 0.260.160.00   0.62
XYZ7.65238.069012.2205
Yxy8.06900.27390.2888
Hunter Lab28.4060-1.6243-5.6229
CIE-Lab34.1262-0.1602-10.0487

#475160 color RGB value is (71,81,96).

#475160 hex color red value is 71, green value is 81 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #475160 hue: 0.60 , saturation: 0.15 and the lightness value of 475160 is 0.33.

The process color (four color CMYK) of #475160 color hex is 0.26, 0.16, 0.00, 0.62. Web safe color of #475160 is #336666. Color #475160 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010001 01100000
Octal 107 121 140
Decimal 71 81 96
Hex 47 51 60

RGB Percentages of Color #475160

%28.63
%32.66
%38.71

CMYK Percentages of Color #475160

%26
%16
%0
%62

Triadic Colors of #475160

#475160 #604751 #516047

Analogous Colors of #475160

#475160 #4a4760 #475e60

Monochromatic Colors of #475160

#475160

Complementary Color

#475160 #605647

#475160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475160 Color CSS Codes

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

#475160 Text Font Color

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

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


#475160 Background Color

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

This div background color is #475160


#475160 Border Color

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

This div border color is #475160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475160


Comments

No comments written yet.

Please login to write comment.