Color Hex Logo

#63472a Color Hex

#63472A
(99,71,42)
0 Favorites   0 Comments

Color spaces of #63472a

RGB 997142
HSL0.080.400.28
HSV31°58°39°
CMYK 0.000.280.58   0.61
XYZ7.81677.32633.1926
Yxy7.32630.42630.3996
Hunter Lab27.06714.181411.9537
CIE-Lab32.53858.218522.0146

#63472a color RGB value is (99,71,42).

#63472a hex color red value is 99, green value is 71 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #63472a hue: 0.08 , saturation: 0.40 and the lightness value of 63472a is 0.28.

The process color (four color CMYK) of #63472a color hex is 0.00, 0.28, 0.58, 0.61. Web safe color of #63472a is #663333. Color #63472a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000111 00101010
Octal 143 107 52
Decimal 99 71 42
Hex 63 47 2A

RGB Percentages of Color #63472a

%46.70
%33.49
%19.81

CMYK Percentages of Color #63472a

%0
%28
%58
%61

Triadic Colors of #63472a

#63472a #2a6347 #472a63

Analogous Colors of #63472a

#63472a #63632a #632b2a

Monochromatic Colors of #63472a

#63472a

Complementary Color

#63472a #2a4663

#63472a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63472a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63472a Color CSS Codes

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

#63472a Text Font Color

<p style="color:#63472a">Text here</p>

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


#63472a Background Color

<div style="background-color:#63472a">
Div content here</div>

This div background color is #63472a


#63472a Border Color

<div style="border:3px solid #63472a">
Div here</div>

This div border color is #63472a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,71,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63472a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63472a;
  -webkit-box-shadow: 1px 1px 3px 2px #63472a;
  box-shadow:         1px 1px 3px 2px #63472a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63472a


Comments

No comments written yet.

Please login to write comment.