Color Hex Logo

#403b51 Color Hex

#403B51
(64,59,81)
0 Favorites   0 Comments

Color spaces of #403b51

RGB 645981
HSL0.700.160.27
HSV254°27°32°
CMYK 0.210.270.00   0.68
XYZ5.16354.81208.4412
Yxy4.81200.28040.2613
Hunter Lab21.93633.6280-7.4597
CIE-Lab26.19237.5041-12.5342

#403b51 color RGB value is (64,59,81).

#403b51 hex color red value is 64, green value is 59 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #403b51 hue: 0.70 , saturation: 0.16 and the lightness value of 403b51 is 0.27.

The process color (four color CMYK) of #403b51 color hex is 0.21, 0.27, 0.00, 0.68. Web safe color of #403b51 is #333366. Color #403b51 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111011 01010001
Octal 100 73 121
Decimal 64 59 81
Hex 40 3B 51

RGB Percentages of Color #403b51

%31.37
%28.92
%39.71

CMYK Percentages of Color #403b51

%21
%27
%0
%68

Triadic Colors of #403b51

#403b51 #51403b #3b5140

Analogous Colors of #403b51

#403b51 #4b3b51 #3b4151

Monochromatic Colors of #403b51

#403b51

Complementary Color

#403b51 #4c513b

#403b51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403b51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403b51 Color CSS Codes

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

#403b51 Text Font Color

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

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


#403b51 Background Color

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

This div background color is #403b51


#403b51 Border Color

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

This div border color is #403b51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,59,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #403b51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #403b51;
  -webkit-box-shadow: 1px 1px 3px 2px #403b51;
  box-shadow:         1px 1px 3px 2px #403b51; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403b51


Comments

No comments written yet.

Please login to write comment.