Color Hex Logo

#400911 Color Hex

#400911
(64,9,17)
0 Favorites   0 Comments

Color spaces of #400911

RGB 64917
HSL0.980.750.14
HSV351°86°25°
CMYK 0.000.860.73   0.75
XYZ2.31321.32580.6643
Yxy1.32580.53750.3081
Hunter Lab11.514315.71014.6394
CIE-Lab11.454726.558310.2478

#400911 color RGB value is (64,9,17).

#400911 hex color red value is 64, green value is 9 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #400911 hue: 0.98 , saturation: 0.75 and the lightness value of 400911 is 0.14.

The process color (four color CMYK) of #400911 color hex is 0.00, 0.86, 0.73, 0.75. Web safe color of #400911 is #330000. Color #400911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001001 00010001
Octal 100 11 21
Decimal 64 9 17
Hex 40 9 11

RGB Percentages of Color #400911

%71.11
%10.00
%18.89

CMYK Percentages of Color #400911

%0
%86
%73
%75

Triadic Colors of #400911

#400911 #114009 #091140

Analogous Colors of #400911

#400911 #401d09 #40092d

Monochromatic Colors of #400911

#400911

Complementary Color

#400911 #094038

#400911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400911 Color CSS Codes

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

#400911 Text Font Color

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

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


#400911 Background Color

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

This div background color is #400911


#400911 Border Color

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

This div border color is #400911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400911


Comments

No comments written yet.

Please login to write comment.