Color Hex Logo

#63757c Color Hex

#63757C
(99,117,124)
0 Favorites   0 Comments

Color spaces of #63757c

RGB 99117124
HSL0.550.110.44
HSV197°20°49°
CMYK 0.200.060.00   0.51
XYZ15.145016.830521.5192
Yxy16.83050.28310.3146
Hunter Lab41.0250-5.8977-2.3824
CIE-Lab48.0458-4.9900-6.0743

#63757c color RGB value is (99,117,124).

#63757c hex color red value is 99, green value is 117 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #63757c hue: 0.55 , saturation: 0.11 and the lightness value of 63757c is 0.44.

The process color (four color CMYK) of #63757c color hex is 0.20, 0.06, 0.00, 0.51. Web safe color of #63757c is #666666. Color #63757c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110101 01111100
Octal 143 165 174
Decimal 99 117 124
Hex 63 75 7C

RGB Percentages of Color #63757c

%29.12
%34.41
%36.47

CMYK Percentages of Color #63757c

%20
%6
%0
%51

Triadic Colors of #63757c

#63757c #7c6375 #757c63

Analogous Colors of #63757c

#63757c #63697c #637c77

Monochromatic Colors of #63757c

#63757c

Complementary Color

#63757c #7c6a63

#63757c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63757c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63757c Color CSS Codes

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

#63757c Text Font Color

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

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


#63757c Background Color

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

This div background color is #63757c


#63757c Border Color

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

This div border color is #63757c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,117,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63757c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63757c;
  -webkit-box-shadow: 1px 1px 3px 2px #63757c;
  box-shadow:         1px 1px 3px 2px #63757c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63757c


Comments

No comments written yet.

Please login to write comment.