Color Hex Logo

#81700e Color Hex

#81700E
(129,112,14)
0 Favorites   0 Comments

Color spaces of #81700e

RGB 12911214
HSL0.140.800.28
HSV51°89°51°
CMYK 0.000.130.89   0.49
XYZ14.926716.28722.7725
Yxy16.28720.43920.4792
Hunter Lab40.3574-4.605024.1770
CIE-Lab47.3491-3.295750.3833

#81700e color RGB value is (129,112,14).

#81700e hex color red value is 129, green value is 112 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #81700e hue: 0.14 , saturation: 0.80 and the lightness value of 81700e is 0.28.

The process color (four color CMYK) of #81700e color hex is 0.00, 0.13, 0.89, 0.49. Web safe color of #81700e is #996600. Color #81700e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110000 00001110
Octal 201 160 16
Decimal 129 112 14
Hex 81 70 E

RGB Percentages of Color #81700e

%50.59
%43.92
%5.49

CMYK Percentages of Color #81700e

%0
%13
%89
%49

Triadic Colors of #81700e

#81700e #0e8170 #700e81

Analogous Colors of #81700e

#81700e #58810e #81370e

Monochromatic Colors of #81700e

#81700e

Complementary Color

#81700e #0e1f81

#81700e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81700e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81700e Color CSS Codes

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

#81700e Text Font Color

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

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


#81700e Background Color

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

This div background color is #81700e


#81700e Border Color

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

This div border color is #81700e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,112,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81700e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81700e;
  -webkit-box-shadow: 1px 1px 3px 2px #81700e;
  box-shadow:         1px 1px 3px 2px #81700e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,112,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81700e


Comments

No comments written yet.

Please login to write comment.