Color Hex Logo

#413911 Color Hex

#413911
(65,57,17)
0 Favorites   0 Comments

Color spaces of #413911

RGB 655717
HSL0.140.590.16
HSV50°74°25°
CMYK 0.000.120.74   0.75
XYZ3.74434.09051.1225
Yxy4.09050.41800.4567
Hunter Lab20.2250-2.347610.8669
CIE-Lab23.9684-2.147725.3827

#413911 color RGB value is (65,57,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111001 00010001
Octal 101 71 21
Decimal 65 57 17
Hex 41 39 11

RGB Percentages of Color #413911

%46.76
%41.01
%12.23

CMYK Percentages of Color #413911

%0
%12
%74
%75

Triadic Colors of #413911

#413911 #114139 #391141

Analogous Colors of #413911

#413911 #314111 #412111

Monochromatic Colors of #413911

#413911

Complementary Color

#413911 #111941

#413911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413911 Color CSS Codes

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

#413911 Text Font Color

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

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


#413911 Background Color

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

This div background color is #413911


#413911 Border Color

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

This div border color is #413911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413911


Comments

No comments written yet.

Please login to write comment.