Color Hex Logo

#00444a Color Hex

#00444A
(0,68,74)
1 Favorites   0 Comments

Color spaces of #00444a

RGB 06874
HSL0.511.000.15
HSV185°100°29°
CMYK 1.000.080.00   0.71
XYZ3.30324.62877.1979
Yxy4.62870.21830.3059
Hunter Lab21.5144-10.2444-4.7761
CIE-Lab25.6496-16.3560-9.0587

#00444a color RGB value is (0,68,74).

#00444a hex color red value is 0, green value is 68 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #00444a hue: 0.51 , saturation: 1.00 and the lightness value of 00444a is 0.15.

The process color (four color CMYK) of #00444a color hex is 1.00, 0.08, 0.00, 0.71. Web safe color of #00444a is #003333. Color #00444a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000100 01001010
Octal 0 104 112
Decimal 0 68 74
Hex 0 44 4A

RGB Percentages of Color #00444a

%0.00
%47.89
%52.11

CMYK Percentages of Color #00444a

%100
%8
%0
%71

Triadic Colors of #00444a

#00444a #4a0044 #444a00

Analogous Colors of #00444a

#00444a #001f4a #004a2b

Monochromatic Colors of #00444a

#00444a

Complementary Color

#00444a #4a0600

#00444a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00444a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00444a Color CSS Codes

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

#00444a Text Font Color

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

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


#00444a Background Color

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

This div background color is #00444a


#00444a Border Color

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

This div border color is #00444a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,68,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00444a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00444a;
  -webkit-box-shadow: 1px 1px 3px 2px #00444a;
  box-shadow:         1px 1px 3px 2px #00444a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00444a


Comments

No comments written yet.

Please login to write comment.