Color spaces of #46313e
RGB | 70 | 49 | 62 |
---|---|---|---|
HSL | 0.90 | 0.18 | 0.23 |
HSV | 323° | 30° | 27° |
CMYK | 0.00 | 0.30 | 0.11 0.73 |
XYZ | 4.4936 | 3.8465 | 5.0630 |
Yxy | 3.8465 | 0.3353 | 0.2870 |
Hunter Lab | 19.6125 | 6.5759 | -1.5771 |
CIE-Lab | 23.1573 | 12.0143 | -4.4067 |
#46313e color RGB value is (70,49,62).
#46313e hex color red value is 70, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #46313e hue: 0.90 , saturation: 0.18 and the lightness value of 46313e is 0.23.
The process color (four color CMYK) of #46313e color hex is 0.00, 0.30, 0.11, 0.73. Web safe color of #46313e is #333333. Color #46313e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00110001 | 00111110 |
Octal | 106 | 61 | 76 |
Decimal | 70 | 49 | 62 |
Hex | 46 | 31 | 3E |
Shades of #46313e
Tints of #46313e
RGB Percentages of Color #46313e
CMYK Percentages of Color #46313e
Complementary Color
#46313e | #314639 |
#46313e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46313e Color Preview on White Background
Lorem ipsum dolor sit amet.
#46313e Color CSS Codes
.mybgcolor {background-color:#46313e; } .myforecolor {color:#46313e; } .mybordercolor {border:3px solid #46313e; }
#46313e Text Font Color
<p style="color:#46313e">Text here</p>
This sample text font color is #46313e
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.
#46313e Background Color
<div style="background-color:#46313e">
Div content here</div>
This div background color is #46313e
#46313e Border Color
<div style="border:3px solid #46313e">
Div here</div>
This div border color is #46313e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,49,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46313e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46313e; -webkit-box-shadow: 1px 1px 3px 2px #46313e; box-shadow: 1px 1px 3px 2px #46313e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,49,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46313e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46313e; -webkit-box-shadow: 1px 1px 3px 2px #46313e; box-shadow: 1px 1px 3px 2px #46313e;">
Div content here</div>
This div box has shadow with color #46313e
Comments
No comments written yet.
Please login to write comment.