Color Hex Logo

#072646 Color Hex

#072646
(7,38,70)
0 Favorites   0 Comments

Color spaces of #072646

RGB 73870
HSL0.580.820.15
HSV210°90°27°
CMYK 0.900.460.00   0.73
XYZ1.88621.87366.0566
Yxy1.87360.19210.1909
Hunter Lab13.68800.6434-16.6529
CIE-Lab14.80942.5699-23.2263

#072646 color RGB value is (7,38,70).

#072646 hex color red value is 7, green value is 38 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #072646 hue: 0.58 , saturation: 0.82 and the lightness value of 072646 is 0.15.

The process color (four color CMYK) of #072646 color hex is 0.90, 0.46, 0.00, 0.73. Web safe color of #072646 is #003333. Color #072646 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 01000110
Octal 7 46 106
Decimal 7 38 70
Hex 7 26 46

RGB Percentages of Color #072646

%6.09
%33.04
%60.87

CMYK Percentages of Color #072646

%90
%46
%0
%73

Triadic Colors of #072646

#072646 #460726 #264607

Analogous Colors of #072646

#072646 #070746 #074646

Monochromatic Colors of #072646

#072646

Complementary Color

#072646 #462707

#072646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072646 Color CSS Codes

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

#072646 Text Font Color

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

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


#072646 Background Color

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

This div background color is #072646


#072646 Border Color

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

This div border color is #072646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072646


Comments

No comments written yet.

Please login to write comment.