Color Hex Logo

#073949 Color Hex

#073949
(7,57,73)
0 Favorites   0 Comments

Color spaces of #073949

RGB 75773
HSL0.540.830.16
HSV195°90°29°
CMYK 0.900.220.00   0.71
XYZ2.75333.45256.8246
Yxy3.45250.21130.2650
Hunter Lab18.5809-6.0666-8.7701
CIE-Lab21.7719-9.2511-14.3214

#073949 color RGB value is (7,57,73).

#073949 hex color red value is 7, green value is 57 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #073949 hue: 0.54 , saturation: 0.83 and the lightness value of 073949 is 0.16.

The process color (four color CMYK) of #073949 color hex is 0.90, 0.22, 0.00, 0.71. Web safe color of #073949 is #003333. Color #073949 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 01001001
Octal 7 71 111
Decimal 7 57 73
Hex 7 39 49

RGB Percentages of Color #073949

%5.11
%41.61
%53.28

CMYK Percentages of Color #073949

%90
%22
%0
%71

Triadic Colors of #073949

#073949 #490739 #394907

Analogous Colors of #073949

#073949 #071849 #074938

Monochromatic Colors of #073949

#073949

Complementary Color

#073949 #491707

#073949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073949 Color CSS Codes

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

#073949 Text Font Color

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

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


#073949 Background Color

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

This div background color is #073949


#073949 Border Color

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

This div border color is #073949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073949


Comments

No comments written yet.

Please login to write comment.