Color Hex Logo

#86513d Color Hex

#86513D
(134,81,61)
0 Favorites   0 Comments

Color spaces of #86513d

RGB 1348161
HSL0.050.370.38
HSV16°54°53°
CMYK 0.000.400.54   0.47
XYZ13.616311.29015.8764
Yxy11.29010.44230.3668
Hunter Lab33.600713.533713.1514
CIE-Lab40.064819.964821.0823

#86513d color RGB value is (134,81,61).

#86513d hex color red value is 134, green value is 81 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #86513d hue: 0.05 , saturation: 0.37 and the lightness value of 86513d is 0.38.

The process color (four color CMYK) of #86513d color hex is 0.00, 0.40, 0.54, 0.47. Web safe color of #86513d is #996633. Color #86513d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010001 00111101
Octal 206 121 75
Decimal 134 81 61
Hex 86 51 3D

RGB Percentages of Color #86513d

%48.55
%29.35
%22.10

CMYK Percentages of Color #86513d

%0
%40
%54
%47

Triadic Colors of #86513d

#86513d #3d8651 #513d86

Analogous Colors of #86513d

#86513d #86763d #863d4e

Monochromatic Colors of #86513d

#86513d

Complementary Color

#86513d #3d7286

#86513d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86513d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86513d Color CSS Codes

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

#86513d Text Font Color

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

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


#86513d Background Color

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

This div background color is #86513d


#86513d Border Color

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

This div border color is #86513d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86513d


Comments

No comments written yet.

Please login to write comment.