Color Hex Logo

#407173 Color Hex

#407173
(64,113,115)
0 Favorites   0 Comments

Color spaces of #407173

RGB 64113115
HSL0.510.280.35
HSV182°44°45°
CMYK 0.440.020.00   0.55
XYZ11.114014.138018.3628
Yxy14.13800.25480.3242
Hunter Lab37.6005-13.0397-2.6348
CIE-Lab44.4302-15.9740-6.3085

#407173 color RGB value is (64,113,115).

#407173 hex color red value is 64, green value is 113 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #407173 hue: 0.51 , saturation: 0.28 and the lightness value of 407173 is 0.35.

The process color (four color CMYK) of #407173 color hex is 0.44, 0.02, 0.00, 0.55. Web safe color of #407173 is #336666. Color #407173 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110001 01110011
Octal 100 161 163
Decimal 64 113 115
Hex 40 71 73

RGB Percentages of Color #407173

%21.92
%38.70
%39.38

CMYK Percentages of Color #407173

%44
%2
%0
%55

Triadic Colors of #407173

#407173 #734071 #717340

Analogous Colors of #407173

#407173 #405873 #40735c

Monochromatic Colors of #407173

#407173

Complementary Color

#407173 #734240

#407173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407173 Color CSS Codes

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

#407173 Text Font Color

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

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


#407173 Background Color

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

This div background color is #407173


#407173 Border Color

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

This div border color is #407173


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,113,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #407173; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #407173;
  -webkit-box-shadow: 1px 1px 3px 2px #407173;
  box-shadow:         1px 1px 3px 2px #407173; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,113,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407173


Comments

No comments written yet.

Please login to write comment.