Color Hex Logo

#401712 Color Hex

#401712
(64,23,18)
0 Favorites   0 Comments

Color spaces of #401712

RGB 642318
HSL0.020.560.16
HSV72°25°
CMYK 0.000.640.72   0.75
XYZ2.52991.74650.7760
Yxy1.74650.50070.3457
Hunter Lab13.215511.04385.7694
CIE-Lab14.096419.562313.2046

#401712 color RGB value is (64,23,18).

#401712 hex color red value is 64, green value is 23 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #401712 hue: 0.02 , saturation: 0.56 and the lightness value of 401712 is 0.16.

The process color (four color CMYK) of #401712 color hex is 0.00, 0.64, 0.72, 0.75. Web safe color of #401712 is #330000. Color #401712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010111 00010010
Octal 100 27 22
Decimal 64 23 18
Hex 40 17 12

RGB Percentages of Color #401712

%60.95
%21.90
%17.14

CMYK Percentages of Color #401712

%0
%64
%72
%75

Triadic Colors of #401712

#401712 #124017 #171240

Analogous Colors of #401712

#401712 #402e12 #401224

Monochromatic Colors of #401712

#401712

Complementary Color

#401712 #123b40

#401712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401712 Color CSS Codes

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

#401712 Text Font Color

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

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


#401712 Background Color

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

This div background color is #401712


#401712 Border Color

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

This div border color is #401712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401712


Comments

No comments written yet.

Please login to write comment.