Color Hex Logo

#8b4632 Color Hex

#8B4632
(139,70,50)
0 Favorites   0 Comments

Color spaces of #8b4632

RGB 1397050
HSL0.040.470.37
HSV13°64°55°
CMYK 0.000.500.64   0.45
XYZ13.413310.09964.2601
Yxy10.09960.48300.3636
Hunter Lab31.779919.724614.2981
CIE-Lab38.020627.469525.2421

#8b4632 color RGB value is (139,70,50).

#8b4632 hex color red value is 139, green value is 70 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #8b4632 hue: 0.04 , saturation: 0.47 and the lightness value of 8b4632 is 0.37.

The process color (four color CMYK) of #8b4632 color hex is 0.00, 0.50, 0.64, 0.45. Web safe color of #8b4632 is #993333. Color #8b4632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01000110 00110010
Octal 213 106 62
Decimal 139 70 50
Hex 8B 46 32

RGB Percentages of Color #8b4632

%53.67
%27.03
%19.31

CMYK Percentages of Color #8b4632

%0
%50
%64
%45

Triadic Colors of #8b4632

#8b4632 #328b46 #46328b

Analogous Colors of #8b4632

#8b4632 #8b7332 #8b324b

Monochromatic Colors of #8b4632

#8b4632

Complementary Color

#8b4632 #32778b

#8b4632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b4632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b4632 Color CSS Codes

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

#8b4632 Text Font Color

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

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


#8b4632 Background Color

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

This div background color is #8b4632


#8b4632 Border Color

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

This div border color is #8b4632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b4632


Comments

No comments written yet.

Please login to write comment.