Color Hex Logo

#86733f Color Hex

#86733F
(134,115,63)
0 Favorites   0 Comments

Color spaces of #86733f

RGB 13411563
HSL0.120.360.39
HSV44°53°53°
CMYK 0.000.140.53   0.47
XYZ16.859517.68877.2283
Yxy17.68870.40360.4234
Hunter Lab42.0579-2.047219.2507
CIE-Lab49.11630.260931.2875

#86733f color RGB value is (134,115,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 00111111
Octal 206 163 77
Decimal 134 115 63
Hex 86 73 3F

RGB Percentages of Color #86733f

%42.95
%36.86
%20.19

CMYK Percentages of Color #86733f

%0
%14
%53
%47

Triadic Colors of #86733f

#86733f #3f8673 #733f86

Analogous Colors of #86733f

#86733f #76863f #864f3f

Monochromatic Colors of #86733f

#86733f

Complementary Color

#86733f #3f5286

#86733f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86733f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86733f Color CSS Codes

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

#86733f Text Font Color

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

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


#86733f Background Color

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

This div background color is #86733f


#86733f Border Color

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

This div border color is #86733f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86733f


Comments

No comments written yet.

Please login to write comment.