Color Hex Logo

#63283c Color Hex

#63283C
(99,40,60)
0 Favorites   0 Comments

Color spaces of #63283c

RGB 994060
HSL0.940.420.27
HSV340°60°39°
CMYK 0.000.600.39   0.61
XYZ6.72004.49654.7887
Yxy4.49650.41990.2809
Hunter Lab21.205019.45931.4540
CIE-Lab25.249328.95210.5230

#63283c color RGB value is (99,40,60).

#63283c hex color red value is 99, green value is 40 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #63283c hue: 0.94 , saturation: 0.42 and the lightness value of 63283c is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101000 00111100
Octal 143 50 74
Decimal 99 40 60
Hex 63 28 3C

RGB Percentages of Color #63283c

%49.75
%20.10
%30.15

CMYK Percentages of Color #63283c

%0
%60
%39
%61

Triadic Colors of #63283c

#63283c #3c6328 #283c63

Analogous Colors of #63283c

#63283c #633228 #63285a

Monochromatic Colors of #63283c

#63283c

Complementary Color

#63283c #28634f

#63283c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63283c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63283c Color CSS Codes

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

#63283c Text Font Color

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

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


#63283c Background Color

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

This div background color is #63283c


#63283c Border Color

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

This div border color is #63283c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,40,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 #63283c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63283c


Comments

No comments written yet.

Please login to write comment.