Color Hex Logo

#685753 Color Hex

#685753
(104,87,83)
0 Favorites   0 Comments

Color spaces of #685753

RGB 1048783
HSL0.030.110.37
HSV11°20°41°
CMYK 0.000.160.20   0.59
XYZ10.678410.38409.6251
Yxy10.38400.34800.3384
Hunter Lab32.22422.75864.8475
CIE-Lab38.52306.25124.9118

#685753 color RGB value is (104,87,83).

#685753 hex color red value is 104, green value is 87 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #685753 hue: 0.03 , saturation: 0.11 and the lightness value of 685753 is 0.37.

The process color (four color CMYK) of #685753 color hex is 0.00, 0.16, 0.20, 0.59. Web safe color of #685753 is #666666. Color #685753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010111 01010011
Octal 150 127 123
Decimal 104 87 83
Hex 68 57 53

RGB Percentages of Color #685753

%37.96
%31.75
%30.29

CMYK Percentages of Color #685753

%0
%16
%20
%59

Triadic Colors of #685753

#685753 #536857 #575368

Analogous Colors of #685753

#685753 #686253 #68535a

Monochromatic Colors of #685753

#685753

Complementary Color

#685753 #536468

#685753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685753 Color CSS Codes

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

#685753 Text Font Color

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

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


#685753 Background Color

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

This div background color is #685753


#685753 Border Color

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

This div border color is #685753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685753


Comments

No comments written yet.

Please login to write comment.