Color Hex Logo

#86963c Color Hex

#86963C
(134,150,60)
0 Favorites   0 Comments

Color spaces of #86963c

RGB 13415060
HSL0.200.430.41
HSV71°60°59°
CMYK 0.110.000.60   0.41
XYZ21.553527.20738.3905
Yxy27.20730.37710.4761
Hunter Lab52.1606-17.522426.9751
CIE-Lab59.1657-19.086244.4876

#86963c color RGB value is (134,150,60).

#86963c hex color red value is 134, green value is 150 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #86963c hue: 0.20 , saturation: 0.43 and the lightness value of 86963c is 0.41.

The process color (four color CMYK) of #86963c color hex is 0.11, 0.00, 0.60, 0.41. Web safe color of #86963c is #999933. Color #86963c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010110 00111100
Octal 206 226 74
Decimal 134 150 60
Hex 86 96 3C

RGB Percentages of Color #86963c

%38.95
%43.60
%17.44

CMYK Percentages of Color #86963c

%11
%0
%60
%41

Triadic Colors of #86963c

#86963c #3c8696 #963c86

Analogous Colors of #86963c

#86963c #59963c #96793c

Monochromatic Colors of #86963c

#86963c

Complementary Color

#86963c #4c3c96

#86963c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86963c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86963c Color CSS Codes

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

#86963c Text Font Color

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

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


#86963c Background Color

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

This div background color is #86963c


#86963c Border Color

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

This div border color is #86963c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86963c


Comments

No comments written yet.

Please login to write comment.