Color Hex Logo

#61576f Color Hex

#61576F
(97,87,111)
0 Favorites   0 Comments

Color spaces of #61576f

RGB 9787111
HSL0.740.120.39
HSV265°22°44°
CMYK 0.130.220.00   0.56
XYZ11.207210.505516.4760
Yxy10.50550.29350.2751
Hunter Lab32.41224.9988-7.4502
CIE-Lab38.73489.2567-12.2059

#61576f color RGB value is (97,87,111).

#61576f hex color red value is 97, green value is 87 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #61576f hue: 0.74 , saturation: 0.12 and the lightness value of 61576f is 0.39.

The process color (four color CMYK) of #61576f color hex is 0.13, 0.22, 0.00, 0.56. Web safe color of #61576f is #666666. Color #61576f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010111 01101111
Octal 141 127 157
Decimal 97 87 111
Hex 61 57 6F

RGB Percentages of Color #61576f

%32.88
%29.49
%37.63

CMYK Percentages of Color #61576f

%13
%22
%0
%56

Triadic Colors of #61576f

#61576f #6f6157 #576f61

Analogous Colors of #61576f

#61576f #6d576f #57596f

Monochromatic Colors of #61576f

#61576f

Complementary Color

#61576f #656f57

#61576f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61576f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61576f Color CSS Codes

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

#61576f Text Font Color

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

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


#61576f Background Color

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

This div background color is #61576f


#61576f Border Color

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

This div border color is #61576f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,87,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61576f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61576f;
  -webkit-box-shadow: 1px 1px 3px 2px #61576f;
  box-shadow:         1px 1px 3px 2px #61576f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61576f


Comments

No comments written yet.

Please login to write comment.