Color Hex Logo

#407377 Color Hex

#407377
(64,115,119)
0 Favorites   0 Comments

Color spaces of #407377

RGB 64115119
HSL0.510.300.36
HSV184°46°47°
CMYK 0.460.030.00   0.53
XYZ11.574914.683419.6769
Yxy14.68340.25200.3197
Hunter Lab38.3189-13.1391-3.6224
CIE-Lab45.1975-15.9471-7.5610

#407377 color RGB value is (64,115,119).

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

The process color (four color CMYK) of #407377 color hex is 0.46, 0.03, 0.00, 0.53. Web safe color of #407377 is #336666. Color #407377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110011 01110111
Octal 100 163 167
Decimal 64 115 119
Hex 40 73 77

RGB Percentages of Color #407377

%21.48
%38.59
%39.93

CMYK Percentages of Color #407377

%46
%3
%0
%53

Triadic Colors of #407377

#407377 #774073 #737740

Analogous Colors of #407377

#407377 #405877 #407760

Monochromatic Colors of #407377

#407377

Complementary Color

#407377 #774440

#407377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407377 Color CSS Codes

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

#407377 Text Font Color

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

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


#407377 Background Color

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

This div background color is #407377


#407377 Border Color

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

This div border color is #407377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407377


Comments

No comments written yet.

Please login to write comment.