Color Hex Logo

#8b343e Color Hex

#8B343E
(139,52,62)
0 Favorites   0 Comments

Color spaces of #8b343e

RGB 1395262
HSL0.980.460.37
HSV353°63°55°
CMYK 0.000.630.55   0.45
XYZ12.74508.29285.4864
Yxy8.29280.48050.3127
Hunter Lab28.797228.60498.8622
CIE-Lab34.585437.879313.3454

#8b343e color RGB value is (139,52,62).

#8b343e hex color red value is 139, green value is 52 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8b343e hue: 0.98 , saturation: 0.46 and the lightness value of 8b343e is 0.37.

The process color (four color CMYK) of #8b343e color hex is 0.00, 0.63, 0.55, 0.45. Web safe color of #8b343e is #993333. Color #8b343e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00110100 00111110
Octal 213 64 76
Decimal 139 52 62
Hex 8B 34 3E

RGB Percentages of Color #8b343e

%54.94
%20.55
%24.51

CMYK Percentages of Color #8b343e

%0
%63
%55
%45

Triadic Colors of #8b343e

#8b343e #3e8b34 #343e8b

Analogous Colors of #8b343e

#8b343e #8b5634 #8b346a

Monochromatic Colors of #8b343e

#8b343e

Complementary Color

#8b343e #348b81

#8b343e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b343e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b343e Color CSS Codes

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

#8b343e Text Font Color

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

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


#8b343e Background Color

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

This div background color is #8b343e


#8b343e Border Color

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

This div border color is #8b343e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b343e


Comments

No comments written yet.

Please login to write comment.