Color Hex Logo

#401500 Color Hex

#401500
(64,21,0)
0 Favorites   0 Comments

Color spaces of #401500

RGB 64210
HSL0.051.000.13
HSV20°100°25°
CMYK 0.000.671.00   0.75
XYZ2.38251.62630.1883
Yxy1.62630.56770.3875
Hunter Lab12.752611.03098.0514
CIE-Lab13.389519.651820.3919

#401500 color RGB value is (64,21,0).

#401500 hex color red value is 64, green value is 21 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #401500 hue: 0.05 , saturation: 1.00 and the lightness value of 401500 is 0.13.

The process color (four color CMYK) of #401500 color hex is 0.00, 0.67, 1.00, 0.75. Web safe color of #401500 is #330000. Color #401500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010101 00000000
Octal 100 25 0
Decimal 64 21 0
Hex 40 15 0

RGB Percentages of Color #401500

%75.29
%24.71
%0.00

CMYK Percentages of Color #401500

%0
%67
%100
%75

Triadic Colors of #401500

#401500 #004015 #150040

Analogous Colors of #401500

#401500 #403500 #40000b

Monochromatic Colors of #401500

#401500

Complementary Color

#401500 #002b40

#401500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401500 Color CSS Codes

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

#401500 Text Font Color

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

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


#401500 Background Color

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

This div background color is #401500


#401500 Border Color

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

This div border color is #401500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401500


Comments

No comments written yet.

Please login to write comment.