Color Hex Logo

#404753 Color Hex

#404753
(64,71,83)
0 Favorites   0 Comments

Color spaces of #404753

RGB 647183
HSL0.610.130.29
HSV218°23°33°
CMYK 0.230.140.00   0.67
XYZ5.92896.22109.0719
Yxy6.22100.27940.2931
Hunter Lab24.9419-1.2175-4.1057
CIE-Lab29.96330.1788-8.1055

#404753 color RGB value is (64,71,83).

#404753 hex color red value is 64, green value is 71 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #404753 hue: 0.61 , saturation: 0.13 and the lightness value of 404753 is 0.29.

The process color (four color CMYK) of #404753 color hex is 0.23, 0.14, 0.00, 0.67. Web safe color of #404753 is #333366. Color #404753 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000111 01010011
Octal 100 107 123
Decimal 64 71 83
Hex 40 47 53

RGB Percentages of Color #404753

%29.36
%32.57
%38.07

CMYK Percentages of Color #404753

%23
%14
%0
%67

Triadic Colors of #404753

#404753 #534047 #475340

Analogous Colors of #404753

#404753 #434053 #405153

Monochromatic Colors of #404753

#404753

Complementary Color

#404753 #534c40

#404753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404753 Color CSS Codes

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

#404753 Text Font Color

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

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


#404753 Background Color

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

This div background color is #404753


#404753 Border Color

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

This div border color is #404753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404753


Comments

No comments written yet.

Please login to write comment.