Color Hex Logo

#607955 Color Hex

#607955
(96,121,85)
0 Favorites   0 Comments

Color spaces of #607955

RGB 9612185
HSL0.280.170.40
HSV102°30°47°
CMYK 0.210.000.30   0.53
XYZ13.300916.817411.1394
Yxy16.81740.32240.4076
Hunter Lab41.0090-13.871012.6012
CIE-Lab48.0291-16.399916.8551

#607955 color RGB value is (96,121,85).

#607955 hex color red value is 96, green value is 121 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #607955 hue: 0.28 , saturation: 0.17 and the lightness value of 607955 is 0.40.

The process color (four color CMYK) of #607955 color hex is 0.21, 0.00, 0.30, 0.53. Web safe color of #607955 is #666666. Color #607955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111001 01010101
Octal 140 171 125
Decimal 96 121 85
Hex 60 79 55

RGB Percentages of Color #607955

%31.79
%40.07
%28.15

CMYK Percentages of Color #607955

%21
%0
%30
%53

Triadic Colors of #607955

#607955 #556079 #795560

Analogous Colors of #607955

#607955 #55795c #727955

Monochromatic Colors of #607955

#607955

Complementary Color

#607955 #6e5579

#607955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607955 Color CSS Codes

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

#607955 Text Font Color

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

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


#607955 Background Color

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

This div background color is #607955


#607955 Border Color

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

This div border color is #607955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607955


Comments

No comments written yet.

Please login to write comment.