Color Hex Logo

#868740 Color Hex

#868740
(134,135,64)
0 Favorites   0 Comments

Color spaces of #868740

RGB 13413564
HSL0.170.360.39
HSV61°53°53°
CMYK 0.010.000.53   0.47
XYZ19.420922.76648.2213
Yxy22.76640.38530.4516
Hunter Lab47.7141-10.845623.1840
CIE-Lab54.8309-10.809037.5898

#868740 color RGB value is (134,135,64).

#868740 hex color red value is 134, green value is 135 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #868740 hue: 0.17 , saturation: 0.36 and the lightness value of 868740 is 0.39.

The process color (four color CMYK) of #868740 color hex is 0.01, 0.00, 0.53, 0.47. Web safe color of #868740 is #999933. Color #868740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000111 01000000
Octal 206 207 100
Decimal 134 135 64
Hex 86 87 40

RGB Percentages of Color #868740

%40.24
%40.54
%19.22

CMYK Percentages of Color #868740

%1
%0
%53
%47

Triadic Colors of #868740

#868740 #408687 #874086

Analogous Colors of #868740

#868740 #638740 #876540

Monochromatic Colors of #868740

#868740

Complementary Color

#868740 #414087

#868740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868740 Color CSS Codes

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

#868740 Text Font Color

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

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


#868740 Background Color

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

This div background color is #868740


#868740 Border Color

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

This div border color is #868740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,135,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868740;
  -webkit-box-shadow: 1px 1px 3px 2px #868740;
  box-shadow:         1px 1px 3px 2px #868740; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868740


Comments

No comments written yet.

Please login to write comment.