Color Hex Logo

#607871 Color Hex

#607871
(96,120,113)
0 Favorites   0 Comments

Color spaces of #607871

RGB 96120113
HSL0.450.110.42
HSV163°20°47°
CMYK 0.200.000.06   0.53
XYZ14.521017.112018.1604
Yxy17.11200.29160.3437
Hunter Lab41.3667-9.73252.9277
CIE-Lab48.4008-10.29580.9450

#607871 color RGB value is (96,120,113).

#607871 hex color red value is 96, green value is 120 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #607871 hue: 0.45 , saturation: 0.11 and the lightness value of 607871 is 0.42.

The process color (four color CMYK) of #607871 color hex is 0.20, 0.00, 0.06, 0.53. Web safe color of #607871 is #666666. Color #607871 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111000 01110001
Octal 140 170 161
Decimal 96 120 113
Hex 60 78 71

RGB Percentages of Color #607871

%29.18
%36.47
%34.35

CMYK Percentages of Color #607871

%20
%0
%6
%53

Triadic Colors of #607871

#607871 #716078 #787160

Analogous Colors of #607871

#607871 #607378 #607865

Monochromatic Colors of #607871

#607871

Complementary Color

#607871 #786067

#607871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607871 Color CSS Codes

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

#607871 Text Font Color

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

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


#607871 Background Color

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

This div background color is #607871


#607871 Border Color

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

This div border color is #607871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607871


Comments

No comments written yet.

Please login to write comment.