Color Hex Logo

#8b653e Color Hex

#8B653E
(139,101,62)
0 Favorites   0 Comments

Color spaces of #8b653e

RGB 13910162
HSL0.080.380.39
HSV30°55°55°
CMYK 0.000.270.55   0.45
XYZ16.170615.14416.6283
Yxy15.14410.42620.3991
Hunter Lab38.91546.070517.1422
CIE-Lab45.830910.542327.9287

#8b653e color RGB value is (139,101,62).

#8b653e hex color red value is 139, green value is 101 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8b653e hue: 0.08 , saturation: 0.38 and the lightness value of 8b653e is 0.39.

The process color (four color CMYK) of #8b653e color hex is 0.00, 0.27, 0.55, 0.45. Web safe color of #8b653e is #996633. Color #8b653e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01100101 00111110
Octal 213 145 76
Decimal 139 101 62
Hex 8B 65 3E

RGB Percentages of Color #8b653e

%46.03
%33.44
%20.53

CMYK Percentages of Color #8b653e

%0
%27
%55
%45

Triadic Colors of #8b653e

#8b653e #3e8b65 #653e8b

Analogous Colors of #8b653e

#8b653e #8b8b3e #8b3f3e

Monochromatic Colors of #8b653e

#8b653e

Complementary Color

#8b653e #3e648b

#8b653e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b653e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b653e Color CSS Codes

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

#8b653e Text Font Color

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

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


#8b653e Background Color

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

This div background color is #8b653e


#8b653e Border Color

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

This div border color is #8b653e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b653e


Comments

No comments written yet.

Please login to write comment.