Color Hex Logo

#073f6b Color Hex

#073F6B
(7,63,107)
0 Favorites   0 Comments

Color spaces of #073f6b

RGB 763107
HSL0.570.880.22
HSV206°93°42°
CMYK 0.930.410.00   0.58
XYZ4.51904.661714.5715
Yxy4.66170.19030.1963
Hunter Lab21.5910-0.4241-24.9005
CIE-Lab25.74841.1861-30.3206

#073f6b color RGB value is (7,63,107).

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

The process color (four color CMYK) of #073f6b color hex is 0.93, 0.41, 0.00, 0.58. Web safe color of #073f6b is #003366. Color #073f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111111 01101011
Octal 7 77 153
Decimal 7 63 107
Hex 7 3F 6B

RGB Percentages of Color #073f6b

%3.95
%35.59
%60.45

CMYK Percentages of Color #073f6b

%93
%41
%0
%58

Triadic Colors of #073f6b

#073f6b #6b073f #3f6b07

Analogous Colors of #073f6b

#073f6b #070d6b #076b65

Monochromatic Colors of #073f6b

#073f6b

Complementary Color

#073f6b #6b3307

#073f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#073f6b Color CSS Codes

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

#073f6b Text Font Color

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

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


#073f6b Background Color

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

This div background color is #073f6b


#073f6b Border Color

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

This div border color is #073f6b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,63,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 #073f6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073f6b


Comments

No comments written yet.

Please login to write comment.