color codes Logo

#63525c color codes

#63525C
(99,82,92)
0 Favorites   0 Comments

Color spaces of #63525c

RGB 998292
HSL0.900.090.35
HSV325°17°39°
CMYK 0.000.170.07   0.61
XYZ10.09479.459911.4191
Yxy9.45990.32590.3054
Hunter Lab30.75704.7606-0.4827
CIE-Lab36.85518.9618-3.1869

#63525c color RGB value is (99,82,92).

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

The process color (four color CMYK) of #63525c color code is 0.00, 0.17, 0.07, 0.61. Web safe color of #63525c is #666666. Color #63525c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010010 01011100
Octal 143 122 134
Decimal 99 82 92
Hex 63 52 5C

RGB Percentages of Color #63525c

%36.26
%30.04
%33.70

CMYK Percentages of Color #63525c

%0
%17
%7
%61

Triadic Colors of #63525c

#63525c #5c6352 #525c63

Analogous Colors of #63525c

#63525c #635254 #625263

Monochromatic Colors of #63525c

#63525c

Complementary Color

#63525c #526359

#63525c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63525c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63525c Color CSS Codes

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

#63525c Text Font Color

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

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


#63525c Background Color

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

This div background color is #63525c


#63525c Border Color

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

This div border color is #63525c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63525c


Comments

No comments written yet.

Please login to write comment.