Color spaces of #11463a
RGB | 17 | 70 | 58 |
---|---|---|---|
HSL | 0.46 | 0.61 | 0.17 |
HSV | 166° | 76° | 27° |
CMYK | 0.76 | 0.00 | 0.17 0.73 |
XYZ | 3.1850 | 4.8050 | 4.7626 |
Yxy | 4.8050 | 0.2498 | 0.3768 |
Hunter Lab | 21.9203 | -12.4247 | 2.4623 |
CIE-Lab | 26.1718 | -20.5769 | 2.2422 |
#11463a color RGB value is (17,70,58).
#11463a hex color red value is 17, green value is 70 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #11463a hue: 0.46 , saturation: 0.61 and the lightness value of 11463a is 0.17.
The process color (four color CMYK) of #11463a color hex is 0.76, 0.00, 0.17, 0.73. Web safe color of #11463a is #003333. Color #11463a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 01000110 | 00111010 |
Octal | 21 | 106 | 72 |
Decimal | 17 | 70 | 58 |
Hex | 11 | 46 | 3A |
Shades of #11463a
Tints of #11463a
RGB Percentages of Color #11463a
CMYK Percentages of Color #11463a
Complementary Color
#11463a | #46111d |
#11463a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11463a Color Preview on White Background
Lorem ipsum dolor sit amet.
#11463a Color CSS Codes
.mybgcolor {background-color:#11463a; } .myforecolor {color:#11463a; } .mybordercolor {border:3px solid #11463a; }
#11463a Text Font Color
<p style="color:#11463a">Text here</p>
This sample text font color is #11463a
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.
#11463a Background Color
<div style="background-color:#11463a">
Div content here</div>
This div background color is #11463a
#11463a Border Color
<div style="border:3px solid #11463a">
Div here</div>
This div border color is #11463a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,70,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11463a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11463a; -webkit-box-shadow: 1px 1px 3px 2px #11463a; box-shadow: 1px 1px 3px 2px #11463a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,70,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11463a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11463a; -webkit-box-shadow: 1px 1px 3px 2px #11463a; box-shadow: 1px 1px 3px 2px #11463a;">
Div content here</div>
This div box has shadow with color #11463a
Comments
No comments written yet.
Please login to write comment.