Color Hex Logo

#404347 Color Hex

#404347
(64,67,71)
0 Favorites   0 Comments

Color spaces of #404347

RGB 646771
HSL0.600.050.26
HSV214°10°28°
CMYK 0.100.060.00   0.72
XYZ5.25885.55926.7571
Yxy5.55920.29920.3163
Hunter Lab23.5780-1.4490-0.4871
CIE-Lab28.2720-0.3021-2.8517

#404347 color RGB value is (64,67,71).

#404347 hex color red value is 64, green value is 67 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #404347 hue: 0.60 , saturation: 0.05 and the lightness value of 404347 is 0.26.

The process color (four color CMYK) of #404347 color hex is 0.10, 0.06, 0.00, 0.72. Web safe color of #404347 is #333333. Color #404347 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000011 01000111
Octal 100 103 107
Decimal 64 67 71
Hex 40 43 47

RGB Percentages of Color #404347

%31.68
%33.17
%35.15

CMYK Percentages of Color #404347

%10
%6
%0
%72

Triadic Colors of #404347

#404347 #474043 #434740

Analogous Colors of #404347

#404347 #414047 #404747

Monochromatic Colors of #404347

#404347

Complementary Color

#404347 #474440

#404347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404347 Color CSS Codes

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

#404347 Text Font Color

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

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


#404347 Background Color

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

This div background color is #404347


#404347 Border Color

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

This div border color is #404347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404347

#404347 Color Palettes


Comments

No comments written yet.

Please login to write comment.