Color Hex Logo

#81967d Color Hex

#81967D
(129,150,125)
0 Favorites   0 Comments

Color spaces of #81967d

RGB 129150125
HSL0.310.110.54
HSV110°17°59°
CMYK 0.140.000.17   0.41
XYZ23.661327.960523.5519
Yxy27.96050.31480.3719
Hunter Lab52.8777-12.662210.6064
CIE-Lab59.8530-12.417010.7247

#81967d color RGB value is (129,150,125).

#81967d hex color red value is 129, green value is 150 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #81967d hue: 0.31 , saturation: 0.11 and the lightness value of 81967d is 0.54.

The process color (four color CMYK) of #81967d color hex is 0.14, 0.00, 0.17, 0.41. Web safe color of #81967d is #999966. Color #81967d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10010110 01111101
Octal 201 226 175
Decimal 129 150 125
Hex 81 96 7D

RGB Percentages of Color #81967d

%31.93
%37.13
%30.94

CMYK Percentages of Color #81967d

%14
%0
%17
%41

Triadic Colors of #81967d

#81967d #7d8196 #967d81

Analogous Colors of #81967d

#81967d #7d9686 #8e967d

Monochromatic Colors of #81967d

#81967d

Complementary Color

#81967d #927d96

#81967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81967d Color CSS Codes

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

#81967d Text Font Color

<p style="color:#81967d">Text here</p>

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


#81967d Background Color

<div style="background-color:#81967d">
Div content here</div>

This div background color is #81967d


#81967d Border Color

<div style="border:3px solid #81967d">
Div here</div>

This div border color is #81967d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,150,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81967d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81967d;
  -webkit-box-shadow: 1px 1px 3px 2px #81967d;
  box-shadow:         1px 1px 3px 2px #81967d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81967d


Comments

No comments written yet.

Please login to write comment.