Color Hex Logo

#63525a Color Hex

#63525A
(99,82,90)
0 Favorites   0 Comments

Color spaces of #63525a

RGB 998290
HSL0.920.090.35
HSV332°17°39°
CMYK 0.000.170.09   0.61
XYZ10.00839.425410.9647
Yxy9.42540.32920.3101
Hunter Lab30.70084.46360.3153
CIE-Lab36.79088.5616-2.0298

#63525a color RGB value is (99,82,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010010 01011010
Octal 143 122 132
Decimal 99 82 90
Hex 63 52 5A

RGB Percentages of Color #63525a

%36.53
%30.26
%33.21

CMYK Percentages of Color #63525a

%0
%17
%9
%61

Triadic Colors of #63525a

#63525a #5a6352 #525a63

Analogous Colors of #63525a

#63525a #635352 #635263

Monochromatic Colors of #63525a

#63525a

Complementary Color

#63525a #52635b

#63525a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63525a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63525a Color CSS Codes

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

#63525a Text Font Color

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

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


#63525a Background Color

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

This div background color is #63525a


#63525a Border Color

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

This div border color is #63525a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63525a


Comments

No comments written yet.

Please login to write comment.