Color Hex Logo

#686f5c Color Hex

#686F5C
(104,111,92)
0 Favorites   0 Comments

Color spaces of #686f5c

RGB 10411192
HSL0.230.090.40
HSV82°17°44°
CMYK 0.060.000.17   0.56
XYZ13.325115.084612.3345
Yxy15.08460.32700.3702
Hunter Lab38.8389-6.72718.3578
CIE-Lab45.7499-6.41819.6931

#686f5c color RGB value is (104,111,92).

#686f5c hex color red value is 104, green value is 111 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #686f5c hue: 0.23 , saturation: 0.09 and the lightness value of 686f5c is 0.40.

The process color (four color CMYK) of #686f5c color hex is 0.06, 0.00, 0.17, 0.56. Web safe color of #686f5c is #666666. Color #686f5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101111 01011100
Octal 150 157 134
Decimal 104 111 92
Hex 68 6F 5C

RGB Percentages of Color #686f5c

%33.88
%36.16
%29.97

CMYK Percentages of Color #686f5c

%6
%0
%17
%56

Triadic Colors of #686f5c

#686f5c #5c686f #6f5c68

Analogous Colors of #686f5c

#686f5c #5f6f5c #6f6d5c

Monochromatic Colors of #686f5c

#686f5c

Complementary Color

#686f5c #635c6f

#686f5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686f5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#686f5c Color CSS Codes

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

#686f5c Text Font Color

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

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


#686f5c Background Color

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

This div background color is #686f5c


#686f5c Border Color

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

This div border color is #686f5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,111,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #686f5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #686f5c;
  -webkit-box-shadow: 1px 1px 3px 2px #686f5c;
  box-shadow:         1px 1px 3px 2px #686f5c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,111,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686f5c


Comments

No comments written yet.

Please login to write comment.