Color Hex Logo

#41132d Color Hex

#41132D
(65,19,45)
0 Favorites   0 Comments

Color spaces of #41132d

RGB 651945
HSL0.910.550.16
HSV326°71°25°
CMYK 0.000.710.31   0.75
XYZ2.88651.77902.6739
Yxy1.77900.39330.2424
Hunter Lab13.337915.2884-2.5495
CIE-Lab14.281925.4708-5.9231

#41132d color RGB value is (65,19,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 00101101
Octal 101 23 55
Decimal 65 19 45
Hex 41 13 2D

RGB Percentages of Color #41132d

%50.39
%14.73
%34.88

CMYK Percentages of Color #41132d

%0
%71
%31
%75

Triadic Colors of #41132d

#41132d #2d4113 #132d41

Analogous Colors of #41132d

#41132d #411316 #3e1341

Monochromatic Colors of #41132d

#41132d

Complementary Color

#41132d #134127

#41132d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41132d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41132d Color CSS Codes

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

#41132d Text Font Color

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

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


#41132d Background Color

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

This div background color is #41132d


#41132d Border Color

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

This div border color is #41132d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41132d


Comments

No comments written yet.

Please login to write comment.