Color Hex Logo

#86733c Color Hex

#86733C
(134,115,60)
0 Favorites   0 Comments

Color spaces of #86733c

RGB 13411560
HSL0.120.380.38
HSV45°55°53°
CMYK 0.000.140.55   0.47
XYZ16.777917.65606.7986
Yxy17.65600.40690.4282
Hunter Lab42.0190-2.259619.8203
CIE-Lab49.0762-0.020032.8559

#86733c color RGB value is (134,115,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 00111100
Octal 206 163 74
Decimal 134 115 60
Hex 86 73 3C

RGB Percentages of Color #86733c

%43.37
%37.22
%19.42

CMYK Percentages of Color #86733c

%0
%14
%55
%47

Triadic Colors of #86733c

#86733c #3c8673 #733c86

Analogous Colors of #86733c

#86733c #74863c #864e3c

Monochromatic Colors of #86733c

#86733c

Complementary Color

#86733c #3c4f86

#86733c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86733c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86733c Color CSS Codes

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

#86733c Text Font Color

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

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


#86733c Background Color

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

This div background color is #86733c


#86733c Border Color

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

This div border color is #86733c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,115,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 #86733c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86733c


Comments

No comments written yet.

Please login to write comment.