Color Hex Logo

#003742 Color Hex

#003742
(0,55,66)
0 Favorites   0 Comments

Color spaces of #003742

RGB 05566
HSL0.531.000.13
HSV190°100°26°
CMYK 1.000.170.00   0.74
XYZ2.34963.12575.6337
Yxy3.12570.21150.2814
Hunter Lab17.6796-7.2170-6.5173
CIE-Lab20.5404-11.8481-11.5253

#003742 color RGB value is (0,55,66).

#003742 hex color red value is 0, green value is 55 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #003742 hue: 0.53 , saturation: 1.00 and the lightness value of 003742 is 0.13.

The process color (four color CMYK) of #003742 color hex is 1.00, 0.17, 0.00, 0.74. Web safe color of #003742 is #003333. Color #003742 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110111 01000010
Octal 0 67 102
Decimal 0 55 66
Hex 0 37 42

RGB Percentages of Color #003742

%0.00
%45.45
%54.55

CMYK Percentages of Color #003742

%100
%17
%0
%74

Triadic Colors of #003742

#003742 #420037 #374200

Analogous Colors of #003742

#003742 #001642 #00422c

Monochromatic Colors of #003742

#003742

Complementary Color

#003742 #420b00

#003742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003742 Color CSS Codes

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

#003742 Text Font Color

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

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


#003742 Background Color

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

This div background color is #003742


#003742 Border Color

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

This div border color is #003742


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,55,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003742; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003742;
  -webkit-box-shadow: 1px 1px 3px 2px #003742;
  box-shadow:         1px 1px 3px 2px #003742; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,55,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003742


Comments

No comments written yet.

Please login to write comment.