Color Hex Logo

#81596f Color Hex

#81596F
(129,89,111)
0 Favorites   0 Comments

Color spaces of #81596f

RGB 12989111
HSL0.910.180.43
HSV327°31°51°
CMYK 0.000.310.14   0.49
XYZ15.494912.959616.7237
Yxy12.95960.34300.2869
Hunter Lab35.999413.8310-2.3438
CIE-Lab42.702320.1137-5.8968

#81596f color RGB value is (129,89,111).

#81596f hex color red value is 129, green value is 89 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #81596f hue: 0.91 , saturation: 0.18 and the lightness value of 81596f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011001 01101111
Octal 201 131 157
Decimal 129 89 111
Hex 81 59 6F

RGB Percentages of Color #81596f

%39.21
%27.05
%33.74

CMYK Percentages of Color #81596f

%0
%31
%14
%49

Triadic Colors of #81596f

#81596f #6f8159 #596f81

Analogous Colors of #81596f

#81596f #81595b #7f5981

Monochromatic Colors of #81596f

#81596f

Complementary Color

#81596f #59816b

#81596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81596f Color CSS Codes

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

#81596f Text Font Color

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

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


#81596f Background Color

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

This div background color is #81596f


#81596f Border Color

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

This div border color is #81596f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,89,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 #81596f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81596f


Comments

No comments written yet.

Please login to write comment.