Color Hex Logo

#861709 Color Hex

#861709
(134,23,9)
0 Favorites   0 Comments

Color spaces of #861709

RGB 134239
HSL0.020.870.28
HSV93°53°
CMYK 0.000.830.93   0.47
XYZ10.18725.70080.8219
Yxy5.70080.60970.3412
Hunter Lab23.876334.376114.6725
CIE-Lab28.644745.072437.6314

#861709 color RGB value is (134,23,9).

#861709 hex color red value is 134, green value is 23 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #861709 hue: 0.02 , saturation: 0.87 and the lightness value of 861709 is 0.28.

The process color (four color CMYK) of #861709 color hex is 0.00, 0.83, 0.93, 0.47. Web safe color of #861709 is #990000. Color #861709 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010111 00001001
Octal 206 27 11
Decimal 134 23 9
Hex 86 17 9

RGB Percentages of Color #861709

%80.72
%13.86
%5.42

CMYK Percentages of Color #861709

%0
%83
%93
%47

Triadic Colors of #861709

#861709 #098617 #170986

Analogous Colors of #861709

#861709 #865609 #86093a

Monochromatic Colors of #861709

#861709

Complementary Color

#861709 #097886

#861709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#861709 Color CSS Codes

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

#861709 Text Font Color

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

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


#861709 Background Color

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

This div background color is #861709


#861709 Border Color

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

This div border color is #861709


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,23,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #861709; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #861709;
  -webkit-box-shadow: 1px 1px 3px 2px #861709;
  box-shadow:         1px 1px 3px 2px #861709; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861709


Comments

No comments written yet.

Please login to write comment.