Color Hex Logo

#607179 Color Hex

#607179
(96,113,121)
0 Favorites   0 Comments

Color spaces of #607179

RGB 96113121
HSL0.550.120.43
HSV199°21°47°
CMYK 0.210.070.00   0.53
XYZ14.180215.677520.3678
Yxy15.67750.28230.3121
Hunter Lab39.5948-5.3643-2.7827
CIE-Lab46.5485-4.4192-6.5398

#607179 color RGB value is (96,113,121).

#607179 hex color red value is 96, green value is 113 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #607179 hue: 0.55 , saturation: 0.12 and the lightness value of 607179 is 0.43.

The process color (four color CMYK) of #607179 color hex is 0.21, 0.07, 0.00, 0.53. Web safe color of #607179 is #666666. Color #607179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110001 01111001
Octal 140 161 171
Decimal 96 113 121
Hex 60 71 79

RGB Percentages of Color #607179

%29.09
%34.24
%36.67

CMYK Percentages of Color #607179

%21
%7
%0
%53

Triadic Colors of #607179

#607179 #796071 #717960

Analogous Colors of #607179

#607179 #606579 #607975

Monochromatic Colors of #607179

#607179

Complementary Color

#607179 #796860

#607179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607179 Color CSS Codes

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

#607179 Text Font Color

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

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


#607179 Background Color

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

This div background color is #607179


#607179 Border Color

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

This div border color is #607179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607179


Comments

No comments written yet.

Please login to write comment.