Color Hex Logo

#411b0e Color Hex

#411B0E
(65,27,14)
1 Favorites   0 Comments

Color spaces of #411b0e

RGB 652714
HSL0.040.650.15
HSV15°78°25°
CMYK 0.000.580.78   0.75
XYZ2.65121.93940.6501
Yxy1.93940.50590.3701
Hunter Lab13.92629.61096.9806
CIE-Lab15.166017.300816.8495

#411b0e color RGB value is (65,27,14).

#411b0e hex color red value is 65, green value is 27 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #411b0e hue: 0.04 , saturation: 0.65 and the lightness value of 411b0e is 0.15.

The process color (four color CMYK) of #411b0e color hex is 0.00, 0.58, 0.78, 0.75. Web safe color of #411b0e is #333300. Color #411b0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011011 00001110
Octal 101 33 16
Decimal 65 27 14
Hex 41 1B E

RGB Percentages of Color #411b0e

%61.32
%25.47
%13.21

CMYK Percentages of Color #411b0e

%0
%58
%78
%75

Triadic Colors of #411b0e

#411b0e #0e411b #1b0e41

Analogous Colors of #411b0e

#411b0e #41350e #410e1b

Monochromatic Colors of #411b0e

#411b0e

Complementary Color

#411b0e #0e3441

#411b0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411b0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#411b0e Color CSS Codes

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

#411b0e Text Font Color

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

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


#411b0e Background Color

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

This div background color is #411b0e


#411b0e Border Color

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

This div border color is #411b0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411b0e


Comments

No comments written yet.

Please login to write comment.