Color Hex Logo

#07072e Color Hex

#07072E
(7,7,46)
0 Favorites   1 Comments

Color spaces of #07072e

RGB 7746
HSL0.670.740.10
HSV240°85°18°
CMYK 0.850.850.00   0.82
XYZ0.65670.39442.6263
Yxy0.39440.17860.1072
Hunter Lab6.28017.6752-20.3985
CIE-Lab3.562611.5451-24.0577

#07072e color RGB value is (7,7,46).

#07072e hex color red value is 7, green value is 7 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #07072e hue: 0.67 , saturation: 0.74 and the lightness value of 07072e is 0.10.

The process color (four color CMYK) of #07072e color hex is 0.85, 0.85, 0.00, 0.82. Web safe color of #07072e is #000033. Color #07072e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000111 00101110
Octal 7 7 56
Decimal 7 7 46
Hex 7 7 2E

RGB Percentages of Color #07072e

%11.67
%11.67
%76.67

CMYK Percentages of Color #07072e

%85
%85
%0
%82

Triadic Colors of #07072e

#07072e #2e0707 #072e07

Analogous Colors of #07072e

#07072e #1b072e #071b2e

Monochromatic Colors of #07072e

#07072e

Complementary Color

#07072e #2e2e07

#07072e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07072e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07072e Color CSS Codes

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

#07072e Text Font Color

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

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


#07072e Background Color

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

This div background color is #07072e


#07072e Border Color

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

This div border color is #07072e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,7,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07072e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07072e;
  -webkit-box-shadow: 1px 1px 3px 2px #07072e;
  box-shadow:         1px 1px 3px 2px #07072e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07072e

#07072e Color Palettes


Comments

22 Jul 2013, 16:30 (guest)

The hex color 07072e is a very dark shade of Blue that almost appears Black.

Please login to write comment.