Color Hex Logo

#686548 Color Hex

#686548
(104,101,72)
0 Favorites   0 Comments

Color spaces of #686548

RGB 10410172
HSL0.150.180.35
HSV54°31°41°
CMYK 0.000.030.31   0.59
XYZ11.532312.71837.9780
Yxy12.71830.35780.3946
Hunter Lab35.6627-4.688011.7003
CIE-Lab42.3357-3.916216.8886

#686548 color RGB value is (104,101,72).

#686548 hex color red value is 104, green value is 101 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #686548 hue: 0.15 , saturation: 0.18 and the lightness value of 686548 is 0.35.

The process color (four color CMYK) of #686548 color hex is 0.00, 0.03, 0.31, 0.59. Web safe color of #686548 is #666633. Color #686548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100101 01001000
Octal 150 145 110
Decimal 104 101 72
Hex 68 65 48

RGB Percentages of Color #686548

%37.55
%36.46
%25.99

CMYK Percentages of Color #686548

%0
%3
%31
%59

Triadic Colors of #686548

#686548 #486865 #654868

Analogous Colors of #686548

#686548 #5b6848 #685548

Monochromatic Colors of #686548

#686548

Complementary Color

#686548 #484b68

#686548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686548 Color CSS Codes

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

#686548 Text Font Color

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

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


#686548 Background Color

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

This div background color is #686548


#686548 Border Color

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

This div border color is #686548


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,101,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #686548; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #686548;
  -webkit-box-shadow: 1px 1px 3px 2px #686548;
  box-shadow:         1px 1px 3px 2px #686548; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686548


Comments

No comments written yet.

Please login to write comment.