Color Hex Logo

#475367 Color Hex

#475367
(71,83,103)
0 Favorites   0 Comments

Color spaces of #475367

RGB 7183103
HSL0.600.180.34
HSV218°31°40°
CMYK 0.310.190.00   0.60
XYZ8.14008.505414.0446
Yxy8.50540.26520.2771
Hunter Lab29.1640-1.2157-8.1376
CIE-Lab35.01400.5054-13.0971

#475367 color RGB value is (71,83,103).

#475367 hex color red value is 71, green value is 83 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #475367 hue: 0.60 , saturation: 0.18 and the lightness value of 475367 is 0.34.

The process color (four color CMYK) of #475367 color hex is 0.31, 0.19, 0.00, 0.60. Web safe color of #475367 is #336666. Color #475367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010011 01100111
Octal 107 123 147
Decimal 71 83 103
Hex 47 53 67

RGB Percentages of Color #475367

%27.63
%32.30
%40.08

CMYK Percentages of Color #475367

%31
%19
%0
%60

Triadic Colors of #475367

#475367 #674753 #536747

Analogous Colors of #475367

#475367 #4b4767 #476367

Monochromatic Colors of #475367

#475367

Complementary Color

#475367 #675b47

#475367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475367 Color CSS Codes

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

#475367 Text Font Color

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

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


#475367 Background Color

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

This div background color is #475367


#475367 Border Color

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

This div border color is #475367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475367


Comments

No comments written yet.

Please login to write comment.