Color Hex Logo

#86745d Color Hex

#86745D
(134,116,93)
0 Favorites   0 Comments

Color spaces of #86745d

RGB 13411693
HSL0.090.180.45
HSV34°31°53°
CMYK 0.000.130.31   0.47
XYZ18.052718.349412.9462
Yxy18.34940.36580.3718
Hunter Lab42.83620.262912.0664
CIE-Lab49.91723.286015.3041

#86745d color RGB value is (134,116,93).

#86745d hex color red value is 134, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #86745d hue: 0.09 , saturation: 0.18 and the lightness value of 86745d is 0.45.

The process color (four color CMYK) of #86745d color hex is 0.00, 0.13, 0.31, 0.47. Web safe color of #86745d is #996666. Color #86745d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110100 01011101
Octal 206 164 135
Decimal 134 116 93
Hex 86 74 5D

RGB Percentages of Color #86745d

%39.07
%33.82
%27.11

CMYK Percentages of Color #86745d

%0
%13
%31
%47

Triadic Colors of #86745d

#86745d #5d8674 #745d86

Analogous Colors of #86745d

#86745d #84865d #86605d

Monochromatic Colors of #86745d

#86745d

Complementary Color

#86745d #5d6f86

#86745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86745d Color CSS Codes

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

#86745d Text Font Color

<p style="color:#86745d">Text here</p>

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


#86745d Background Color

<div style="background-color:#86745d">
Div content here</div>

This div background color is #86745d


#86745d Border Color

<div style="border:3px solid #86745d">
Div here</div>

This div border color is #86745d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,116,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86745d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86745d;
  -webkit-box-shadow: 1px 1px 3px 2px #86745d;
  box-shadow:         1px 1px 3px 2px #86745d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86745d


Comments

No comments written yet.

Please login to write comment.