Color Hex Logo

#44474c Color Hex

#44474C
(68,71,76)
0 Favorites   0 Comments

Color spaces of #44474c

RGB 687176
HSL0.600.060.28
HSV218°11°30°
CMYK 0.110.070.00   0.70
XYZ5.94166.25727.7321
Yxy6.25720.29810.3139
Hunter Lab25.0144-1.3766-0.8168
CIE-Lab30.0523-0.0632-3.4209

#44474c color RGB value is (68,71,76).

#44474c hex color red value is 68, green value is 71 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #44474c hue: 0.60 , saturation: 0.06 and the lightness value of 44474c is 0.28.

The process color (four color CMYK) of #44474c color hex is 0.11, 0.07, 0.00, 0.70. Web safe color of #44474c is #333333. Color #44474c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000111 01001100
Octal 104 107 114
Decimal 68 71 76
Hex 44 47 4C

RGB Percentages of Color #44474c

%31.63
%33.02
%35.35

CMYK Percentages of Color #44474c

%11
%7
%0
%70

Triadic Colors of #44474c

#44474c #4c4447 #474c44

Analogous Colors of #44474c

#44474c #45444c #444b4c

Monochromatic Colors of #44474c

#44474c

Complementary Color

#44474c #4c4944

#44474c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44474c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44474c Color CSS Codes

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

#44474c Text Font Color

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

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


#44474c Background Color

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

This div background color is #44474c


#44474c Border Color

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

This div border color is #44474c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44474c


Comments

No comments written yet.

Please login to write comment.