Color Hex Logo

#41180f Color Hex

#41180F
(65,24,15)
0 Favorites   0 Comments

Color spaces of #41180f

RGB 652415
HSL0.030.630.16
HSV11°77°25°
CMYK 0.000.630.77   0.75
XYZ2.59281.81160.6649
Yxy1.81160.51150.3574
Hunter Lab13.459610.83136.4928
CIE-Lab14.465819.197215.4306

#41180f color RGB value is (65,24,15).

#41180f hex color red value is 65, green value is 24 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #41180f hue: 0.03 , saturation: 0.63 and the lightness value of 41180f is 0.16.

The process color (four color CMYK) of #41180f color hex is 0.00, 0.63, 0.77, 0.75. Web safe color of #41180f is #330000. Color #41180f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011000 00001111
Octal 101 30 17
Decimal 65 24 15
Hex 41 18 F

RGB Percentages of Color #41180f

%62.50
%23.08
%14.42

CMYK Percentages of Color #41180f

%0
%63
%77
%75

Triadic Colors of #41180f

#41180f #0f4118 #180f41

Analogous Colors of #41180f

#41180f #41310f #410f1f

Monochromatic Colors of #41180f

#41180f

Complementary Color

#41180f #0f3841

#41180f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41180f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41180f Color CSS Codes

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

#41180f Text Font Color

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

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


#41180f Background Color

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

This div background color is #41180f


#41180f Border Color

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

This div border color is #41180f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41180f


Comments

No comments written yet.

Please login to write comment.