Color Hex Logo

#07406f Color Hex

#07406F
(7,64,111)
0 Favorites   0 Comments

Color spaces of #07406f

RGB 764111
HSL0.580.880.23
HSV207°94°44°
CMYK 0.940.420.00   0.56
XYZ4.79034.859715.7245
Yxy4.85970.18880.1915
Hunter Lab22.04470.2096-26.8602
CIE-Lab26.33132.2283-31.9457

#07406f color RGB value is (7,64,111).

#07406f hex color red value is 7, green value is 64 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #07406f hue: 0.58 , saturation: 0.88 and the lightness value of 07406f is 0.23.

The process color (four color CMYK) of #07406f color hex is 0.94, 0.42, 0.00, 0.56. Web safe color of #07406f is #003366. Color #07406f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000000 01101111
Octal 7 100 157
Decimal 7 64 111
Hex 7 40 6F

RGB Percentages of Color #07406f

%3.85
%35.16
%60.99

CMYK Percentages of Color #07406f

%94
%42
%0
%56

Triadic Colors of #07406f

#07406f #6f0740 #406f07

Analogous Colors of #07406f

#07406f #070c6f #076f6a

Monochromatic Colors of #07406f

#07406f

Complementary Color

#07406f #6f3607

#07406f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07406f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07406f Color CSS Codes

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

#07406f Text Font Color

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

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


#07406f Background Color

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

This div background color is #07406f


#07406f Border Color

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

This div border color is #07406f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,64,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07406f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07406f;
  -webkit-box-shadow: 1px 1px 3px 2px #07406f;
  box-shadow:         1px 1px 3px 2px #07406f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07406f


Comments

No comments written yet.

Please login to write comment.