Color Hex Logo

#407366 Color Hex

#407366
(64,115,102)
0 Favorites   0 Comments

Color spaces of #407366

RGB 64115102
HSL0.460.280.35
HSV165°44°45°
CMYK 0.440.000.11   0.55
XYZ10.643414.310814.7717
Yxy14.31080.26790.3602
Hunter Lab37.8296-15.98073.3292
CIE-Lab44.6754-20.53171.8458

#407366 color RGB value is (64,115,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110011 01100110
Octal 100 163 146
Decimal 64 115 102
Hex 40 73 66

RGB Percentages of Color #407366

%22.78
%40.93
%36.30

CMYK Percentages of Color #407366

%44
%0
%11
%55

Triadic Colors of #407366

#407366 #664073 #736640

Analogous Colors of #407366

#407366 #406773 #40734d

Monochromatic Colors of #407366

#407366

Complementary Color

#407366 #73404d

#407366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407366 Color CSS Codes

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

#407366 Text Font Color

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

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


#407366 Background Color

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

This div background color is #407366


#407366 Border Color

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

This div border color is #407366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407366


Comments

No comments written yet.

Please login to write comment.