Color Hex Logo

#8b854e Color Hex

#8B854E
(139,133,78)
0 Favorites   0 Comments

Color spaces of #8b854e

RGB 13913378
HSL0.150.280.43
HSV54°44°55°
CMYK 0.000.040.44   0.45
XYZ20.410122.814110.5356
Yxy22.81410.37970.4244
Hunter Lab47.7641-7.312320.3569
CIE-Lab54.8803-6.104630.3891

#8b854e color RGB value is (139,133,78).

#8b854e hex color red value is 139, green value is 133 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8b854e hue: 0.15 , saturation: 0.28 and the lightness value of 8b854e is 0.43.

The process color (four color CMYK) of #8b854e color hex is 0.00, 0.04, 0.44, 0.45. Web safe color of #8b854e is #999966. Color #8b854e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10000101 01001110
Octal 213 205 116
Decimal 139 133 78
Hex 8B 85 4E

RGB Percentages of Color #8b854e

%39.71
%38.00
%22.29

CMYK Percentages of Color #8b854e

%0
%4
%44
%45

Triadic Colors of #8b854e

#8b854e #4e8b85 #854e8b

Analogous Colors of #8b854e

#8b854e #738b4e #8b674e

Monochromatic Colors of #8b854e

#8b854e

Complementary Color

#8b854e #4e548b

#8b854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b854e Color CSS Codes

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

#8b854e Text Font Color

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

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


#8b854e Background Color

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

This div background color is #8b854e


#8b854e Border Color

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

This div border color is #8b854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b854e


Comments

No comments written yet.

Please login to write comment.