Color Hex Logo

#63362b Color Hex

#63362B
(99,54,43)
0 Favorites   0 Comments

Color spaces of #63362b

RGB 995443
HSL0.030.390.28
HSV12°57°39°
CMYK 0.000.450.57   0.61
XYZ6.90085.46542.9767
Yxy5.46540.44980.3562
Hunter Lab23.378211.77808.8155
CIE-Lab28.021518.840415.6495

#63362b color RGB value is (99,54,43).

#63362b hex color red value is 99, green value is 54 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #63362b hue: 0.03 , saturation: 0.39 and the lightness value of 63362b is 0.28.

The process color (four color CMYK) of #63362b color hex is 0.00, 0.45, 0.57, 0.61. Web safe color of #63362b is #663333. Color #63362b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110110 00101011
Octal 143 66 53
Decimal 99 54 43
Hex 63 36 2B

RGB Percentages of Color #63362b

%50.51
%27.55
%21.94

CMYK Percentages of Color #63362b

%0
%45
%57
%61

Triadic Colors of #63362b

#63362b #2b6336 #362b63

Analogous Colors of #63362b

#63362b #63522b #632b3c

Monochromatic Colors of #63362b

#63362b

Complementary Color

#63362b #2b5863

#63362b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63362b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63362b Color CSS Codes

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

#63362b Text Font Color

<p style="color:#63362b">Text here</p>

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


#63362b Background Color

<div style="background-color:#63362b">
Div content here</div>

This div background color is #63362b


#63362b Border Color

<div style="border:3px solid #63362b">
Div here</div>

This div border color is #63362b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,54,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63362b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63362b;
  -webkit-box-shadow: 1px 1px 3px 2px #63362b;
  box-shadow:         1px 1px 3px 2px #63362b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63362b


Comments

No comments written yet.

Please login to write comment.