Color Hex Logo

#616863 Color Hex

#616863
(97,104,99)
0 Favorites   0 Comments

Color spaces of #616863

RGB 9710499
HSL0.380.030.39
HSV137°41°
CMYK 0.070.000.05   0.59
XYZ12.132213.342913.7404
Yxy13.34290.30940.3402
Hunter Lab36.5279-4.63783.2669
CIE-Lab43.2754-3.74701.8816

#616863 color RGB value is (97,104,99).

#616863 hex color red value is 97, green value is 104 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #616863 hue: 0.38 , saturation: 0.03 and the lightness value of 616863 is 0.39.

The process color (four color CMYK) of #616863 color hex is 0.07, 0.00, 0.05, 0.59. Web safe color of #616863 is #666666. Color #616863 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101000 01100011
Octal 141 150 143
Decimal 97 104 99
Hex 61 68 63

RGB Percentages of Color #616863

%32.33
%34.67
%33.00

CMYK Percentages of Color #616863

%7
%0
%5
%59

Triadic Colors of #616863

#616863 #636168 #686361

Analogous Colors of #616863

#616863 #616867 #636861

Monochromatic Colors of #616863

#616863

Complementary Color

#616863 #686166

#616863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616863 Color CSS Codes

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

#616863 Text Font Color

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

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


#616863 Background Color

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

This div background color is #616863


#616863 Border Color

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

This div border color is #616863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616863


Comments

No comments written yet.

Please login to write comment.