Color Hex Logo

#868e41 Color Hex

#868E41
(134,142,65)
0 Favorites   0 Comments

Color spaces of #868e41

RGB 13414265
HSL0.180.370.41
HSV66°54°56°
CMYK 0.060.000.54   0.44
XYZ20.458724.79608.7088
Yxy24.79600.37910.4595
Hunter Lab49.7956-13.804924.4876
CIE-Lab56.8761-14.469639.4772

#868e41 color RGB value is (134,142,65).

#868e41 hex color red value is 134, green value is 142 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #868e41 hue: 0.18 , saturation: 0.37 and the lightness value of 868e41 is 0.41.

The process color (four color CMYK) of #868e41 color hex is 0.06, 0.00, 0.54, 0.44. Web safe color of #868e41 is #999933. Color #868e41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001110 01000001
Octal 206 216 101
Decimal 134 142 65
Hex 86 8E 41

RGB Percentages of Color #868e41

%39.30
%41.64
%19.06

CMYK Percentages of Color #868e41

%6
%0
%54
%44

Triadic Colors of #868e41

#868e41 #41868e #8e4186

Analogous Colors of #868e41

#868e41 #608e41 #8e7041

Monochromatic Colors of #868e41

#868e41

Complementary Color

#868e41 #49418e

#868e41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868e41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868e41 Color CSS Codes

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

#868e41 Text Font Color

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

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


#868e41 Background Color

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

This div background color is #868e41


#868e41 Border Color

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

This div border color is #868e41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,142,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868e41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868e41;
  -webkit-box-shadow: 1px 1px 3px 2px #868e41;
  box-shadow:         1px 1px 3px 2px #868e41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868e41


Comments

No comments written yet.

Please login to write comment.