Color Hex Logo

#616050 Color Hex

#616050
(97,96,80)
0 Favorites   0 Comments

Color spaces of #616050

RGB 979680
HSL0.160.100.35
HSV56°18°38°
CMYK 0.000.010.18   0.62
XYZ10.560611.48639.2499
Yxy11.48630.33740.3670
Hunter Lab33.8914-3.68937.5422
CIE-Lab40.3877-2.67709.3000

#616050 color RGB value is (97,96,80).

#616050 hex color red value is 97, green value is 96 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #616050 hue: 0.16 , saturation: 0.10 and the lightness value of 616050 is 0.35.

The process color (four color CMYK) of #616050 color hex is 0.00, 0.01, 0.18, 0.62. Web safe color of #616050 is #666666. Color #616050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100000 01010000
Octal 141 140 120
Decimal 97 96 80
Hex 61 60 50

RGB Percentages of Color #616050

%35.53
%35.16
%29.30

CMYK Percentages of Color #616050

%0
%1
%18
%62

Triadic Colors of #616050

#616050 #506160 #605061

Analogous Colors of #616050

#616050 #5a6150 #615850

Monochromatic Colors of #616050

#616050

Complementary Color

#616050 #505161

#616050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616050 Color CSS Codes

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

#616050 Text Font Color

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

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


#616050 Background Color

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

This div background color is #616050


#616050 Border Color

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

This div border color is #616050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616050


Comments

No comments written yet.

Please login to write comment.