Color Hex Logo

#605950 Color Hex

#605950
(96,89,80)
0 Favorites   0 Comments

Color spaces of #605950

RGB 968980
HSL0.090.090.35
HSV34°17°38°
CMYK 0.000.070.17   0.62
XYZ9.844210.21079.0414
Yxy10.21070.33830.3509
Hunter Lab31.9542-0.92895.5919
CIE-Lab38.21801.11236.2246

#605950 color RGB value is (96,89,80).

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

The process color (four color CMYK) of #605950 color hex is 0.00, 0.07, 0.17, 0.62. Web safe color of #605950 is #666666. Color #605950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011001 01010000
Octal 140 131 120
Decimal 96 89 80
Hex 60 59 50

RGB Percentages of Color #605950

%36.23
%33.58
%30.19

CMYK Percentages of Color #605950

%0
%7
%17
%62

Triadic Colors of #605950

#605950 #506059 #595060

Analogous Colors of #605950

#605950 #5f6050 #605150

Monochromatic Colors of #605950

#605950

Complementary Color

#605950 #505760

#605950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605950 Color CSS Codes

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

#605950 Text Font Color

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

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


#605950 Background Color

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

This div background color is #605950


#605950 Border Color

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

This div border color is #605950


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,89,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 #605950">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605950


Comments

No comments written yet.

Please login to write comment.