Color Hex Logo

#63392c Color Hex

#63392C
(99,57,44)
0 Favorites   0 Comments

Color spaces of #63392c

RGB 995744
HSL0.040.380.28
HSV14°56°39°
CMYK 0.000.420.56   0.61
XYZ7.06335.76083.1225
Yxy5.76080.44290.3613
Hunter Lab24.001710.52679.0878
CIE-Lab28.800817.106316.0250

#63392c color RGB value is (99,57,44).

#63392c hex color red value is 99, green value is 57 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #63392c hue: 0.04 , saturation: 0.38 and the lightness value of 63392c is 0.28.

The process color (four color CMYK) of #63392c color hex is 0.00, 0.42, 0.56, 0.61. Web safe color of #63392c is #663333. Color #63392c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111001 00101100
Octal 143 71 54
Decimal 99 57 44
Hex 63 39 2C

RGB Percentages of Color #63392c

%49.50
%28.50
%22.00

CMYK Percentages of Color #63392c

%0
%42
%56
%61

Triadic Colors of #63392c

#63392c #2c6339 #392c63

Analogous Colors of #63392c

#63392c #63552c #632c3b

Monochromatic Colors of #63392c

#63392c

Complementary Color

#63392c #2c5663

#63392c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63392c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63392c Color CSS Codes

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

#63392c Text Font Color

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

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


#63392c Background Color

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

This div background color is #63392c


#63392c Border Color

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

This div border color is #63392c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63392c


Comments

No comments written yet.

Please login to write comment.