Color Hex Logo

#475f64 Color Hex

#475F64
(71,95,100)
0 Favorites   0 Comments

Color spaces of #475f64

RGB 7195100
HSL0.530.170.34
HSV190°29°39°
CMYK 0.290.050.00   0.61
XYZ8.991010.444113.5986
Yxy10.44410.27220.3162
Hunter Lab32.3173-6.8949-2.3261
CIE-Lab38.6280-7.6446-5.7850

#475f64 color RGB value is (71,95,100).

#475f64 hex color red value is 71, green value is 95 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #475f64 hue: 0.53 , saturation: 0.17 and the lightness value of 475f64 is 0.34.

The process color (four color CMYK) of #475f64 color hex is 0.29, 0.05, 0.00, 0.61. Web safe color of #475f64 is #336666. Color #475f64 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011111 01100100
Octal 107 137 144
Decimal 71 95 100
Hex 47 5F 64

RGB Percentages of Color #475f64

%26.69
%35.71
%37.59

CMYK Percentages of Color #475f64

%29
%5
%0
%61

Triadic Colors of #475f64

#475f64 #64475f #5f6447

Analogous Colors of #475f64

#475f64 #475164 #47645b

Monochromatic Colors of #475f64

#475f64

Complementary Color

#475f64 #644c47

#475f64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475f64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475f64 Color CSS Codes

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

#475f64 Text Font Color

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

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


#475f64 Background Color

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

This div background color is #475f64


#475f64 Border Color

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

This div border color is #475f64


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,95,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #475f64; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #475f64;
  -webkit-box-shadow: 1px 1px 3px 2px #475f64;
  box-shadow:         1px 1px 3px 2px #475f64; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475f64


Comments

No comments written yet.

Please login to write comment.