Color spaces of #403301
RGB | 64 | 51 | 1 |
---|---|---|---|
HSL | 0.13 | 0.97 | 0.13 |
HSV | 48° | 98° | 25° |
CMYK | 0.00 | 0.20 | 0.98 0.75 |
XYZ | 3.3037 | 3.4598 | 0.5224 |
Yxy | 3.4598 | 0.4534 | 0.4749 |
Hunter Lab | 18.6005 | -0.8470 | 11.3552 |
CIE-Lab | 21.7985 | 0.2517 | 30.1116 |
#403301 color RGB value is (64,51,1).
#403301 hex color red value is 64, green value is 51 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #403301 hue: 0.13 , saturation: 0.97 and the lightness value of 403301 is 0.13.
The process color (four color CMYK) of #403301 color hex is 0.00, 0.20, 0.98, 0.75. Web safe color of #403301 is #333300. Color #403301 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00110011 | 00000001 |
Octal | 100 | 63 | 1 |
Decimal | 64 | 51 | 1 |
Hex | 40 | 33 | 1 |
Shades of #403301
Tints of #403301
RGB Percentages of Color #403301
CMYK Percentages of Color #403301
Complementary Color
#403301 | #010e40 |
#403301 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#403301 Color Preview on White Background
Lorem ipsum dolor sit amet.
#403301 Color CSS Codes
.mybgcolor {background-color:#403301; } .myforecolor {color:#403301; } .mybordercolor {border:3px solid #403301; }
#403301 Text Font Color
<p style="color:#403301">Text here</p>
This sample text font color is #403301
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.
#403301 Background Color
<div style="background-color:#403301">
Div content here</div>
This div background color is #403301
#403301 Border Color
<div style="border:3px solid #403301">
Div here</div>
This div border color is #403301
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,51,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #403301; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #403301; -webkit-box-shadow: 1px 1px 3px 2px #403301; box-shadow: 1px 1px 3px 2px #403301; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,51,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #403301">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #403301; -webkit-box-shadow: 1px 1px 3px 2px #403301; box-shadow: 1px 1px 3px 2px #403301;">
Div content here</div>
This div box has shadow with color #403301
Comments
No comments written yet.
Please login to write comment.