Color Hex Logo

#81706f Color Hex

#81706F
(129,112,111)
0 Favorites   0 Comments

Color spaces of #81706f

RGB 129112111
HSL0.010.080.47
HSV14°51°
CMYK 0.000.130.14   0.49
XYZ17.716717.403217.4643
Yxy17.40320.33690.3310
Hunter Lab41.71712.80154.3811
CIE-Lab48.76416.46192.9962

#81706f color RGB value is (129,112,111).

#81706f hex color red value is 129, green value is 112 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #81706f hue: 0.01 , saturation: 0.08 and the lightness value of 81706f is 0.47.

The process color (four color CMYK) of #81706f color hex is 0.00, 0.13, 0.14, 0.49. Web safe color of #81706f is #996666. Color #81706f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110000 01101111
Octal 201 160 157
Decimal 129 112 111
Hex 81 70 6F

RGB Percentages of Color #81706f

%36.65
%31.82
%31.53

CMYK Percentages of Color #81706f

%0
%13
%14
%49

Triadic Colors of #81706f

#81706f #6f8170 #706f81

Analogous Colors of #81706f

#81706f #81796f #816f77

Monochromatic Colors of #81706f

#81706f

Complementary Color

#81706f #6f8081

#81706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81706f Color CSS Codes

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

#81706f Text Font Color

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

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


#81706f Background Color

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

This div background color is #81706f


#81706f Border Color

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

This div border color is #81706f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81706f

#81706f Color Palettes


Comments

No comments written yet.

Please login to write comment.