Color Hex Logo

#073d50 Color Hex

#073D50
(7,61,80)
0 Favorites   0 Comments

Color spaces of #073d50

RGB 76180
HSL0.540.840.17
HSV196°91°31°
CMYK 0.910.240.00   0.69
XYZ3.20433.96188.1852
Yxy3.96180.20870.2581
Hunter Lab19.9043-6.0966-10.4487
CIE-Lab23.5448-8.9283-16.2279

#073d50 color RGB value is (7,61,80).

#073d50 hex color red value is 7, green value is 61 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #073d50 hue: 0.54 , saturation: 0.84 and the lightness value of 073d50 is 0.17.

The process color (four color CMYK) of #073d50 color hex is 0.91, 0.24, 0.00, 0.69. Web safe color of #073d50 is #003366. Color #073d50 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111101 01010000
Octal 7 75 120
Decimal 7 61 80
Hex 7 3D 50

RGB Percentages of Color #073d50

%4.73
%41.22
%54.05

CMYK Percentages of Color #073d50

%91
%24
%0
%69

Triadic Colors of #073d50

#073d50 #50073d #3d5007

Analogous Colors of #073d50

#073d50 #071950 #07503f

Monochromatic Colors of #073d50

#073d50

Complementary Color

#073d50 #501a07

#073d50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073d50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073d50 Color CSS Codes

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

#073d50 Text Font Color

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

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


#073d50 Background Color

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

This div background color is #073d50


#073d50 Border Color

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

This div border color is #073d50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073d50


Comments

No comments written yet.

Please login to write comment.