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