Color spaces of #643349
RGB | 100 | 51 | 73 |
---|---|---|---|
HSL | 0.93 | 0.32 | 0.30 |
HSV | 333° | 49° | 39° |
CMYK | 0.00 | 0.49 | 0.27 0.61 |
XYZ | 7.6420 | 5.5580 | 6.9734 |
Yxy | 5.5580 | 0.3788 | 0.2755 |
Hunter Lab | 23.5754 | 16.6040 | -1.0347 |
CIE-Lab | 28.2688 | 24.9903 | -3.6932 |
#643349 color RGB value is (100,51,73).
#643349 hex color red value is 100, green value is 51 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #643349 hue: 0.93 , saturation: 0.32 and the lightness value of 643349 is 0.30.
The process color (four color CMYK) of #643349 color hex is 0.00, 0.49, 0.27, 0.61. Web safe color of #643349 is #663333. Color #643349 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00110011 | 01001001 |
Octal | 144 | 63 | 111 |
Decimal | 100 | 51 | 73 |
Hex | 64 | 33 | 49 |
Shades of #643349
Tints of #643349
RGB Percentages of Color #643349
CMYK Percentages of Color #643349
Complementary Color
#643349 | #33644e |
#643349 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#643349 Color Preview on White Background
Lorem ipsum dolor sit amet.
#643349 Color CSS Codes
.mybgcolor {background-color:#643349; } .myforecolor {color:#643349; } .mybordercolor {border:3px solid #643349; }
#643349 Text Font Color
<p style="color:#643349">Text here</p>
This sample text font color is #643349
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.
#643349 Background Color
<div style="background-color:#643349">
Div content here</div>
This div background color is #643349
#643349 Border Color
<div style="border:3px solid #643349">
Div here</div>
This div border color is #643349
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,51,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #643349; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #643349; -webkit-box-shadow: 1px 1px 3px 2px #643349; box-shadow: 1px 1px 3px 2px #643349; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,51,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #643349">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #643349; -webkit-box-shadow: 1px 1px 3px 2px #643349; box-shadow: 1px 1px 3px 2px #643349;">
Div content here</div>
This div box has shadow with color #643349
Comments
No comments written yet.
Please login to write comment.