Color Hex Logo

#616373 Color Hex

#616373
(97,99,115)
0 Favorites   0 Comments

Color spaces of #616373

RGB 9799115
HSL0.650.080.42
HSV233°16°45°
CMYK 0.160.140.00   0.55
XYZ12.486112.702918.0135
Yxy12.70290.28900.2940
Hunter Lab35.64110.1616-5.0172
CIE-Lab42.31212.8296-9.2552

#616373 color RGB value is (97,99,115).

#616373 hex color red value is 97, green value is 99 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #616373 hue: 0.65 , saturation: 0.08 and the lightness value of 616373 is 0.42.

The process color (four color CMYK) of #616373 color hex is 0.16, 0.14, 0.00, 0.55. Web safe color of #616373 is #666666. Color #616373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100011 01110011
Octal 141 143 163
Decimal 97 99 115
Hex 61 63 73

RGB Percentages of Color #616373

%31.19
%31.83
%36.98

CMYK Percentages of Color #616373

%16
%14
%0
%55

Triadic Colors of #616373

#616373 #736163 #637361

Analogous Colors of #616373

#616373 #686173 #616c73

Monochromatic Colors of #616373

#616373

Complementary Color

#616373 #737161

#616373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616373 Color CSS Codes

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

#616373 Text Font Color

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

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


#616373 Background Color

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

This div background color is #616373


#616373 Border Color

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

This div border color is #616373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616373


Comments

No comments written yet.

Please login to write comment.