Color Hex Logo

#004348 Color Hex

#004348
(0,67,72)
0 Favorites   0 Comments

Color spaces of #004348

RGB 06772
HSL0.511.000.14
HSV184°100°28°
CMYK 1.000.070.00   0.72
XYZ3.17694.48226.8286
Yxy4.48220.21930.3094
Hunter Lab21.1712-10.2643-4.3037
CIE-Lab25.2055-16.5484-8.4170

#004348 color RGB value is (0,67,72).

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

The process color (four color CMYK) of #004348 color hex is 1.00, 0.07, 0.00, 0.72. Web safe color of #004348 is #003333. Color #004348 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000011 01001000
Octal 0 103 110
Decimal 0 67 72
Hex 0 43 48

RGB Percentages of Color #004348

%0.00
%48.20
%51.80

CMYK Percentages of Color #004348

%100
%7
%0
%72

Triadic Colors of #004348

#004348 #480043 #434800

Analogous Colors of #004348

#004348 #001f48 #004829

Monochromatic Colors of #004348

#004348

Complementary Color

#004348 #480500

#004348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004348 Color CSS Codes

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

#004348 Text Font Color

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

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


#004348 Background Color

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

This div background color is #004348


#004348 Border Color

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

This div border color is #004348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004348


Comments

No comments written yet.

Please login to write comment.