Color Hex Logo

#63503a Color Hex

#63503A
(99,80,58)
0 Favorites   0 Comments

Color spaces of #63503a

RGB 998058
HSL0.090.260.31
HSV32°41°39°
CMYK 0.000.190.41   0.61
XYZ8.77808.69555.2187
Yxy8.69550.38680.3832
Hunter Lab29.48811.531510.1488
CIE-Lab35.39134.493115.9565

#63503a color RGB value is (99,80,58).

#63503a hex color red value is 99, green value is 80 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #63503a hue: 0.09 , saturation: 0.26 and the lightness value of 63503a is 0.31.

The process color (four color CMYK) of #63503a color hex is 0.00, 0.19, 0.41, 0.61. Web safe color of #63503a is #666633. Color #63503a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 00111010
Octal 143 120 72
Decimal 99 80 58
Hex 63 50 3A

RGB Percentages of Color #63503a

%41.77
%33.76
%24.47

CMYK Percentages of Color #63503a

%0
%19
%41
%61

Triadic Colors of #63503a

#63503a #3a6350 #503a63

Analogous Colors of #63503a

#63503a #62633a #633c3a

Monochromatic Colors of #63503a

#63503a

Complementary Color

#63503a #3a4d63

#63503a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63503a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63503a Color CSS Codes

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

#63503a Text Font Color

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

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


#63503a Background Color

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

This div background color is #63503a


#63503a Border Color

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

This div border color is #63503a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63503a


Comments

No comments written yet.

Please login to write comment.