Color Hex Logo

#685059 Color Hex

#685059
(104,80,89)
0 Favorites   0 Comments

Color spaces of #685059

RGB 1048089
HSL0.940.130.36
HSV338°23°41°
CMYK 0.000.230.14   0.59
XYZ10.38089.401610.7188
Yxy9.40160.34030.3082
Hunter Lab30.66206.77360.7369
CIE-Lab36.746311.6469-1.4057

#685059 color RGB value is (104,80,89).

#685059 hex color red value is 104, green value is 80 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #685059 hue: 0.94 , saturation: 0.13 and the lightness value of 685059 is 0.36.

The process color (four color CMYK) of #685059 color hex is 0.00, 0.23, 0.14, 0.59. Web safe color of #685059 is #666666. Color #685059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010000 01011001
Octal 150 120 131
Decimal 104 80 89
Hex 68 50 59

RGB Percentages of Color #685059

%38.10
%29.30
%32.60

CMYK Percentages of Color #685059

%0
%23
%14
%59

Triadic Colors of #685059

#685059 #596850 #505968

Analogous Colors of #685059

#685059 #685350 #685065

Monochromatic Colors of #685059

#685059

Complementary Color

#685059 #50685f

#685059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685059 Color CSS Codes

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

#685059 Text Font Color

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

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


#685059 Background Color

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

This div background color is #685059


#685059 Border Color

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

This div border color is #685059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685059


Comments

No comments written yet.

Please login to write comment.