Color Hex Logo

#616372 Color Hex

#616372
(97,99,114)
0 Favorites   0 Comments

Color spaces of #616372

RGB 9799114
HSL0.650.080.41
HSV233°15°45°
CMYK 0.150.130.00   0.55
XYZ12.428912.680017.7120
Yxy12.68000.29030.2961
Hunter Lab35.6090-0.0124-4.5647
CIE-Lab42.27712.5920-8.6996

#616372 color RGB value is (97,99,114).

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

The process color (four color CMYK) of #616372 color hex is 0.15, 0.13, 0.00, 0.55. Web safe color of #616372 is #666666. Color #616372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100011 01110010
Octal 141 143 162
Decimal 97 99 114
Hex 61 63 72

RGB Percentages of Color #616372

%31.29
%31.94
%36.77

CMYK Percentages of Color #616372

%15
%13
%0
%55

Triadic Colors of #616372

#616372 #726163 #637261

Analogous Colors of #616372

#616372 #686172 #616c72

Monochromatic Colors of #616372

#616372

Complementary Color

#616372 #727061

#616372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616372 Color CSS Codes

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

#616372 Text Font Color

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

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


#616372 Background Color

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

This div background color is #616372


#616372 Border Color

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

This div border color is #616372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616372

#616372 Color Palettes


Comments

No comments written yet.

Please login to write comment.