Color Hex Logo

#413816 Color Hex

#413816
(65,56,22)
0 Favorites   0 Comments

Color spaces of #413816

RGB 655622
HSL0.130.490.17
HSV47°66°25°
CMYK 0.000.140.66   0.75
XYZ3.73904.01011.3360
Yxy4.01010.41160.4414
Hunter Lab20.0252-1.715610.0621
CIE-Lab23.7048-1.091822.3271

#413816 color RGB value is (65,56,22).

#413816 hex color red value is 65, green value is 56 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #413816 hue: 0.13 , saturation: 0.49 and the lightness value of 413816 is 0.17.

The process color (four color CMYK) of #413816 color hex is 0.00, 0.14, 0.66, 0.75. Web safe color of #413816 is #333300. Color #413816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111000 00010110
Octal 101 70 26
Decimal 65 56 22
Hex 41 38 16

RGB Percentages of Color #413816

%45.45
%39.16
%15.38

CMYK Percentages of Color #413816

%0
%14
%66
%75

Triadic Colors of #413816

#413816 #164138 #381641

Analogous Colors of #413816

#413816 #354116 #412316

Monochromatic Colors of #413816

#413816

Complementary Color

#413816 #161f41

#413816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413816 Color CSS Codes

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

#413816 Text Font Color

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

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


#413816 Background Color

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

This div background color is #413816


#413816 Border Color

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

This div border color is #413816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413816


Comments

No comments written yet.

Please login to write comment.