Color Hex Logo

#413313 Color Hex

#413313
(65,51,19)
0 Favorites   0 Comments

Color spaces of #413313

RGB 655119
HSL0.120.550.16
HSV42°71°25°
CMYK 0.000.220.71   0.75
XYZ3.48133.53851.1156
Yxy3.53850.42790.4350
Hunter Lab18.81090.11569.6514
CIE-Lab22.08301.898722.2214

#413313 color RGB value is (65,51,19).

#413313 hex color red value is 65, green value is 51 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #413313 hue: 0.12 , saturation: 0.55 and the lightness value of 413313 is 0.16.

The process color (four color CMYK) of #413313 color hex is 0.00, 0.22, 0.71, 0.75. Web safe color of #413313 is #333300. Color #413313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110011 00010011
Octal 101 63 23
Decimal 65 51 19
Hex 41 33 13

RGB Percentages of Color #413313

%48.15
%37.78
%14.07

CMYK Percentages of Color #413313

%0
%22
%71
%75

Triadic Colors of #413313

#413313 #134133 #331341

Analogous Colors of #413313

#413313 #384113 #411c13

Monochromatic Colors of #413313

#413313

Complementary Color

#413313 #132141

#413313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413313 Color CSS Codes

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

#413313 Text Font Color

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

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


#413313 Background Color

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

This div background color is #413313


#413313 Border Color

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

This div border color is #413313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413313


Comments

No comments written yet.

Please login to write comment.