Color Hex Logo

#81967e Color Hex

#81967E
(129,150,126)
0 Favorites   0 Comments

Color spaces of #81967e

RGB 129150126
HSL0.310.100.54
HSV113°16°59°
CMYK 0.140.000.16   0.41
XYZ23.725527.986223.8901
Yxy27.98620.31380.3702
Hunter Lab52.9020-12.524710.2565
CIE-Lab59.8763-12.232910.1928

#81967e color RGB value is (129,150,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10010110 01111110
Octal 201 226 176
Decimal 129 150 126
Hex 81 96 7E

RGB Percentages of Color #81967e

%31.85
%37.04
%31.11

CMYK Percentages of Color #81967e

%14
%0
%16
%41

Triadic Colors of #81967e

#81967e #7e8196 #967e81

Analogous Colors of #81967e

#81967e #7e9687 #8d967e

Monochromatic Colors of #81967e

#81967e

Complementary Color

#81967e #937e96

#81967e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81967e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81967e Color CSS Codes

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

#81967e Text Font Color

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

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


#81967e Background Color

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

This div background color is #81967e


#81967e Border Color

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

This div border color is #81967e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81967e


Comments

No comments written yet.

Please login to write comment.