Color Hex Logo

#44777c Color Hex

#44777C
(68,119,124)
0 Favorites   0 Comments

Color spaces of #44777c

RGB 68119124
HSL0.510.290.38
HSV185°45°49°
CMYK 0.450.040.00   0.51
XYZ12.618815.877821.4684
Yxy15.87780.25260.3178
Hunter Lab39.8470-13.2045-4.0509
CIE-Lab46.8138-15.6767-8.1067

#44777c color RGB value is (68,119,124).

#44777c hex color red value is 68, green value is 119 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #44777c hue: 0.51 , saturation: 0.29 and the lightness value of 44777c is 0.38.

The process color (four color CMYK) of #44777c color hex is 0.45, 0.04, 0.00, 0.51. Web safe color of #44777c is #336666. Color #44777c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110111 01111100
Octal 104 167 174
Decimal 68 119 124
Hex 44 77 7C

RGB Percentages of Color #44777c

%21.86
%38.26
%39.87

CMYK Percentages of Color #44777c

%45
%4
%0
%51

Triadic Colors of #44777c

#44777c #7c4477 #777c44

Analogous Colors of #44777c

#44777c #445b7c #447c65

Monochromatic Colors of #44777c

#44777c

Complementary Color

#44777c #7c4944

#44777c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44777c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44777c Color CSS Codes

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

#44777c Text Font Color

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

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


#44777c Background Color

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

This div background color is #44777c


#44777c Border Color

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

This div border color is #44777c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44777c


Comments

No comments written yet.

Please login to write comment.