Color Hex Logo

#868b6d Color Hex

#868B6D
(134,139,109)
0 Favorites   0 Comments

Color spaces of #868b6d

RGB 134139109
HSL0.190.120.49
HSV70°22°55°
CMYK 0.040.000.22   0.45
XYZ21.824524.637718.0733
Yxy24.63770.33820.3818
Hunter Lab49.6364-8.379413.1571
CIE-Lab56.7207-7.274715.4658

#868b6d color RGB value is (134,139,109).

#868b6d hex color red value is 134, green value is 139 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #868b6d hue: 0.19 , saturation: 0.12 and the lightness value of 868b6d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001011 01101101
Octal 206 213 155
Decimal 134 139 109
Hex 86 8B 6D

RGB Percentages of Color #868b6d

%35.08
%36.39
%28.53

CMYK Percentages of Color #868b6d

%4
%0
%22
%45

Triadic Colors of #868b6d

#868b6d #6d868b #8b6d86

Analogous Colors of #868b6d

#868b6d #778b6d #8b816d

Monochromatic Colors of #868b6d

#868b6d

Complementary Color

#868b6d #726d8b

#868b6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868b6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#868b6d Color CSS Codes

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

#868b6d Text Font Color

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

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


#868b6d Background Color

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

This div background color is #868b6d


#868b6d Border Color

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

This div border color is #868b6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868b6d


Comments

No comments written yet.

Please login to write comment.