Color Hex Logo

#41180b Color Hex

#41180B
(65,24,11)
0 Favorites   0 Comments

Color spaces of #41180b

RGB 652411
HSL0.040.710.15
HSV14°83°25°
CMYK 0.000.630.83   0.75
XYZ2.56701.80120.5290
Yxy1.80120.52420.3678
Hunter Lab13.420910.65507.0576
CIE-Lab14.407418.948117.2738

#41180b color RGB value is (65,24,11).

#41180b hex color red value is 65, green value is 24 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #41180b hue: 0.04 , saturation: 0.71 and the lightness value of 41180b is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011000 00001011
Octal 101 30 13
Decimal 65 24 11
Hex 41 18 B

RGB Percentages of Color #41180b

%65.00
%24.00
%11.00

CMYK Percentages of Color #41180b

%0
%63
%83
%75

Triadic Colors of #41180b

#41180b #0b4118 #180b41

Analogous Colors of #41180b

#41180b #41330b #410b19

Monochromatic Colors of #41180b

#41180b

Complementary Color

#41180b #0b3441

#41180b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41180b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41180b Color CSS Codes

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

#41180b Text Font Color

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

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


#41180b Background Color

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

This div background color is #41180b


#41180b Border Color

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

This div border color is #41180b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41180b


Comments

No comments written yet.

Please login to write comment.