Color Hex Logo

#63424a Color Hex

#63424A
(99,66,74)
0 Favorites   0 Comments

Color spaces of #63424a

RGB 996674
HSL0.960.200.32
HSV345°33°39°
CMYK 0.000.330.25   0.61
XYZ8.32987.04357.3991
Yxy7.04350.36580.3093
Hunter Lab26.53969.58032.0480
CIE-Lab31.905715.60300.9812

#63424a color RGB value is (99,66,74).

#63424a hex color red value is 99, green value is 66 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #63424a hue: 0.96 , saturation: 0.20 and the lightness value of 63424a is 0.32.

The process color (four color CMYK) of #63424a color hex is 0.00, 0.33, 0.25, 0.61. Web safe color of #63424a is #663333. Color #63424a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000010 01001010
Octal 143 102 112
Decimal 99 66 74
Hex 63 42 4A

RGB Percentages of Color #63424a

%41.42
%27.62
%30.96

CMYK Percentages of Color #63424a

%0
%33
%25
%61

Triadic Colors of #63424a

#63424a #4a6342 #424a63

Analogous Colors of #63424a

#63424a #634b42 #63425b

Monochromatic Colors of #63424a

#63424a

Complementary Color

#63424a #42635b

#63424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63424a Color CSS Codes

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

#63424a Text Font Color

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

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


#63424a Background Color

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

This div background color is #63424a


#63424a Border Color

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

This div border color is #63424a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63424a


Comments

No comments written yet.

Please login to write comment.