Color Hex Logo

#81712e Color Hex

#81712E
(129,113,46)
0 Favorites   0 Comments

Color spaces of #81712e

RGB 12911346
HSL0.130.470.34
HSV48°64°51°
CMYK 0.000.120.64   0.49
XYZ15.451516.67464.9889
Yxy16.67460.41630.4493
Hunter Lab40.8345-3.917321.3405
CIE-Lab47.8474-2.318638.5149

#81712e color RGB value is (129,113,46).

#81712e hex color red value is 129, green value is 113 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #81712e hue: 0.13 , saturation: 0.47 and the lightness value of 81712e is 0.34.

The process color (four color CMYK) of #81712e color hex is 0.00, 0.12, 0.64, 0.49. Web safe color of #81712e is #996633. Color #81712e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110001 00101110
Octal 201 161 56
Decimal 129 113 46
Hex 81 71 2E

RGB Percentages of Color #81712e

%44.79
%39.24
%15.97

CMYK Percentages of Color #81712e

%0
%12
%64
%49

Triadic Colors of #81712e

#81712e #2e8171 #712e81

Analogous Colors of #81712e

#81712e #68812e #81482e

Monochromatic Colors of #81712e

#81712e

Complementary Color

#81712e #2e3e81

#81712e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81712e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81712e Color CSS Codes

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

#81712e Text Font Color

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

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


#81712e Background Color

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

This div background color is #81712e


#81712e Border Color

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

This div border color is #81712e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81712e


Comments

No comments written yet.

Please login to write comment.