Color Hex Logo

#63431f Color Hex

#63431F
(99,67,31)
0 Favorites   0 Comments

Color spaces of #63431f

RGB 996731
HSL0.090.520.25
HSV32°69°39°
CMYK 0.000.320.69   0.61
XYZ7.40016.76592.2122
Yxy6.76590.45180.4131
Hunter Lab26.01135.262513.1655
CIE-Lab31.26799.761526.9225

#63431f color RGB value is (99,67,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000011 00011111
Octal 143 103 37
Decimal 99 67 31
Hex 63 43 1F

RGB Percentages of Color #63431f

%50.25
%34.01
%15.74

CMYK Percentages of Color #63431f

%0
%32
%69
%61

Triadic Colors of #63431f

#63431f #1f6343 #431f63

Analogous Colors of #63431f

#63431f #61631f #63211f

Monochromatic Colors of #63431f

#63431f

Complementary Color

#63431f #1f3f63

#63431f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63431f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63431f Color CSS Codes

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

#63431f Text Font Color

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

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


#63431f Background Color

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

This div background color is #63431f


#63431f Border Color

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

This div border color is #63431f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63431f


Comments

No comments written yet.

Please login to write comment.