Color Hex Logo

#407371 Color Hex

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

Color spaces of #407371

RGB 64115113
HSL0.490.280.35
HSV178°44°45°
CMYK 0.440.000.02   0.55
XYZ11.225714.543717.8383
Yxy14.54370.25740.3335
Hunter Lab38.1362-14.1954-1.0377
CIE-Lab45.0028-17.6256-4.2590

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

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

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

Base Numbers

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

RGB Percentages of Color #407371

%21.92
%39.38
%38.70

CMYK Percentages of Color #407371

%44
%0
%2
%55

Triadic Colors of #407371

#407371 #714073 #737140

Analogous Colors of #407371

#407371 #405c73 #407358

Monochromatic Colors of #407371

#407371

Complementary Color

#407371 #734042

#407371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407371 Color CSS Codes

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

#407371 Text Font Color

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

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


#407371 Background Color

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

This div background color is #407371


#407371 Border Color

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

This div border color is #407371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407371


Comments

No comments written yet.

Please login to write comment.