Color Hex Logo

#86440d Color Hex

#86440D
(134,68,13)
0 Favorites   0 Comments

Color spaces of #86440d

RGB 1346813
HSL0.080.820.29
HSV27°90°53°
CMYK 0.000.490.90   0.47
XYZ11.97139.23161.5317
Yxy9.23160.52660.4061
Hunter Lab30.383517.158918.2795
CIE-Lab36.426424.656642.1103

#86440d color RGB value is (134,68,13).

#86440d hex color red value is 134, green value is 68 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #86440d hue: 0.08 , saturation: 0.82 and the lightness value of 86440d is 0.29.

The process color (four color CMYK) of #86440d color hex is 0.00, 0.49, 0.90, 0.47. Web safe color of #86440d is #993300. Color #86440d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000100 00001101
Octal 206 104 15
Decimal 134 68 13
Hex 86 44 D

RGB Percentages of Color #86440d

%62.33
%31.63
%6.05

CMYK Percentages of Color #86440d

%0
%49
%90
%47

Triadic Colors of #86440d

#86440d #0d8644 #440d86

Analogous Colors of #86440d

#86440d #86810d #860d12

Monochromatic Colors of #86440d

#86440d

Complementary Color

#86440d #0d4f86

#86440d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86440d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86440d Color CSS Codes

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

#86440d Text Font Color

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

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


#86440d Background Color

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

This div background color is #86440d


#86440d Border Color

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

This div border color is #86440d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86440d


Comments

No comments written yet.

Please login to write comment.