Color Hex Logo

#686044 Color Hex

#686044
(104,96,68)
0 Favorites   0 Comments

Color spaces of #686044

RGB 1049668
HSL0.130.210.34
HSV47°35°41°
CMYK 0.000.080.35   0.59
XYZ10.935211.72627.1559
Yxy11.72620.36670.3933
Hunter Lab34.2435-2.924711.5806
CIE-Lab40.7776-1.548317.1817

#686044 color RGB value is (104,96,68).

#686044 hex color red value is 104, green value is 96 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #686044 hue: 0.13 , saturation: 0.21 and the lightness value of 686044 is 0.34.

The process color (four color CMYK) of #686044 color hex is 0.00, 0.08, 0.35, 0.59. Web safe color of #686044 is #666633. Color #686044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100000 01000100
Octal 150 140 104
Decimal 104 96 68
Hex 68 60 44

RGB Percentages of Color #686044

%38.81
%35.82
%25.37

CMYK Percentages of Color #686044

%0
%8
%35
%59

Triadic Colors of #686044

#686044 #446860 #604468

Analogous Colors of #686044

#686044 #5e6844 #684e44

Monochromatic Colors of #686044

#686044

Complementary Color

#686044 #444c68

#686044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686044 Color CSS Codes

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

#686044 Text Font Color

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

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


#686044 Background Color

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

This div background color is #686044


#686044 Border Color

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

This div border color is #686044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686044


Comments

No comments written yet.

Please login to write comment.