Color Hex Logo

#073c5b Color Hex

#073C5B
(7,60,91)
0 Favorites   0 Comments

Color spaces of #073c5b

RGB 76091
HSL0.560.860.19
HSV202°92°36°
CMYK 0.920.340.00   0.64
XYZ3.59184.032210.4865
Yxy4.03220.19830.2226
Hunter Lab20.0803-3.2120-16.9066
CIE-Lab23.7776-3.6671-23.0935

#073c5b color RGB value is (7,60,91).

#073c5b hex color red value is 7, green value is 60 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #073c5b hue: 0.56 , saturation: 0.86 and the lightness value of 073c5b is 0.19.

The process color (four color CMYK) of #073c5b color hex is 0.92, 0.34, 0.00, 0.64. Web safe color of #073c5b is #003366. Color #073c5b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111100 01011011
Octal 7 74 133
Decimal 7 60 91
Hex 7 3C 5B

RGB Percentages of Color #073c5b

%4.43
%37.97
%57.59

CMYK Percentages of Color #073c5b

%92
%34
%0
%64

Triadic Colors of #073c5b

#073c5b #5b073c #3c5b07

Analogous Colors of #073c5b

#073c5b #07125b #075b50

Monochromatic Colors of #073c5b

#073c5b

Complementary Color

#073c5b #5b2607

#073c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#073c5b Color CSS Codes

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

#073c5b Text Font Color

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

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


#073c5b Background Color

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

This div background color is #073c5b


#073c5b Border Color

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

This div border color is #073c5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073c5b

#073c5b Color Palettes


Comments

No comments written yet.

Please login to write comment.