Color Hex Logo

#411e09 Color Hex

#411E09
(65,30,9)
0 Favorites   0 Comments

Color spaces of #411e09

RGB 65309
HSL0.060.760.15
HSV23°86°25°
CMYK 0.000.540.86   0.75
XYZ2.69362.07210.5164
Yxy2.07210.50990.3923
Hunter Lab14.39488.21067.9494
CIE-Lab15.861215.108319.9605

#411e09 color RGB value is (65,30,9).

#411e09 hex color red value is 65, green value is 30 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #411e09 hue: 0.06 , saturation: 0.76 and the lightness value of 411e09 is 0.15.

The process color (four color CMYK) of #411e09 color hex is 0.00, 0.54, 0.86, 0.75. Web safe color of #411e09 is #333300. Color #411e09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011110 00001001
Octal 101 36 11
Decimal 65 30 9
Hex 41 1E 9

RGB Percentages of Color #411e09

%62.50
%28.85
%8.65

CMYK Percentages of Color #411e09

%0
%54
%86
%75

Triadic Colors of #411e09

#411e09 #09411e #1e0941

Analogous Colors of #411e09

#411e09 #413a09 #410910

Monochromatic Colors of #411e09

#411e09

Complementary Color

#411e09 #092c41

#411e09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411e09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411e09 Color CSS Codes

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

#411e09 Text Font Color

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

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


#411e09 Background Color

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

This div background color is #411e09


#411e09 Border Color

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

This div border color is #411e09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,30,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #411e09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #411e09;
  -webkit-box-shadow: 1px 1px 3px 2px #411e09;
  box-shadow:         1px 1px 3px 2px #411e09; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411e09


Comments

No comments written yet.

Please login to write comment.