Color Hex Logo

#41132f Color Hex

#41132F
(65,19,47)
0 Favorites   0 Comments

Color spaces of #41132f

RGB 651947
HSL0.900.550.16
HSV323°71°25°
CMYK 0.000.710.28   0.75
XYZ2.92591.79482.8815
Yxy1.79480.38490.2361
Hunter Lab13.397015.5395-3.3745
CIE-Lab14.371325.7921-7.2361

#41132f color RGB value is (65,19,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 00101111
Octal 101 23 57
Decimal 65 19 47
Hex 41 13 2F

RGB Percentages of Color #41132f

%49.62
%14.50
%35.88

CMYK Percentages of Color #41132f

%0
%71
%28
%75

Triadic Colors of #41132f

#41132f #2f4113 #132f41

Analogous Colors of #41132f

#41132f #411318 #3c1341

Monochromatic Colors of #41132f

#41132f

Complementary Color

#41132f #134125

#41132f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41132f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41132f Color CSS Codes

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

#41132f Text Font Color

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

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


#41132f Background Color

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

This div background color is #41132f


#41132f Border Color

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

This div border color is #41132f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41132f


Comments

No comments written yet.

Please login to write comment.