Color Hex Logo

#63525d Color Hex

#63525D
(99,82,93)
0 Favorites   0 Comments

Color spaces of #63525d

RGB 998293
HSL0.890.090.35
HSV321°17°39°
CMYK 0.000.170.06   0.61
XYZ10.13879.477511.6509
Yxy9.47750.32430.3031
Hunter Lab30.78554.9112-0.8886
CIE-Lab36.88799.1641-3.7644

#63525d color RGB value is (99,82,93).

#63525d hex color red value is 99, green value is 82 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #63525d hue: 0.89 , saturation: 0.09 and the lightness value of 63525d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010010 01011101
Octal 143 122 135
Decimal 99 82 93
Hex 63 52 5D

RGB Percentages of Color #63525d

%36.13
%29.93
%33.94

CMYK Percentages of Color #63525d

%0
%17
%6
%61

Triadic Colors of #63525d

#63525d #5d6352 #525d63

Analogous Colors of #63525d

#63525d #635255 #615263

Monochromatic Colors of #63525d

#63525d

Complementary Color

#63525d #526358

#63525d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63525d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63525d Color CSS Codes

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

#63525d Text Font Color

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

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


#63525d Background Color

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

This div background color is #63525d


#63525d Border Color

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

This div border color is #63525d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,82,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 #63525d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63525d


Comments

No comments written yet.

Please login to write comment.