Color Hex Logo

#86340e Color Hex

#86340E
(134,52,14)
0 Favorites   0 Comments

Color spaces of #86340e

RGB 1345214
HSL0.050.810.29
HSV19°90°53°
CMYK 0.000.610.90   0.47
XYZ11.13887.55601.2868
Yxy7.55600.55750.3781
Hunter Lab27.488224.227716.4662
CIE-Lab33.040533.301138.9965

#86340e color RGB value is (134,52,14).

#86340e hex color red value is 134, green value is 52 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #86340e hue: 0.05 , saturation: 0.81 and the lightness value of 86340e is 0.29.

The process color (four color CMYK) of #86340e color hex is 0.00, 0.61, 0.90, 0.47. Web safe color of #86340e is #993300. Color #86340e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110100 00001110
Octal 206 64 16
Decimal 134 52 14
Hex 86 34 E

RGB Percentages of Color #86340e

%67.00
%26.00
%7.00

CMYK Percentages of Color #86340e

%0
%61
%90
%47

Triadic Colors of #86340e

#86340e #0e8634 #340e86

Analogous Colors of #86340e

#86340e #86700e #860e24

Monochromatic Colors of #86340e

#86340e

Complementary Color

#86340e #0e6086

#86340e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86340e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86340e Color CSS Codes

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

#86340e Text Font Color

<p style="color:#86340e">Text here</p>

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


#86340e Background Color

<div style="background-color:#86340e">
Div content here</div>

This div background color is #86340e


#86340e Border Color

<div style="border:3px solid #86340e">
Div here</div>

This div border color is #86340e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,52,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86340e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86340e;
  -webkit-box-shadow: 1px 1px 3px 2px #86340e;
  box-shadow:         1px 1px 3px 2px #86340e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86340e


Comments

No comments written yet.

Please login to write comment.