Color Hex Logo

#607d78 Color Hex

#607D78
(96,125,120)
0 Favorites   0 Comments

Color spaces of #607d78

RGB 96125120
HSL0.470.130.43
HSV170°23°49°
CMYK 0.230.000.04   0.51
XYZ15.547718.510120.5227
Yxy18.51010.28490.3391
Hunter Lab43.0234-10.78491.8343
CIE-Lab50.1090-11.5020-0.6902

#607d78 color RGB value is (96,125,120).

#607d78 hex color red value is 96, green value is 125 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #607d78 hue: 0.47 , saturation: 0.13 and the lightness value of 607d78 is 0.43.

The process color (four color CMYK) of #607d78 color hex is 0.23, 0.00, 0.04, 0.51. Web safe color of #607d78 is #666666. Color #607d78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111101 01111000
Octal 140 175 170
Decimal 96 125 120
Hex 60 7D 78

RGB Percentages of Color #607d78

%28.15
%36.66
%35.19

CMYK Percentages of Color #607d78

%23
%0
%4
%51

Triadic Colors of #607d78

#607d78 #78607d #7d7860

Analogous Colors of #607d78

#607d78 #60747d #607d6a

Monochromatic Colors of #607d78

#607d78

Complementary Color

#607d78 #7d6065

#607d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607d78 Color CSS Codes

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

#607d78 Text Font Color

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

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


#607d78 Background Color

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

This div background color is #607d78


#607d78 Border Color

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

This div border color is #607d78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,125,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #607d78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #607d78;
  -webkit-box-shadow: 1px 1px 3px 2px #607d78;
  box-shadow:         1px 1px 3px 2px #607d78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607d78


Comments

No comments written yet.

Please login to write comment.