Color Hex Logo

#865717 Color Hex

#865717
(134,87,23)
0 Favorites   0 Comments

Color spaces of #865717

RGB 1348723
HSL0.100.710.31
HSV35°83°53°
CMYK 0.000.350.83   0.47
XYZ13.394411.94662.4106
Yxy11.94660.48270.4305
Hunter Lab34.56398.686720.0596
CIE-Lab41.131113.939842.3431

#865717 color RGB value is (134,87,23).

#865717 hex color red value is 134, green value is 87 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #865717 hue: 0.10 , saturation: 0.71 and the lightness value of 865717 is 0.31.

The process color (four color CMYK) of #865717 color hex is 0.00, 0.35, 0.83, 0.47. Web safe color of #865717 is #996600. Color #865717 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010111 00010111
Octal 206 127 27
Decimal 134 87 23
Hex 86 57 17

RGB Percentages of Color #865717

%54.92
%35.66
%9.43

CMYK Percentages of Color #865717

%0
%35
%83
%47

Triadic Colors of #865717

#865717 #178657 #571786

Analogous Colors of #865717

#865717 #7e8617 #862017

Monochromatic Colors of #865717

#865717

Complementary Color

#865717 #174686

#865717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865717 Color CSS Codes

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

#865717 Text Font Color

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

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


#865717 Background Color

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

This div background color is #865717


#865717 Border Color

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

This div border color is #865717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865717


Comments

No comments written yet.

Please login to write comment.