Color Hex Logo

#414011 Color Hex

#414011
(65,64,17)
0 Favorites   0 Comments

Color spaces of #414011

RGB 656417
HSL0.160.590.16
HSV59°74°25°
CMYK 0.000.020.74   0.75
XYZ4.11454.83111.2459
Yxy4.83110.40370.4740
Hunter Lab21.9798-5.050312.0250
CIE-Lab26.2480-6.542127.7732

#414011 color RGB value is (65,64,17).

#414011 hex color red value is 65, green value is 64 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #414011 hue: 0.16 , saturation: 0.59 and the lightness value of 414011 is 0.16.

The process color (four color CMYK) of #414011 color hex is 0.00, 0.02, 0.74, 0.75. Web safe color of #414011 is #333300. Color #414011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000000 00010001
Octal 101 100 21
Decimal 65 64 17
Hex 41 40 11

RGB Percentages of Color #414011

%44.52
%43.84
%11.64

CMYK Percentages of Color #414011

%0
%2
%74
%75

Triadic Colors of #414011

#414011 #114140 #401141

Analogous Colors of #414011

#414011 #2a4111 #412811

Monochromatic Colors of #414011

#414011

Complementary Color

#414011 #111241

#414011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414011 Color CSS Codes

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

#414011 Text Font Color

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

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


#414011 Background Color

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

This div background color is #414011


#414011 Border Color

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

This div border color is #414011


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,64,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 #414011">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414011


Comments

No comments written yet.

Please login to write comment.