Color Hex Logo

#475065 Color Hex

#475065
(71,80,101)
0 Favorites   0 Comments

Color spaces of #475065

RGB 7180101
HSL0.620.170.34
HSV222°30°40°
CMYK 0.300.210.00   0.60
XYZ7.81628.016513.4473
Yxy8.01650.26690.2738
Hunter Lab28.3134-0.2718-8.3401
CIE-Lab34.01721.8400-13.3624

#475065 color RGB value is (71,80,101).

#475065 hex color red value is 71, green value is 80 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #475065 hue: 0.62 , saturation: 0.17 and the lightness value of 475065 is 0.34.

The process color (four color CMYK) of #475065 color hex is 0.30, 0.21, 0.00, 0.60. Web safe color of #475065 is #336666. Color #475065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010000 01100101
Octal 107 120 145
Decimal 71 80 101
Hex 47 50 65

RGB Percentages of Color #475065

%28.17
%31.75
%40.08

CMYK Percentages of Color #475065

%30
%21
%0
%60

Triadic Colors of #475065

#475065 #654750 #506547

Analogous Colors of #475065

#475065 #4d4765 #475f65

Monochromatic Colors of #475065

#475065

Complementary Color

#475065 #655c47

#475065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475065 Color CSS Codes

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

#475065 Text Font Color

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

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


#475065 Background Color

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

This div background color is #475065


#475065 Border Color

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

This div border color is #475065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475065


Comments

No comments written yet.

Please login to write comment.