Color Hex Logo

#8b3b41 Color Hex

#8B3B41
(139,59,65)
0 Favorites   0 Comments

Color spaces of #8b3b41

RGB 1395965
HSL0.990.400.39
HSV356°58°55°
CMYK 0.000.580.53   0.45
XYZ13.16568.99866.0440
Yxy8.99860.46670.3190
Hunter Lab29.997725.84559.0525
CIE-Lab35.981634.645913.3304

#8b3b41 color RGB value is (139,59,65).

#8b3b41 hex color red value is 139, green value is 59 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #8b3b41 hue: 0.99 , saturation: 0.40 and the lightness value of 8b3b41 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 00111011 01000001
Octal 213 73 101
Decimal 139 59 65
Hex 8B 3B 41

RGB Percentages of Color #8b3b41

%52.85
%22.43
%24.71

CMYK Percentages of Color #8b3b41

%0
%58
%53
%45

Triadic Colors of #8b3b41

#8b3b41 #418b3b #3b418b

Analogous Colors of #8b3b41

#8b3b41 #8b5d3b #8b3b69

Monochromatic Colors of #8b3b41

#8b3b41

Complementary Color

#8b3b41 #3b8b85

#8b3b41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b3b41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b3b41 Color CSS Codes

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

#8b3b41 Text Font Color

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

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


#8b3b41 Background Color

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

This div background color is #8b3b41


#8b3b41 Border Color

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

This div border color is #8b3b41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b3b41


Comments

No comments written yet.

Please login to write comment.