Color Hex Logo

#63524b Color Hex

#63524B
(99,82,75)
0 Favorites   0 Comments

Color spaces of #63524b

RGB 998275
HSL0.050.140.34
HSV18°24°39°
CMYK 0.000.170.24   0.61
XYZ9.43299.19527.9343
Yxy9.19520.35510.3462
Hunter Lab30.32362.46055.7130
CIE-Lab36.35745.81506.7343

#63524b color RGB value is (99,82,75).

#63524b hex color red value is 99, green value is 82 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #63524b hue: 0.05 , saturation: 0.14 and the lightness value of 63524b is 0.34.

The process color (four color CMYK) of #63524b color hex is 0.00, 0.17, 0.24, 0.61. Web safe color of #63524b is #666633. Color #63524b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010010 01001011
Octal 143 122 113
Decimal 99 82 75
Hex 63 52 4B

RGB Percentages of Color #63524b

%38.67
%32.03
%29.30

CMYK Percentages of Color #63524b

%0
%17
%24
%61

Triadic Colors of #63524b

#63524b #4b6352 #524b63

Analogous Colors of #63524b

#63524b #635e4b #634b50

Monochromatic Colors of #63524b

#63524b

Complementary Color

#63524b #4b5c63

#63524b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63524b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63524b Color CSS Codes

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

#63524b Text Font Color

<p style="color:#63524b">Text here</p>

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


#63524b Background Color

<div style="background-color:#63524b">
Div content here</div>

This div background color is #63524b


#63524b Border Color

<div style="border:3px solid #63524b">
Div here</div>

This div border color is #63524b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63524b

#63524b Color Palettes


Comments

No comments written yet.

Please login to write comment.