Color Hex Logo

#86580d Color Hex

#86580D
(134,88,13)
0 Favorites   0 Comments

Color spaces of #86580d

RGB 1348813
HSL0.100.820.29
HSV37°90°53°
CMYK 0.000.340.90   0.47
XYZ13.393912.07682.0059
Yxy12.07680.48750.4395
Hunter Lab34.75177.981520.9039
CIE-Lab41.337913.045246.0367

#86580d color RGB value is (134,88,13).

#86580d hex color red value is 134, green value is 88 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #86580d hue: 0.10 , saturation: 0.82 and the lightness value of 86580d is 0.29.

The process color (four color CMYK) of #86580d color hex is 0.00, 0.34, 0.90, 0.47. Web safe color of #86580d is #996600. Color #86580d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011000 00001101
Octal 206 130 15
Decimal 134 88 13
Hex 86 58 D

RGB Percentages of Color #86580d

%57.02
%37.45
%5.53

CMYK Percentages of Color #86580d

%0
%34
%90
%47

Triadic Colors of #86580d

#86580d #0d8658 #580d86

Analogous Colors of #86580d

#86580d #78860d #861c0d

Monochromatic Colors of #86580d

#86580d

Complementary Color

#86580d #0d3b86

#86580d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86580d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86580d Color CSS Codes

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

#86580d Text Font Color

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

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


#86580d Background Color

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

This div background color is #86580d


#86580d Border Color

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

This div border color is #86580d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,88,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86580d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86580d;
  -webkit-box-shadow: 1px 1px 3px 2px #86580d;
  box-shadow:         1px 1px 3px 2px #86580d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86580d


Comments

No comments written yet.

Please login to write comment.