Color Hex Logo

#616059 Color Hex

#616059
(97,96,89)
0 Favorites   0 Comments

Color spaces of #616059

RGB 979689
HSL0.150.040.36
HSV53°38°
CMYK 0.000.010.08   0.62
XYZ10.915811.628411.1204
Yxy11.62840.32430.3454
Hunter Lab34.1004-2.53664.5354
CIE-Lab40.6193-1.00994.1328

#616059 color RGB value is (97,96,89).

#616059 hex color red value is 97, green value is 96 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #616059 hue: 0.15 , saturation: 0.04 and the lightness value of 616059 is 0.36.

The process color (four color CMYK) of #616059 color hex is 0.00, 0.01, 0.08, 0.62. Web safe color of #616059 is #666666. Color #616059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100000 01011001
Octal 141 140 131
Decimal 97 96 89
Hex 61 60 59

RGB Percentages of Color #616059

%34.40
%34.04
%31.56

CMYK Percentages of Color #616059

%0
%1
%8
%62

Triadic Colors of #616059

#616059 #596160 #605961

Analogous Colors of #616059

#616059 #5e6159 #615c59

Monochromatic Colors of #616059

#616059

Complementary Color

#616059 #595a61

#616059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616059 Color CSS Codes

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

#616059 Text Font Color

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

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


#616059 Background Color

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

This div background color is #616059


#616059 Border Color

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

This div border color is #616059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616059


Comments

No comments written yet.

Please login to write comment.