Color Hex Logo

#8b372e Color Hex

#8B372E
(139,55,46)
0 Favorites   0 Comments

Color spaces of #8b372e

RGB 1395546
HSL0.020.500.36
HSV67°55°
CMYK 0.000.600.67   0.45
XYZ12.50688.41863.5505
Yxy8.41860.51100.3440
Hunter Lab29.014826.166213.0551
CIE-Lab34.839935.177923.7591

#8b372e color RGB value is (139,55,46).

#8b372e hex color red value is 139, green value is 55 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8b372e hue: 0.02 , saturation: 0.50 and the lightness value of 8b372e is 0.36.

The process color (four color CMYK) of #8b372e color hex is 0.00, 0.60, 0.67, 0.45. Web safe color of #8b372e is #993333. Color #8b372e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00110111 00101110
Octal 213 67 56
Decimal 139 55 46
Hex 8B 37 2E

RGB Percentages of Color #8b372e

%57.92
%22.92
%19.17

CMYK Percentages of Color #8b372e

%0
%60
%67
%45

Triadic Colors of #8b372e

#8b372e #2e8b37 #372e8b

Analogous Colors of #8b372e

#8b372e #8b662e #8b2e53

Monochromatic Colors of #8b372e

#8b372e

Complementary Color

#8b372e #2e828b

#8b372e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b372e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b372e Color CSS Codes

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

#8b372e Text Font Color

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

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


#8b372e Background Color

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

This div background color is #8b372e


#8b372e Border Color

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

This div border color is #8b372e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b372e


Comments

No comments written yet.

Please login to write comment.