Color Hex Logo

#86736f Color Hex

#86736F
(134,115,111)
0 Favorites   0 Comments

Color spaces of #86736f

RGB 134115111
HSL0.030.090.48
HSV10°17°53°
CMYK 0.000.140.17   0.47
XYZ18.831518.477517.6129
Yxy18.47750.34290.3364
Hunter Lab42.98552.97455.7963
CIE-Lab50.07026.70134.9408

#86736f color RGB value is (134,115,111).

#86736f hex color red value is 134, green value is 115 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #86736f hue: 0.03 , saturation: 0.09 and the lightness value of 86736f is 0.48.

The process color (four color CMYK) of #86736f color hex is 0.00, 0.14, 0.17, 0.47. Web safe color of #86736f is #996666. Color #86736f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 01101111
Octal 206 163 157
Decimal 134 115 111
Hex 86 73 6F

RGB Percentages of Color #86736f

%37.22
%31.94
%30.83

CMYK Percentages of Color #86736f

%0
%14
%17
%47

Triadic Colors of #86736f

#86736f #6f8673 #736f86

Analogous Colors of #86736f

#86736f #867f6f #866f77

Monochromatic Colors of #86736f

#86736f

Complementary Color

#86736f #6f8286

#86736f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86736f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86736f Color CSS Codes

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

#86736f Text Font Color

<p style="color:#86736f">Text here</p>

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


#86736f Background Color

<div style="background-color:#86736f">
Div content here</div>

This div background color is #86736f


#86736f Border Color

<div style="border:3px solid #86736f">
Div here</div>

This div border color is #86736f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,115,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86736f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86736f;
  -webkit-box-shadow: 1px 1px 3px 2px #86736f;
  box-shadow:         1px 1px 3px 2px #86736f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,115,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86736f


Comments

No comments written yet.

Please login to write comment.