Color Hex Logo

#41132e Color Hex

#41132E
(65,19,46)
0 Favorites   0 Comments

Color spaces of #41132e

RGB 651946
HSL0.900.550.16
HSV325°71°25°
CMYK 0.000.710.29   0.75
XYZ2.90601.78682.7765
Yxy1.78680.38910.2392
Hunter Lab13.367115.4133-2.9582
CIE-Lab14.326125.6309-6.5811

#41132e color RGB value is (65,19,46).

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

The process color (four color CMYK) of #41132e color hex is 0.00, 0.71, 0.29, 0.75. Web safe color of #41132e is #330033. Color #41132e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 00101110
Octal 101 23 56
Decimal 65 19 46
Hex 41 13 2E

RGB Percentages of Color #41132e

%50.00
%14.62
%35.38

CMYK Percentages of Color #41132e

%0
%71
%29
%75

Triadic Colors of #41132e

#41132e #2e4113 #132e41

Analogous Colors of #41132e

#41132e #411317 #3d1341

Monochromatic Colors of #41132e

#41132e

Complementary Color

#41132e #134126

#41132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41132e Color CSS Codes

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

#41132e Text Font Color

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

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


#41132e Background Color

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

This div background color is #41132e


#41132e Border Color

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

This div border color is #41132e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41132e


Comments

No comments written yet.

Please login to write comment.