Color Hex Logo

#861700 Color Hex

#861700
(134,23,0)
0 Favorites   0 Comments

Color spaces of #861700

RGB 134230
HSL0.031.000.26
HSV10°100°53°
CMYK 0.000.831.00   0.47
XYZ10.13795.68110.5622
Yxy5.68110.61890.3468
Hunter Lab23.835134.211115.2861
CIE-Lab28.593244.910641.2573

#861700 color RGB value is (134,23,0).

#861700 hex color red value is 134, green value is 23 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #861700 hue: 0.03 , saturation: 1.00 and the lightness value of 861700 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010111 00000000
Octal 206 27 0
Decimal 134 23 0
Hex 86 17 0

RGB Percentages of Color #861700

%85.35
%14.65
%0.00

CMYK Percentages of Color #861700

%0
%83
%100
%47

Triadic Colors of #861700

#861700 #008617 #170086

Analogous Colors of #861700

#861700 #865a00 #86002c

Monochromatic Colors of #861700

#861700

Complementary Color

#861700 #006f86

#861700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#861700 Color CSS Codes

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

#861700 Text Font Color

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

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


#861700 Background Color

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

This div background color is #861700


#861700 Border Color

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

This div border color is #861700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861700


Comments

No comments written yet.

Please login to write comment.