Color Hex Logo

#607963 Color Hex

#607963
(96,121,99)
0 Favorites   0 Comments

Color spaces of #607963

RGB 9612199
HSL0.350.120.43
HSV127°21°47°
CMYK 0.210.000.18   0.53
XYZ13.913417.062414.3644
Yxy17.06240.30690.3763
Hunter Lab41.3067-12.16228.2965
CIE-Lab48.3386-13.80879.1150

#607963 color RGB value is (96,121,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111001 01100011
Octal 140 171 143
Decimal 96 121 99
Hex 60 79 63

RGB Percentages of Color #607963

%30.38
%38.29
%31.33

CMYK Percentages of Color #607963

%21
%0
%18
%53

Triadic Colors of #607963

#607963 #636079 #796360

Analogous Colors of #607963

#607963 #607970 #6a7960

Monochromatic Colors of #607963

#607963

Complementary Color

#607963 #796076

#607963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607963 Color CSS Codes

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

#607963 Text Font Color

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

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


#607963 Background Color

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

This div background color is #607963


#607963 Border Color

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

This div border color is #607963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607963


Comments

No comments written yet.

Please login to write comment.