Color Hex Logo

#8b631f Color Hex

#8B631F
(139,99,31)
0 Favorites   0 Comments

Color spaces of #8b631f

RGB 1399931
HSL0.100.640.33
HSV38°78°55°
CMYK 0.000.290.78   0.45
XYZ15.356614.51163.2880
Yxy14.51160.46320.4377
Hunter Lab38.09415.292821.5484
CIE-Lab44.95799.576442.8190

#8b631f color RGB value is (139,99,31).

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

The process color (four color CMYK) of #8b631f color hex is 0.00, 0.29, 0.78, 0.45. Web safe color of #8b631f is #996633. Color #8b631f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01100011 00011111
Octal 213 143 37
Decimal 139 99 31
Hex 8B 63 1F

RGB Percentages of Color #8b631f

%51.67
%36.80
%11.52

CMYK Percentages of Color #8b631f

%0
%29
%78
%45

Triadic Colors of #8b631f

#8b631f #1f8b63 #631f8b

Analogous Colors of #8b631f

#8b631f #7d8b1f #8b2d1f

Monochromatic Colors of #8b631f

#8b631f

Complementary Color

#8b631f #1f478b

#8b631f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b631f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b631f Color CSS Codes

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

#8b631f Text Font Color

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

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


#8b631f Background Color

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

This div background color is #8b631f


#8b631f Border Color

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

This div border color is #8b631f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,99,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 #8b631f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b631f


Comments

No comments written yet.

Please login to write comment.