Color Hex Logo

#475358 Color Hex

#475358
(71,83,88)
0 Favorites   0 Comments

Color spaces of #475358

RGB 718388
HSL0.550.110.31
HSV198°19°35°
CMYK 0.190.060.00   0.65
XYZ7.45328.230710.4284
Yxy8.23070.28540.3152
Hunter Lab28.6892-3.8334-1.4692
CIE-Lab34.4588-3.4828-4.5080

#475358 color RGB value is (71,83,88).

#475358 hex color red value is 71, green value is 83 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #475358 hue: 0.55 , saturation: 0.11 and the lightness value of 475358 is 0.31.

The process color (four color CMYK) of #475358 color hex is 0.19, 0.06, 0.00, 0.65. Web safe color of #475358 is #336666. Color #475358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010011 01011000
Octal 107 123 130
Decimal 71 83 88
Hex 47 53 58

RGB Percentages of Color #475358

%29.34
%34.30
%36.36

CMYK Percentages of Color #475358

%19
%6
%0
%65

Triadic Colors of #475358

#475358 #584753 #535847

Analogous Colors of #475358

#475358 #474b58 #475855

Monochromatic Colors of #475358

#475358

Complementary Color

#475358 #584c47

#475358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475358 Color CSS Codes

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

#475358 Text Font Color

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

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


#475358 Background Color

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

This div background color is #475358


#475358 Border Color

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

This div border color is #475358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475358


Comments

No comments written yet.

Please login to write comment.