Color Hex Logo

#685744 Color Hex

#685744
(104,87,68)
0 Favorites   0 Comments

Color spaces of #685744

RGB 1048768
HSL0.090.210.34
HSV32°35°41°
CMYK 0.000.160.35   0.59
XYZ10.160510.17686.8976
Yxy10.17680.37310.3737
Hunter Lab31.90111.02539.5112
CIE-Lab38.15793.859613.6480

#685744 color RGB value is (104,87,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010111 01000100
Octal 150 127 104
Decimal 104 87 68
Hex 68 57 44

RGB Percentages of Color #685744

%40.15
%33.59
%26.25

CMYK Percentages of Color #685744

%0
%16
%35
%59

Triadic Colors of #685744

#685744 #446857 #574468

Analogous Colors of #685744

#685744 #676844 #684544

Monochromatic Colors of #685744

#685744

Complementary Color

#685744 #445568

#685744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685744 Color CSS Codes

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

#685744 Text Font Color

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

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


#685744 Background Color

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

This div background color is #685744


#685744 Border Color

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

This div border color is #685744


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,87,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 #685744">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685744


Comments

No comments written yet.

Please login to write comment.