Color Hex Logo

#63525e Color Hex

#63525E
(99,82,94)
0 Favorites   0 Comments

Color spaces of #63525e

RGB 998294
HSL0.880.090.35
HSV318°17°39°
CMYK 0.000.170.05   0.61
XYZ10.18339.495411.8858
Yxy9.49540.32260.3008
Hunter Lab30.81465.0633-1.2991
CIE-Lab36.92119.3679-4.3409

#63525e color RGB value is (99,82,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010010 01011110
Octal 143 122 136
Decimal 99 82 94
Hex 63 52 5E

RGB Percentages of Color #63525e

%36.00
%29.82
%34.18

CMYK Percentages of Color #63525e

%0
%17
%5
%61

Triadic Colors of #63525e

#63525e #5e6352 #525e63

Analogous Colors of #63525e

#63525e #635256 #605263

Monochromatic Colors of #63525e

#63525e

Complementary Color

#63525e #526357

#63525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63525e Color CSS Codes

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

#63525e Text Font Color

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

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


#63525e Background Color

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

This div background color is #63525e


#63525e Border Color

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

This div border color is #63525e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63525e


Comments

No comments written yet.

Please login to write comment.