Color Hex Logo

#86523c Color Hex

#86523C
(134,82,60)
0 Favorites   0 Comments

Color spaces of #86523c

RGB 1348260
HSL0.050.380.38
HSV18°55°53°
CMYK 0.000.390.55   0.47
XYZ13.664411.42925.7608
Yxy11.42920.44290.3704
Hunter Lab33.807112.985013.5618
CIE-Lab40.294219.284121.9766

#86523c color RGB value is (134,82,60).

#86523c hex color red value is 134, green value is 82 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #86523c hue: 0.05 , saturation: 0.38 and the lightness value of 86523c is 0.38.

The process color (four color CMYK) of #86523c color hex is 0.00, 0.39, 0.55, 0.47. Web safe color of #86523c is #996633. Color #86523c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010010 00111100
Octal 206 122 74
Decimal 134 82 60
Hex 86 52 3C

RGB Percentages of Color #86523c

%48.55
%29.71
%21.74

CMYK Percentages of Color #86523c

%0
%39
%55
%47

Triadic Colors of #86523c

#86523c #3c8652 #523c86

Analogous Colors of #86523c

#86523c #86773c #863c4b

Monochromatic Colors of #86523c

#86523c

Complementary Color

#86523c #3c7086

#86523c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86523c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86523c Color CSS Codes

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

#86523c Text Font Color

<p style="color:#86523c">Text here</p>

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


#86523c Background Color

<div style="background-color:#86523c">
Div content here</div>

This div background color is #86523c


#86523c Border Color

<div style="border:3px solid #86523c">
Div here</div>

This div border color is #86523c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,82,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86523c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86523c;
  -webkit-box-shadow: 1px 1px 3px 2px #86523c;
  box-shadow:         1px 1px 3px 2px #86523c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86523c


Comments

No comments written yet.

Please login to write comment.