Color Hex Logo

#616757 Color Hex

#616757
(97,103,87)
0 Favorites   0 Comments

Color spaces of #616757

RGB 9710387
HSL0.230.080.37
HSV83°16°40°
CMYK 0.060.000.16   0.60
XYZ11.500312.930010.9064
Yxy12.93000.32540.3659
Hunter Lab35.9583-5.83867.1878
CIE-Lab42.6576-5.53288.2506

#616757 color RGB value is (97,103,87).

#616757 hex color red value is 97, green value is 103 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #616757 hue: 0.23 , saturation: 0.08 and the lightness value of 616757 is 0.37.

The process color (four color CMYK) of #616757 color hex is 0.06, 0.00, 0.16, 0.60. Web safe color of #616757 is #666666. Color #616757 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100111 01010111
Octal 141 147 127
Decimal 97 103 87
Hex 61 67 57

RGB Percentages of Color #616757

%33.80
%35.89
%30.31

CMYK Percentages of Color #616757

%6
%0
%16
%60

Triadic Colors of #616757

#616757 #576167 #675761

Analogous Colors of #616757

#616757 #596757 #676557

Monochromatic Colors of #616757

#616757

Complementary Color

#616757 #5d5767

#616757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616757 Color CSS Codes

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

#616757 Text Font Color

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

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


#616757 Background Color

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

This div background color is #616757


#616757 Border Color

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

This div border color is #616757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616757


Comments

No comments written yet.

Please login to write comment.