Color Hex Logo

#86720d Color Hex

#86720D
(134,114,13)
0 Favorites   0 Comments

Color spaces of #86720d

RGB 13411413
HSL0.140.820.29
HSV50°90°53°
CMYK 0.000.150.90   0.47
XYZ15.921517.13202.8484
Yxy17.13200.44350.4772
Hunter Lab41.3908-3.771724.8934
CIE-Lab48.4259-2.073051.7078

#86720d color RGB value is (134,114,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110010 00001101
Octal 206 162 15
Decimal 134 114 13
Hex 86 72 D

RGB Percentages of Color #86720d

%51.34
%43.68
%4.98

CMYK Percentages of Color #86720d

%0
%15
%90
%47

Triadic Colors of #86720d

#86720d #0d8672 #720d86

Analogous Colors of #86720d

#86720d #5d860d #86360d

Monochromatic Colors of #86720d

#86720d

Complementary Color

#86720d #0d2186

#86720d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86720d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86720d Color CSS Codes

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

#86720d Text Font Color

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

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


#86720d Background Color

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

This div background color is #86720d


#86720d Border Color

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

This div border color is #86720d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,114,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 #86720d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86720d


Comments

No comments written yet.

Please login to write comment.