Color Hex Logo

#86595e Color Hex

#86595E
(134,89,94)
0 Favorites   0 Comments

Color spaces of #86595e

RGB 1348994
HSL0.980.200.44
HSV353°34°53°
CMYK 0.000.340.30   0.47
XYZ15.424313.021212.2901
Yxy13.02120.37860.3197
Hunter Lab36.084913.15035.0659
CIE-Lab42.795219.29804.7151

#86595e color RGB value is (134,89,94).

#86595e hex color red value is 134, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #86595e hue: 0.98 , saturation: 0.20 and the lightness value of 86595e is 0.44.

The process color (four color CMYK) of #86595e color hex is 0.00, 0.34, 0.30, 0.47. Web safe color of #86595e is #996666. Color #86595e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011001 01011110
Octal 206 131 136
Decimal 134 89 94
Hex 86 59 5E

RGB Percentages of Color #86595e

%42.27
%28.08
%29.65

CMYK Percentages of Color #86595e

%0
%34
%30
%47

Triadic Colors of #86595e

#86595e #5e8659 #595e86

Analogous Colors of #86595e

#86595e #866b59 #865975

Monochromatic Colors of #86595e

#86595e

Complementary Color

#86595e #598681

#86595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86595e Color CSS Codes

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

#86595e Text Font Color

<p style="color:#86595e">Text here</p>

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


#86595e Background Color

<div style="background-color:#86595e">
Div content here</div>

This div background color is #86595e


#86595e Border Color

<div style="border:3px solid #86595e">
Div here</div>

This div border color is #86595e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,89,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86595e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86595e;
  -webkit-box-shadow: 1px 1px 3px 2px #86595e;
  box-shadow:         1px 1px 3px 2px #86595e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86595e


Comments

No comments written yet.

Please login to write comment.