Color Hex Logo

#003946 Color Hex

#003946
(0,57,70)
0 Favorites   0 Comments

Color spaces of #003946

RGB 05770
HSL0.531.000.14
HSV191°100°27°
CMYK 1.000.190.00   0.73
XYZ2.56863.36856.3091
Yxy3.36850.20970.2751
Hunter Lab18.3535-7.1372-7.5338
CIE-Lab21.4631-11.4334-12.8010

#003946 color RGB value is (0,57,70).

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

The process color (four color CMYK) of #003946 color hex is 1.00, 0.19, 0.00, 0.73. Web safe color of #003946 is #003333. Color #003946 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111001 01000110
Octal 0 71 106
Decimal 0 57 70
Hex 0 39 46

RGB Percentages of Color #003946

%0.00
%44.88
%55.12

CMYK Percentages of Color #003946

%100
%19
%0
%73

Triadic Colors of #003946

#003946 #460039 #394600

Analogous Colors of #003946

#003946 #001646 #004630

Monochromatic Colors of #003946

#003946

Complementary Color

#003946 #460d00

#003946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003946 Color CSS Codes

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

#003946 Text Font Color

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

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


#003946 Background Color

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

This div background color is #003946


#003946 Border Color

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

This div border color is #003946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003946


Comments

No comments written yet.

Please login to write comment.