Color Hex Logo

#86370f Color Hex

#86370F
(134,55,15)
0 Favorites   0 Comments

Color spaces of #86370f

RGB 1345515
HSL0.060.800.29
HSV20°89°53°
CMYK 0.000.590.89   0.47
XYZ11.28397.83521.3696
Yxy7.83520.55070.3824
Hunter Lab27.991422.971916.6930
CIE-Lab33.637331.786839.0685

#86370f color RGB value is (134,55,15).

#86370f hex color red value is 134, green value is 55 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #86370f hue: 0.06 , saturation: 0.80 and the lightness value of 86370f is 0.29.

The process color (four color CMYK) of #86370f color hex is 0.00, 0.59, 0.89, 0.47. Web safe color of #86370f is #993300. Color #86370f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110111 00001111
Octal 206 67 17
Decimal 134 55 15
Hex 86 37 F

RGB Percentages of Color #86370f

%65.69
%26.96
%7.35

CMYK Percentages of Color #86370f

%0
%59
%89
%47

Triadic Colors of #86370f

#86370f #0f8637 #370f86

Analogous Colors of #86370f

#86370f #86730f #860f23

Monochromatic Colors of #86370f

#86370f

Complementary Color

#86370f #0f5e86

#86370f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86370f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86370f Color CSS Codes

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

#86370f Text Font Color

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

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


#86370f Background Color

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

This div background color is #86370f


#86370f Border Color

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

This div border color is #86370f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86370f


Comments

No comments written yet.

Please login to write comment.