Color Hex Logo

#86596d Color Hex

#86596D
(134,89,109)
0 Favorites   0 Comments

Color spaces of #86596d

RGB 13489109
HSL0.930.200.44
HSV333°34°53°
CMYK 0.000.340.19   0.47
XYZ16.164213.317216.1865
Yxy13.31720.35400.2916
Hunter Lab36.492715.2030-0.7534
CIE-Lab43.237421.6850-3.8150

#86596d color RGB value is (134,89,109).

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

The process color (four color CMYK) of #86596d color hex is 0.00, 0.34, 0.19, 0.47. Web safe color of #86596d is #996666. Color #86596d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011001 01101101
Octal 206 131 155
Decimal 134 89 109
Hex 86 59 6D

RGB Percentages of Color #86596d

%40.36
%26.81
%32.83

CMYK Percentages of Color #86596d

%0
%34
%19
%47

Triadic Colors of #86596d

#86596d #6d8659 #596d86

Analogous Colors of #86596d

#86596d #865c59 #865984

Monochromatic Colors of #86596d

#86596d

Complementary Color

#86596d #598672

#86596d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86596d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86596d Color CSS Codes

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

#86596d Text Font Color

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

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


#86596d Background Color

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

This div background color is #86596d


#86596d Border Color

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

This div border color is #86596d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86596d


Comments

No comments written yet.

Please login to write comment.