Color spaces of #46162e
RGB | 70 | 22 | 46 |
---|---|---|---|
HSL | 0.92 | 0.52 | 0.18 |
HSV | 330° | 69° | 27° |
CMYK | 0.00 | 0.69 | 0.34 0.73 |
XYZ | 3.3058 | 2.0732 | 2.8107 |
Yxy | 2.0732 | 0.4037 | 0.2531 |
Hunter Lab | 14.3986 | 15.7845 | -1.4948 |
CIE-Lab | 15.8668 | 25.8541 | -4.1655 |
#46162e color RGB value is (70,22,46).
#46162e hex color red value is 70, green value is 22 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #46162e hue: 0.92 , saturation: 0.52 and the lightness value of 46162e is 0.18.
The process color (four color CMYK) of #46162e color hex is 0.00, 0.69, 0.34, 0.73. Web safe color of #46162e is #330033. Color #46162e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00010110 | 00101110 |
Octal | 106 | 26 | 56 |
Decimal | 70 | 22 | 46 |
Hex | 46 | 16 | 2E |
Shades of #46162e
Tints of #46162e
RGB Percentages of Color #46162e
CMYK Percentages of Color #46162e
Complementary Color
#46162e | #16462e |
#46162e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46162e Color Preview on White Background
Lorem ipsum dolor sit amet.
#46162e Color CSS Codes
.mybgcolor {background-color:#46162e; } .myforecolor {color:#46162e; } .mybordercolor {border:3px solid #46162e; }
#46162e Text Font Color
<p style="color:#46162e">Text here</p>
This sample text font color is #46162e
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.
#46162e Background Color
<div style="background-color:#46162e">
Div content here</div>
This div background color is #46162e
#46162e Border Color
<div style="border:3px solid #46162e">
Div here</div>
This div border color is #46162e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,22,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46162e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46162e; -webkit-box-shadow: 1px 1px 3px 2px #46162e; box-shadow: 1px 1px 3px 2px #46162e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,22,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46162e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46162e; -webkit-box-shadow: 1px 1px 3px 2px #46162e; box-shadow: 1px 1px 3px 2px #46162e;">
Div content here</div>
This div box has shadow with color #46162e
Comments
No comments written yet.
Please login to write comment.