Color Hex Logo

#412037 Color Hex

#412037
(65,32,55)
0 Favorites   0 Comments

Color spaces of #412037

RGB 653255
HSL0.880.340.19
HSV318°51°25°
CMYK 0.000.510.15   0.75
XYZ3.38612.43273.9055
Yxy2.43270.34820.2502
Hunter Lab15.597111.4570-3.9282
CIE-Lab17.611519.6449-8.0074

#412037 color RGB value is (65,32,55).

#412037 hex color red value is 65, green value is 32 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #412037 hue: 0.88 , saturation: 0.34 and the lightness value of 412037 is 0.19.

The process color (four color CMYK) of #412037 color hex is 0.00, 0.51, 0.15, 0.75. Web safe color of #412037 is #333333. Color #412037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100000 00110111
Octal 101 40 67
Decimal 65 32 55
Hex 41 20 37

RGB Percentages of Color #412037

%42.76
%21.05
%36.18

CMYK Percentages of Color #412037

%0
%51
%15
%75

Triadic Colors of #412037

#412037 #374120 #203741

Analogous Colors of #412037

#412037 #412027 #3b2041

Monochromatic Colors of #412037

#412037

Complementary Color

#412037 #20412a

#412037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412037 Color CSS Codes

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

#412037 Text Font Color

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

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


#412037 Background Color

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

This div background color is #412037


#412037 Border Color

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

This div border color is #412037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412037


Comments

No comments written yet.

Please login to write comment.