Color Hex Logo

#616559 Color Hex

#616559
(97,101,89)
0 Favorites   0 Comments

Color spaces of #616559

RGB 9710189
HSL0.220.060.37
HSV80°12°40°
CMYK 0.040.000.12   0.60
XYZ11.386612.570011.2773
Yxy12.57000.32320.3568
Hunter Lab35.4542-4.71715.9589
CIE-Lab42.1081-3.98196.2619

#616559 color RGB value is (97,101,89).

#616559 hex color red value is 97, green value is 101 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #616559 hue: 0.22 , saturation: 0.06 and the lightness value of 616559 is 0.37.

The process color (four color CMYK) of #616559 color hex is 0.04, 0.00, 0.12, 0.60. Web safe color of #616559 is #666666. Color #616559 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100101 01011001
Octal 141 145 131
Decimal 97 101 89
Hex 61 65 59

RGB Percentages of Color #616559

%33.80
%35.19
%31.01

CMYK Percentages of Color #616559

%4
%0
%12
%60

Triadic Colors of #616559

#616559 #596165 #655961

Analogous Colors of #616559

#616559 #5b6559 #656359

Monochromatic Colors of #616559

#616559

Complementary Color

#616559 #5d5965

#616559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616559 Color CSS Codes

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

#616559 Text Font Color

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

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


#616559 Background Color

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

This div background color is #616559


#616559 Border Color

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

This div border color is #616559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616559


Comments

No comments written yet.

Please login to write comment.