Color Hex Logo

#86312e Color Hex

#86312E
(134,49,46)
0 Favorites   0 Comments

Color spaces of #86312e

RGB 1344946
HSL0.010.490.35
HSV66°53°
CMYK 0.000.630.66   0.47
XYZ11.42307.46223.4231
Yxy7.46220.51210.3345
Hunter Lab27.317026.837511.6923
CIE-Lab32.836836.242921.0790

#86312e color RGB value is (134,49,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110001 00101110
Octal 206 61 56
Decimal 134 49 46
Hex 86 31 2E

RGB Percentages of Color #86312e

%58.52
%21.40
%20.09

CMYK Percentages of Color #86312e

%0
%63
%66
%47

Triadic Colors of #86312e

#86312e #2e8631 #312e86

Analogous Colors of #86312e

#86312e #865d2e #862e57

Monochromatic Colors of #86312e

#86312e

Complementary Color

#86312e #2e8386

#86312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86312e Color CSS Codes

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

#86312e Text Font Color

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

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


#86312e Background Color

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

This div background color is #86312e


#86312e Border Color

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

This div border color is #86312e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86312e


Comments

No comments written yet.

Please login to write comment.