Color spaces of #46243d
RGB | 70 | 36 | 61 |
---|---|---|---|
HSL | 0.88 | 0.32 | 0.21 |
HSV | 316° | 49° | 27° |
CMYK | 0.00 | 0.49 | 0.13 0.73 |
XYZ | 3.9990 | 2.9008 | 4.7640 |
Yxy | 2.9008 | 0.3429 | 0.2487 |
Hunter Lab | 17.0317 | 12.1057 | -4.6620 |
CIE-Lab | 19.6422 | 20.2733 | -9.0228 |
#46243d color RGB value is (70,36,61).
#46243d hex color red value is 70, green value is 36 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #46243d hue: 0.88 , saturation: 0.32 and the lightness value of 46243d is 0.21.
The process color (four color CMYK) of #46243d color hex is 0.00, 0.49, 0.13, 0.73. Web safe color of #46243d is #333333. Color #46243d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00100100 | 00111101 |
Octal | 106 | 44 | 75 |
Decimal | 70 | 36 | 61 |
Hex | 46 | 24 | 3D |
Shades of #46243d
Tints of #46243d
RGB Percentages of Color #46243d
CMYK Percentages of Color #46243d
Complementary Color
#46243d | #24462d |
#46243d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46243d Color Preview on White Background
Lorem ipsum dolor sit amet.
#46243d Color CSS Codes
.mybgcolor {background-color:#46243d; } .myforecolor {color:#46243d; } .mybordercolor {border:3px solid #46243d; }
#46243d Text Font Color
<p style="color:#46243d">Text here</p>
This sample text font color is #46243d
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.
#46243d Background Color
<div style="background-color:#46243d">
Div content here</div>
This div background color is #46243d
#46243d Border Color
<div style="border:3px solid #46243d">
Div here</div>
This div border color is #46243d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,36,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46243d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46243d; -webkit-box-shadow: 1px 1px 3px 2px #46243d; box-shadow: 1px 1px 3px 2px #46243d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,36,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46243d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46243d; -webkit-box-shadow: 1px 1px 3px 2px #46243d; box-shadow: 1px 1px 3px 2px #46243d;">
Div content here</div>
This div box has shadow with color #46243d
Comments
No comments written yet.
Please login to write comment.