Color Hex Logo

#63521e Color Hex

#63521E
(99,82,30)
0 Favorites   0 Comments

Color spaces of #63521e

RGB 998230
HSL0.130.530.25
HSV45°70°39°
CMYK 0.000.170.70   0.61
XYZ8.39728.78102.4806
Yxy8.78100.42710.4467
Hunter Lab29.6328-1.274815.7797
CIE-Lab35.55920.452832.1979

#63521e color RGB value is (99,82,30).

#63521e hex color red value is 99, green value is 82 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #63521e hue: 0.13 , saturation: 0.53 and the lightness value of 63521e is 0.25.

The process color (four color CMYK) of #63521e color hex is 0.00, 0.17, 0.70, 0.61. Web safe color of #63521e is #666633. Color #63521e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010010 00011110
Octal 143 122 36
Decimal 99 82 30
Hex 63 52 1E

RGB Percentages of Color #63521e

%46.92
%38.86
%14.22

CMYK Percentages of Color #63521e

%0
%17
%70
%61

Triadic Colors of #63521e

#63521e #1e6352 #521e63

Analogous Colors of #63521e

#63521e #52631e #63301e

Monochromatic Colors of #63521e

#63521e

Complementary Color

#63521e #1e2f63

#63521e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63521e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63521e Color CSS Codes

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

#63521e Text Font Color

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

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


#63521e Background Color

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

This div background color is #63521e


#63521e Border Color

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

This div border color is #63521e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63521e


Comments

No comments written yet.

Please login to write comment.