Color Hex Logo

#81743c Color Hex

#81743C
(129,116,60)
0 Favorites   0 Comments

Color spaces of #81743c

RGB 12911660
HSL0.140.370.37
HSV49°53°51°
CMYK 0.000.100.53   0.49
XYZ16.114317.48426.8004
Yxy17.48420.39890.4328
Hunter Lab41.8141-4.384519.6273
CIE-Lab48.8644-2.855032.4838

#81743c color RGB value is (129,116,60).

#81743c hex color red value is 129, green value is 116 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #81743c hue: 0.14 , saturation: 0.37 and the lightness value of 81743c is 0.37.

The process color (four color CMYK) of #81743c color hex is 0.00, 0.10, 0.53, 0.49. Web safe color of #81743c is #996633. Color #81743c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110100 00111100
Octal 201 164 74
Decimal 129 116 60
Hex 81 74 3C

RGB Percentages of Color #81743c

%42.30
%38.03
%19.67

CMYK Percentages of Color #81743c

%0
%10
%53
%49

Triadic Colors of #81743c

#81743c #3c8174 #743c81

Analogous Colors of #81743c

#81743c #6c813c #81523c

Monochromatic Colors of #81743c

#81743c

Complementary Color

#81743c #3c4981

#81743c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81743c Color Preview on White Background

Lorem ipsum dolor sit amet.

#81743c Color CSS Codes

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

#81743c Text Font Color

<p style="color:#81743c">Text here</p>

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


#81743c Background Color

<div style="background-color:#81743c">
Div content here</div>

This div background color is #81743c


#81743c Border Color

<div style="border:3px solid #81743c">
Div here</div>

This div border color is #81743c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,116,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81743c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81743c;
  -webkit-box-shadow: 1px 1px 3px 2px #81743c;
  box-shadow:         1px 1px 3px 2px #81743c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81743c


Comments

No comments written yet.

Please login to write comment.