Color spaces of #481307
RGB | 72 | 19 | 7 |
---|---|---|---|
HSL | 0.03 | 0.82 | 0.15 |
HSV | 11° | 90° | 28° |
CMYK | 0.00 | 0.74 | 0.90 0.72 |
XYZ | 2.9437 | 1.8588 | 0.4046 |
Yxy | 1.8588 | 0.5653 | 0.3570 |
Hunter Lab | 13.6338 | 14.6812 | 7.7841 |
CIE-Lab | 14.7281 | 24.5714 | 19.6061 |
#481307 color RGB value is (72,19,7).
#481307 hex color red value is 72, green value is 19 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #481307 hue: 0.03 , saturation: 0.82 and the lightness value of 481307 is 0.15.
The process color (four color CMYK) of #481307 color hex is 0.00, 0.74, 0.90, 0.72. Web safe color of #481307 is #330000. Color #481307 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 00010011 | 00000111 |
Octal | 110 | 23 | 7 |
Decimal | 72 | 19 | 7 |
Hex | 48 | 13 | 7 |
Shades of #481307
Tints of #481307
RGB Percentages of Color #481307
CMYK Percentages of Color #481307
Complementary Color
#481307 | #073c48 |
#481307 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#481307 Color Preview on White Background
Lorem ipsum dolor sit amet.
#481307 Color CSS Codes
.mybgcolor {background-color:#481307; } .myforecolor {color:#481307; } .mybordercolor {border:3px solid #481307; }
#481307 Text Font Color
<p style="color:#481307">Text here</p>
This sample text font color is #481307
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.
#481307 Background Color
<div style="background-color:#481307">
Div content here</div>
This div background color is #481307
#481307 Border Color
<div style="border:3px solid #481307">
Div here</div>
This div border color is #481307
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,19,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #481307; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #481307; -webkit-box-shadow: 1px 1px 3px 2px #481307; box-shadow: 1px 1px 3px 2px #481307; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,19,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #481307">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #481307; -webkit-box-shadow: 1px 1px 3px 2px #481307; box-shadow: 1px 1px 3px 2px #481307;">
Div content here</div>
This div box has shadow with color #481307
Comments
No comments written yet.
Please login to write comment.