Color spaces of #481700
RGB | 72 | 23 | 0 |
---|---|---|---|
HSL | 0.05 | 1.00 | 0.14 |
HSV | 19° | 100° | 28° |
CMYK | 0.00 | 0.68 | 1.00 0.72 |
XYZ | 2.9789 | 1.9905 | 0.2272 |
Yxy | 1.9905 | 0.5732 | 0.3830 |
Hunter Lab | 14.1085 | 12.9990 | 8.9212 |
CIE-Lab | 15.4373 | 22.1378 | 23.3663 |
#481700 color RGB value is (72,23,0).
#481700 hex color red value is 72, green value is 23 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #481700 hue: 0.05 , saturation: 1.00 and the lightness value of 481700 is 0.14.
The process color (four color CMYK) of #481700 color hex is 0.00, 0.68, 1.00, 0.72. Web safe color of #481700 is #330000. Color #481700 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 00010111 | 00000000 |
Octal | 110 | 27 | 0 |
Decimal | 72 | 23 | 0 |
Hex | 48 | 17 | 0 |
Shades of #481700
Tints of #481700
RGB Percentages of Color #481700
CMYK Percentages of Color #481700
Complementary Color
#481700 | #003148 |
#481700 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#481700 Color Preview on White Background
Lorem ipsum dolor sit amet.
#481700 Color CSS Codes
.mybgcolor {background-color:#481700; } .myforecolor {color:#481700; } .mybordercolor {border:3px solid #481700; }
#481700 Text Font Color
<p style="color:#481700">Text here</p>
This sample text font color is #481700
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.
#481700 Background Color
<div style="background-color:#481700">
Div content here</div>
This div background color is #481700
#481700 Border Color
<div style="border:3px solid #481700">
Div here</div>
This div border color is #481700
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,23,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #481700; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #481700; -webkit-box-shadow: 1px 1px 3px 2px #481700; box-shadow: 1px 1px 3px 2px #481700; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,23,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #481700">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #481700; -webkit-box-shadow: 1px 1px 3px 2px #481700; box-shadow: 1px 1px 3px 2px #481700;">
Div content here</div>
This div box has shadow with color #481700
Comments
No comments written yet.
Please login to write comment.