Color Hex Logo

#044139 Color Hex

#044139
(4,65,57)
0 Favorites   0 Comments

Color spaces of #044139

RGB 46557
HSL0.480.880.14
HSV172°94°25°
CMYK 0.940.000.12   0.75
XYZ2.67894.10184.5214
Yxy4.10180.23700.3629
Hunter Lab20.2529-11.83200.9407
CIE-Lab24.0052-20.2730-0.2832

#044139 color RGB value is (4,65,57).

#044139 hex color red value is 4, green value is 65 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #044139 hue: 0.48 , saturation: 0.88 and the lightness value of 044139 is 0.14.

The process color (four color CMYK) of #044139 color hex is 0.94, 0.00, 0.12, 0.75. Web safe color of #044139 is #003333. Color #044139 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000001 00111001
Octal 4 101 71
Decimal 4 65 57
Hex 4 41 39

RGB Percentages of Color #044139

%3.17
%51.59
%45.24

CMYK Percentages of Color #044139

%94
%0
%12
%75

Triadic Colors of #044139

#044139 #390441 #413904

Analogous Colors of #044139

#044139 #042b41 #04411b

Monochromatic Colors of #044139

#044139

Complementary Color

#044139 #41040c

#044139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044139 Color CSS Codes

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

#044139 Text Font Color

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

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


#044139 Background Color

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

This div background color is #044139


#044139 Border Color

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

This div border color is #044139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044139


Comments

No comments written yet.

Please login to write comment.