Color Hex Logo

#403649 Color Hex

#403649
(64,54,73)
0 Favorites   0 Comments

Color spaces of #403649

RGB 645473
HSL0.750.150.25
HSV272°26°29°
CMYK 0.120.260.00   0.71
XYZ4.63614.20946.8715
Yxy4.20940.29500.2678
Hunter Lab20.51684.4305-5.4956
CIE-Lab24.35208.7563-10.0547

#403649 color RGB value is (64,54,73).

#403649 hex color red value is 64, green value is 54 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #403649 hue: 0.75 , saturation: 0.15 and the lightness value of 403649 is 0.25.

The process color (four color CMYK) of #403649 color hex is 0.12, 0.26, 0.00, 0.71. Web safe color of #403649 is #333333. Color #403649 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 01001001
Octal 100 66 111
Decimal 64 54 73
Hex 40 36 49

RGB Percentages of Color #403649

%33.51
%28.27
%38.22

CMYK Percentages of Color #403649

%12
%26
%0
%71

Triadic Colors of #403649

#403649 #494036 #364940

Analogous Colors of #403649

#403649 #493649 #373649

Monochromatic Colors of #403649

#403649

Complementary Color

#403649 #3f4936

#403649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403649 Color CSS Codes

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

#403649 Text Font Color

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

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


#403649 Background Color

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

This div background color is #403649


#403649 Border Color

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

This div border color is #403649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403649


Comments

No comments written yet.

Please login to write comment.