Color Hex Logo

#073941 Color Hex

#073941
(7,57,65)
0 Favorites   0 Comments

Color spaces of #073941

RGB 75765
HSL0.520.810.14
HSV188°89°25°
CMYK 0.890.120.00   0.75
XYZ2.50493.35315.5162
Yxy3.35310.22020.2948
Hunter Lab18.3115-7.6273-5.0427
CIE-Lab21.4059-12.4377-9.5113

#073941 color RGB value is (7,57,65).

#073941 hex color red value is 7, green value is 57 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #073941 hue: 0.52 , saturation: 0.81 and the lightness value of 073941 is 0.14.

The process color (four color CMYK) of #073941 color hex is 0.89, 0.12, 0.00, 0.75. Web safe color of #073941 is #003333. Color #073941 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 01000001
Octal 7 71 101
Decimal 7 57 65
Hex 7 39 41

RGB Percentages of Color #073941

%5.43
%44.19
%50.39

CMYK Percentages of Color #073941

%89
%12
%0
%75

Triadic Colors of #073941

#073941 #410739 #394107

Analogous Colors of #073941

#073941 #071c41 #07412c

Monochromatic Colors of #073941

#073941

Complementary Color

#073941 #410f07

#073941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073941 Color CSS Codes

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

#073941 Text Font Color

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

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


#073941 Background Color

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

This div background color is #073941


#073941 Border Color

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

This div border color is #073941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073941


Comments

No comments written yet.

Please login to write comment.