Color Hex Logo

#404844 Color Hex

#404844
(64,72,68)
0 Favorites   0 Comments

Color spaces of #404844

RGB 647268
HSL0.420.060.27
HSV150°11°28°
CMYK 0.110.000.06   0.72
XYZ5.47516.14216.3658
Yxy6.14210.30450.3416
Hunter Lab24.7833-3.93662.1191
CIE-Lab29.7682-4.17411.2870

#404844 color RGB value is (64,72,68).

#404844 hex color red value is 64, green value is 72 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #404844 hue: 0.42 , saturation: 0.06 and the lightness value of 404844 is 0.27.

The process color (four color CMYK) of #404844 color hex is 0.11, 0.00, 0.06, 0.72. Web safe color of #404844 is #333333. Color #404844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001000 01000100
Octal 100 110 104
Decimal 64 72 68
Hex 40 48 44

RGB Percentages of Color #404844

%31.37
%35.29
%33.33

CMYK Percentages of Color #404844

%11
%0
%6
%72

Triadic Colors of #404844

#404844 #444048 #484440

Analogous Colors of #404844

#404844 #404848 #404840

Monochromatic Colors of #404844

#404844

Complementary Color

#404844 #484044

#404844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404844 Color CSS Codes

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

#404844 Text Font Color

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

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


#404844 Background Color

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

This div background color is #404844


#404844 Border Color

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

This div border color is #404844


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,72,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 #404844">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404844


Comments

No comments written yet.

Please login to write comment.