Color Hex Logo

#86976e Color Hex

#86976E
(134,151,110)
0 Favorites   0 Comments

Color spaces of #86976e

RGB 134151110
HSL0.240.160.51
HSV85°27°59°
CMYK 0.110.000.27   0.41
XYZ23.712628.327318.9698
Yxy28.32730.33390.3989
Hunter Lab53.2234-13.613916.1243
CIE-Lab60.1833-13.613319.6477

#86976e color RGB value is (134,151,110).

#86976e hex color red value is 134, green value is 151 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #86976e hue: 0.24 , saturation: 0.16 and the lightness value of 86976e is 0.51.

The process color (four color CMYK) of #86976e color hex is 0.11, 0.00, 0.27, 0.41. Web safe color of #86976e is #999966. Color #86976e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010111 01101110
Octal 206 227 156
Decimal 134 151 110
Hex 86 97 6E

RGB Percentages of Color #86976e

%33.92
%38.23
%27.85

CMYK Percentages of Color #86976e

%11
%0
%27
%41

Triadic Colors of #86976e

#86976e #6e8697 #976e86

Analogous Colors of #86976e

#86976e #72976e #97946e

Monochromatic Colors of #86976e

#86976e

Complementary Color

#86976e #7f6e97

#86976e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86976e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86976e Color CSS Codes

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

#86976e Text Font Color

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

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


#86976e Background Color

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

This div background color is #86976e


#86976e Border Color

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

This div border color is #86976e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,151,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86976e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86976e;
  -webkit-box-shadow: 1px 1px 3px 2px #86976e;
  box-shadow:         1px 1px 3px 2px #86976e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,151,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86976e


Comments

No comments written yet.

Please login to write comment.