Color Hex Logo

#63565d Color Hex

#63565D
(99,86,93)
0 Favorites   0 Comments

Color spaces of #63565d

RGB 998693
HSL0.910.070.36
HSV328°13°39°
CMYK 0.000.130.06   0.61
XYZ10.449210.098511.7544
Yxy10.09850.32350.3126
Hunter Lab31.77813.08210.3139
CIE-Lab38.01866.6864-2.0951

#63565d color RGB value is (99,86,93).

#63565d hex color red value is 99, green value is 86 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #63565d hue: 0.91 , saturation: 0.07 and the lightness value of 63565d is 0.36.

The process color (four color CMYK) of #63565d color hex is 0.00, 0.13, 0.06, 0.61. Web safe color of #63565d is #666666. Color #63565d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010110 01011101
Octal 143 126 135
Decimal 99 86 93
Hex 63 56 5D

RGB Percentages of Color #63565d

%35.61
%30.94
%33.45

CMYK Percentages of Color #63565d

%0
%13
%6
%61

Triadic Colors of #63565d

#63565d #5d6356 #565d63

Analogous Colors of #63565d

#63565d #635657 #635663

Monochromatic Colors of #63565d

#63565d

Complementary Color

#63565d #56635c

#63565d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63565d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63565d Color CSS Codes

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

#63565d Text Font Color

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

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


#63565d Background Color

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

This div background color is #63565d


#63565d Border Color

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

This div border color is #63565d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,86,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63565d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63565d;
  -webkit-box-shadow: 1px 1px 3px 2px #63565d;
  box-shadow:         1px 1px 3px 2px #63565d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63565d

#63565d Color Palettes


Comments

No comments written yet.

Please login to write comment.