Color Hex Logo

#868b59 Color Hex

#868B59
(134,139,89)
0 Favorites   0 Comments

Color spaces of #868b59

RGB 13413989
HSL0.180.220.45
HSV66°36°55°
CMYK 0.040.000.36   0.45
XYZ20.867324.254813.0330
Yxy24.25480.35880.4171
Hunter Lab49.2492-10.554018.7843
CIE-Lab56.3420-10.185726.1621

#868b59 color RGB value is (134,139,89).

#868b59 hex color red value is 134, green value is 139 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #868b59 hue: 0.18 , saturation: 0.22 and the lightness value of 868b59 is 0.45.

The process color (four color CMYK) of #868b59 color hex is 0.04, 0.00, 0.36, 0.45. Web safe color of #868b59 is #999966. Color #868b59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001011 01011001
Octal 206 213 131
Decimal 134 139 89
Hex 86 8B 59

RGB Percentages of Color #868b59

%37.02
%38.40
%24.59

CMYK Percentages of Color #868b59

%4
%0
%36
%45

Triadic Colors of #868b59

#868b59 #59868b #8b5986

Analogous Colors of #868b59

#868b59 #6d8b59 #8b7759

Monochromatic Colors of #868b59

#868b59

Complementary Color

#868b59 #5e598b

#868b59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868b59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868b59 Color CSS Codes

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

#868b59 Text Font Color

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

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


#868b59 Background Color

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

This div background color is #868b59


#868b59 Border Color

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

This div border color is #868b59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868b59


Comments

No comments written yet.

Please login to write comment.