Color Hex Logo

#86471f Color Hex

#86471F
(134,71,31)
0 Favorites   0 Comments

Color spaces of #86471f

RGB 1347131
HSL0.060.620.32
HSV23°77°53°
CMYK 0.000.470.77   0.47
XYZ12.33219.67372.5136
Yxy9.67370.50300.3945
Hunter Lab31.102616.345316.9802
CIE-Lab37.250323.598534.8633

#86471f color RGB value is (134,71,31).

#86471f hex color red value is 134, green value is 71 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #86471f hue: 0.06 , saturation: 0.62 and the lightness value of 86471f is 0.32.

The process color (four color CMYK) of #86471f color hex is 0.00, 0.47, 0.77, 0.47. Web safe color of #86471f is #993333. Color #86471f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000111 00011111
Octal 206 107 37
Decimal 134 71 31
Hex 86 47 1F

RGB Percentages of Color #86471f

%56.78
%30.08
%13.14

CMYK Percentages of Color #86471f

%0
%47
%77
%47

Triadic Colors of #86471f

#86471f #1f8647 #471f86

Analogous Colors of #86471f

#86471f #867b1f #861f2b

Monochromatic Colors of #86471f

#86471f

Complementary Color

#86471f #1f5e86

#86471f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86471f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86471f Color CSS Codes

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

#86471f Text Font Color

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

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


#86471f Background Color

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

This div background color is #86471f


#86471f Border Color

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

This div border color is #86471f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86471f


Comments

No comments written yet.

Please login to write comment.