Color Hex Logo

#63553d Color Hex

#63553D
(99,85,61)
0 Favorites   0 Comments

Color spaces of #63553d

RGB 998561
HSL0.110.240.31
HSV38°38°39°
CMYK 0.000.140.38   0.61
XYZ9.23649.48665.7592
Yxy9.48660.37730.3875
Hunter Lab30.8003-0.372010.4739
CIE-Lab36.90481.837016.1398

#63553d color RGB value is (99,85,61).

#63553d hex color red value is 99, green value is 85 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #63553d hue: 0.11 , saturation: 0.24 and the lightness value of 63553d is 0.31.

The process color (four color CMYK) of #63553d color hex is 0.00, 0.14, 0.38, 0.61. Web safe color of #63553d is #666633. Color #63553d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010101 00111101
Octal 143 125 75
Decimal 99 85 61
Hex 63 55 3D

RGB Percentages of Color #63553d

%40.41
%34.69
%24.90

CMYK Percentages of Color #63553d

%0
%14
%38
%61

Triadic Colors of #63553d

#63553d #3d6355 #553d63

Analogous Colors of #63553d

#63553d #5e633d #63423d

Monochromatic Colors of #63553d

#63553d

Complementary Color

#63553d #3d4b63

#63553d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63553d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63553d Color CSS Codes

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

#63553d Text Font Color

<p style="color:#63553d">Text here</p>

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


#63553d Background Color

<div style="background-color:#63553d">
Div content here</div>

This div background color is #63553d


#63553d Border Color

<div style="border:3px solid #63553d">
Div here</div>

This div border color is #63553d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,85,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63553d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63553d;
  -webkit-box-shadow: 1px 1px 3px 2px #63553d;
  box-shadow:         1px 1px 3px 2px #63553d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63553d


Comments

No comments written yet.

Please login to write comment.