Color Hex Logo

#63364c Color Hex

#63364C
(99,54,76)
0 Favorites   0 Comments

Color spaces of #63364c

RGB 995476
HSL0.920.290.30
HSV331°45°39°
CMYK 0.000.450.23   0.61
XYZ7.76935.81287.5500
Yxy5.81280.36770.2751
Hunter Lab24.109715.3291-1.6899
CIE-Lab28.935223.3096-4.6916

#63364c color RGB value is (99,54,76).

#63364c hex color red value is 99, green value is 54 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #63364c hue: 0.92 , saturation: 0.29 and the lightness value of 63364c is 0.30.

The process color (four color CMYK) of #63364c color hex is 0.00, 0.45, 0.23, 0.61. Web safe color of #63364c is #663333. Color #63364c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110110 01001100
Octal 143 66 114
Decimal 99 54 76
Hex 63 36 4C

RGB Percentages of Color #63364c

%43.23
%23.58
%33.19

CMYK Percentages of Color #63364c

%0
%45
%23
%61

Triadic Colors of #63364c

#63364c #4c6336 #364c63

Analogous Colors of #63364c

#63364c #633736 #633663

Monochromatic Colors of #63364c

#63364c

Complementary Color

#63364c #36634d

#63364c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63364c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63364c Color CSS Codes

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

#63364c Text Font Color

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

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


#63364c Background Color

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

This div background color is #63364c


#63364c Border Color

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

This div border color is #63364c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63364c


Comments

No comments written yet.

Please login to write comment.