Color Hex Logo

#63223c Color Hex

#63223C
(99,34,60)
0 Favorites   0 Comments

Color spaces of #63223c

RGB 993460
HSL0.930.490.26
HSV336°66°39°
CMYK 0.000.660.39   0.61
XYZ6.53324.12294.7264
Yxy4.12290.42470.2680
Hunter Lab20.304921.89950.4124
CIE-Lab24.073732.0857-1.1964

#63223c color RGB value is (99,34,60).

#63223c hex color red value is 99, green value is 34 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #63223c hue: 0.93 , saturation: 0.49 and the lightness value of 63223c is 0.26.

The process color (four color CMYK) of #63223c color hex is 0.00, 0.66, 0.39, 0.61. Web safe color of #63223c is #663333. Color #63223c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100010 00111100
Octal 143 42 74
Decimal 99 34 60
Hex 63 22 3C

RGB Percentages of Color #63223c

%51.30
%17.62
%31.09

CMYK Percentages of Color #63223c

%0
%66
%39
%61

Triadic Colors of #63223c

#63223c #3c6322 #223c63

Analogous Colors of #63223c

#63223c #632922 #63225d

Monochromatic Colors of #63223c

#63223c

Complementary Color

#63223c #226349

#63223c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63223c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63223c Color CSS Codes

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

#63223c Text Font Color

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

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


#63223c Background Color

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

This div background color is #63223c


#63223c Border Color

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

This div border color is #63223c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63223c

#63223c Color Palettes


Comments

No comments written yet.

Please login to write comment.