Color Hex Logo

#86974c Color Hex

#86974C
(134,151,76)
0 Favorites   0 Comments

Color spaces of #86974c

RGB 13415176
HSL0.200.330.45
HSV74°50°59°
CMYK 0.110.000.50   0.41
XYZ22.202627.723411.0184
Yxy27.72340.36430.4549
Hunter Lab52.6530-16.873324.4498
CIE-Lab59.6380-18.091437.2103

#86974c color RGB value is (134,151,76).

#86974c hex color red value is 134, green value is 151 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #86974c hue: 0.20 , saturation: 0.33 and the lightness value of 86974c is 0.45.

The process color (four color CMYK) of #86974c color hex is 0.11, 0.00, 0.50, 0.41. Web safe color of #86974c is #999933. Color #86974c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010111 01001100
Octal 206 227 114
Decimal 134 151 76
Hex 86 97 4C

RGB Percentages of Color #86974c

%37.12
%41.83
%21.05

CMYK Percentages of Color #86974c

%11
%0
%50
%41

Triadic Colors of #86974c

#86974c #4c8697 #974c86

Analogous Colors of #86974c

#86974c #61974c #97834c

Monochromatic Colors of #86974c

#86974c

Complementary Color

#86974c #5d4c97

#86974c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86974c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86974c Color CSS Codes

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

#86974c Text Font Color

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

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


#86974c Background Color

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

This div background color is #86974c


#86974c Border Color

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

This div border color is #86974c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86974c


Comments

No comments written yet.

Please login to write comment.