Color Hex Logo

#07396b Color Hex

#07396B
(7,57,107)
0 Favorites   0 Comments

Color spaces of #07396b

RGB 757107
HSL0.580.880.22
HSV210°93°42°
CMYK 0.930.470.00   0.58
XYZ4.20464.033014.4668
Yxy4.03300.18520.1776
Hunter Lab20.08232.2281-28.6534
CIE-Lab23.78025.3673-33.4683

#07396b color RGB value is (7,57,107).

#07396b hex color red value is 7, green value is 57 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #07396b hue: 0.58 , saturation: 0.88 and the lightness value of 07396b is 0.22.

The process color (four color CMYK) of #07396b color hex is 0.93, 0.47, 0.00, 0.58. Web safe color of #07396b is #003366. Color #07396b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 01101011
Octal 7 71 153
Decimal 7 57 107
Hex 7 39 6B

RGB Percentages of Color #07396b

%4.09
%33.33
%62.57

CMYK Percentages of Color #07396b

%93
%47
%0
%58

Triadic Colors of #07396b

#07396b #6b0739 #396b07

Analogous Colors of #07396b

#07396b #07076b #076b6b

Monochromatic Colors of #07396b

#07396b

Complementary Color

#07396b #6b3907

#07396b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07396b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07396b Color CSS Codes

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

#07396b Text Font Color

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

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


#07396b Background Color

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

This div background color is #07396b


#07396b Border Color

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

This div border color is #07396b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07396b

#07396b Color Palettes


Comments

No comments written yet.

Please login to write comment.