Color Hex Logo

#8b411f Color Hex

#8B411F
(139,65,31)
0 Favorites   0 Comments

Color spaces of #8b411f

RGB 1396531
HSL0.050.640.33
HSV19°78°55°
CMYK 0.000.530.78   0.45
XYZ12.78519.36852.4308
Yxy9.36850.52000.3811
Hunter Lab30.608020.996216.7170
CIE-Lab36.684329.100334.5197

#8b411f color RGB value is (139,65,31).

#8b411f hex color red value is 139, green value is 65 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #8b411f hue: 0.05 , saturation: 0.64 and the lightness value of 8b411f is 0.33.

The process color (four color CMYK) of #8b411f color hex is 0.00, 0.53, 0.78, 0.45. Web safe color of #8b411f is #993333. Color #8b411f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01000001 00011111
Octal 213 101 37
Decimal 139 65 31
Hex 8B 41 1F

RGB Percentages of Color #8b411f

%59.15
%27.66
%13.19

CMYK Percentages of Color #8b411f

%0
%53
%78
%45

Triadic Colors of #8b411f

#8b411f #1f8b41 #411f8b

Analogous Colors of #8b411f

#8b411f #8b771f #8b1f33

Monochromatic Colors of #8b411f

#8b411f

Complementary Color

#8b411f #1f698b

#8b411f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b411f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b411f Color CSS Codes

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

#8b411f Text Font Color

<p style="color:#8b411f">Text here</p>

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


#8b411f Background Color

<div style="background-color:#8b411f">
Div content here</div>

This div background color is #8b411f


#8b411f Border Color

<div style="border:3px solid #8b411f">
Div here</div>

This div border color is #8b411f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b411f


Comments

No comments written yet.

Please login to write comment.