Color Hex Logo

#86442e Color Hex

#86442E
(134,68,46)
0 Favorites   0 Comments

Color spaces of #86442e

RGB 1346846
HSL0.040.490.35
HSV15°66°53°
CMYK 0.000.490.66   0.47
XYZ12.39189.39983.7460
Yxy9.39980.48520.3681
Hunter Lab30.659118.492814.2172
CIE-Lab36.742926.193325.8883

#86442e color RGB value is (134,68,46).

#86442e hex color red value is 134, green value is 68 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #86442e hue: 0.04 , saturation: 0.49 and the lightness value of 86442e is 0.35.

The process color (four color CMYK) of #86442e color hex is 0.00, 0.49, 0.66, 0.47. Web safe color of #86442e is #993333. Color #86442e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000100 00101110
Octal 206 104 56
Decimal 134 68 46
Hex 86 44 2E

RGB Percentages of Color #86442e

%54.03
%27.42
%18.55

CMYK Percentages of Color #86442e

%0
%49
%66
%47

Triadic Colors of #86442e

#86442e #2e8644 #442e86

Analogous Colors of #86442e

#86442e #86702e #862e44

Monochromatic Colors of #86442e

#86442e

Complementary Color

#86442e #2e7086

#86442e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86442e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86442e Color CSS Codes

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

#86442e Text Font Color

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

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


#86442e Background Color

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

This div background color is #86442e


#86442e Border Color

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

This div border color is #86442e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86442e


Comments

No comments written yet.

Please login to write comment.