Color Hex Logo

#411f0b Color Hex

#411F0B
(65,31,11)
0 Favorites   0 Comments

Color spaces of #411f0b

RGB 653111
HSL0.060.710.15
HSV22°83°25°
CMYK 0.000.520.83   0.75
XYZ2.73042.12800.5834
Yxy2.12800.50170.3910
Hunter Lab14.58777.88187.8402
CIE-Lab16.145114.575419.4918

#411f0b color RGB value is (65,31,11).

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

The process color (four color CMYK) of #411f0b color hex is 0.00, 0.52, 0.83, 0.75. Web safe color of #411f0b is #333300. Color #411f0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011111 00001011
Octal 101 37 13
Decimal 65 31 11
Hex 41 1F B

RGB Percentages of Color #411f0b

%60.75
%28.97
%10.28

CMYK Percentages of Color #411f0b

%0
%52
%83
%75

Triadic Colors of #411f0b

#411f0b #0b411f #1f0b41

Analogous Colors of #411f0b

#411f0b #413a0b #410b12

Monochromatic Colors of #411f0b

#411f0b

Complementary Color

#411f0b #0b2d41

#411f0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411f0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#411f0b Color CSS Codes

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

#411f0b Text Font Color

<p style="color:#411f0b">Text here</p>

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


#411f0b Background Color

<div style="background-color:#411f0b">
Div content here</div>

This div background color is #411f0b


#411f0b Border Color

<div style="border:3px solid #411f0b">
Div here</div>

This div border color is #411f0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,31,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 #411f0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411f0b


Comments

No comments written yet.

Please login to write comment.