Color Hex Logo

#044944 Color Hex

#044944
(4,73,68)
0 Favorites   0 Comments

Color spaces of #044944

RGB 47368
HSL0.490.900.15
HSV176°95°29°
CMYK 0.950.000.07   0.71
XYZ3.47605.20836.2909
Yxy5.20830.23210.3478
Hunter Lab22.8217-12.7504-0.3684
CIE-Lab27.3202-20.7596-2.6281

#044944 color RGB value is (4,73,68).

#044944 hex color red value is 4, green value is 73 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #044944 hue: 0.49 , saturation: 0.90 and the lightness value of 044944 is 0.15.

The process color (four color CMYK) of #044944 color hex is 0.95, 0.00, 0.07, 0.71. Web safe color of #044944 is #003333. Color #044944 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001001 01000100
Octal 4 111 104
Decimal 4 73 68
Hex 4 49 44

RGB Percentages of Color #044944

%2.76
%50.34
%46.90

CMYK Percentages of Color #044944

%95
%0
%7
%71

Triadic Colors of #044944

#044944 #440449 #494404

Analogous Colors of #044944

#044944 #042b49 #044922

Monochromatic Colors of #044944

#044944

Complementary Color

#044944 #490409

#044944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044944 Color CSS Codes

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

#044944 Text Font Color

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

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


#044944 Background Color

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

This div background color is #044944


#044944 Border Color

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

This div border color is #044944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044944


Comments

No comments written yet.

Please login to write comment.