Color Hex Logo

#63542a Color Hex

#63542A
(99,84,42)
0 Favorites   0 Comments

Color spaces of #63542a

RGB 998442
HSL0.120.400.28
HSV44°58°39°
CMYK 0.000.150.58   0.61
XYZ8.73389.16053.4983
Yxy9.16050.40830.4282
Hunter Lab30.2663-1.457214.3335
CIE-Lab36.29150.232926.5765

#63542a color RGB value is (99,84,42).

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

The process color (four color CMYK) of #63542a color hex is 0.00, 0.15, 0.58, 0.61. Web safe color of #63542a is #666633. Color #63542a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010100 00101010
Octal 143 124 52
Decimal 99 84 42
Hex 63 54 2A

RGB Percentages of Color #63542a

%44.00
%37.33
%18.67

CMYK Percentages of Color #63542a

%0
%15
%58
%61

Triadic Colors of #63542a

#63542a #2a6354 #542a63

Analogous Colors of #63542a

#63542a #56632a #63382a

Monochromatic Colors of #63542a

#63542a

Complementary Color

#63542a #2a3963

#63542a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63542a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63542a Color CSS Codes

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

#63542a Text Font Color

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

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


#63542a Background Color

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

This div background color is #63542a


#63542a Border Color

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

This div border color is #63542a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63542a


Comments

No comments written yet.

Please login to write comment.