Color Hex Logo

#073f6d Color Hex

#073F6D
(7,63,109)
0 Favorites   0 Comments

Color spaces of #073f6d

RGB 763109
HSL0.580.880.23
HSV207°94°43°
CMYK 0.940.420.00   0.57
XYZ4.62544.704315.1322
Yxy4.70430.18910.1923
Hunter Lab21.68940.1098-26.1827
CIE-Lab25.87512.0502-31.3977

#073f6d color RGB value is (7,63,109).

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

The process color (four color CMYK) of #073f6d color hex is 0.94, 0.42, 0.00, 0.57. Web safe color of #073f6d is #003366. Color #073f6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111111 01101101
Octal 7 77 155
Decimal 7 63 109
Hex 7 3F 6D

RGB Percentages of Color #073f6d

%3.91
%35.20
%60.89

CMYK Percentages of Color #073f6d

%94
%42
%0
%57

Triadic Colors of #073f6d

#073f6d #6d073f #3f6d07

Analogous Colors of #073f6d

#073f6d #070c6d #076d68

Monochromatic Colors of #073f6d

#073f6d

Complementary Color

#073f6d #6d3507

#073f6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073f6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#073f6d Color CSS Codes

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

#073f6d Text Font Color

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

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


#073f6d Background Color

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

This div background color is #073f6d


#073f6d Border Color

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

This div border color is #073f6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073f6d


Comments

No comments written yet.

Please login to write comment.