Color Hex Logo

#63381f Color Hex

#63381F
(99,56,31)
0 Favorites   0 Comments

Color spaces of #63381f

RGB 995631
HSL0.060.520.25
HSV22°69°39°
CMYK 0.000.430.69   0.61
XYZ6.80715.57992.0146
Yxy5.57990.47270.3875
Hunter Lab23.621810.100211.4787
CIE-Lab28.326816.576123.5276

#63381f color RGB value is (99,56,31).

#63381f hex color red value is 99, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #63381f hue: 0.06 , saturation: 0.52 and the lightness value of 63381f is 0.25.

The process color (four color CMYK) of #63381f color hex is 0.00, 0.43, 0.69, 0.61. Web safe color of #63381f is #663333. Color #63381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111000 00011111
Octal 143 70 37
Decimal 99 56 31
Hex 63 38 1F

RGB Percentages of Color #63381f

%53.23
%30.11
%16.67

CMYK Percentages of Color #63381f

%0
%43
%69
%61

Triadic Colors of #63381f

#63381f #1f6338 #381f63

Analogous Colors of #63381f

#63381f #635a1f #631f28

Monochromatic Colors of #63381f

#63381f

Complementary Color

#63381f #1f4a63

#63381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63381f Color CSS Codes

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

#63381f Text Font Color

<p style="color:#63381f">Text here</p>

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


#63381f Background Color

<div style="background-color:#63381f">
Div content here</div>

This div background color is #63381f


#63381f Border Color

<div style="border:3px solid #63381f">
Div here</div>

This div border color is #63381f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,56,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63381f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63381f;
  -webkit-box-shadow: 1px 1px 3px 2px #63381f;
  box-shadow:         1px 1px 3px 2px #63381f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63381f


Comments

No comments written yet.

Please login to write comment.