Color spaces of #46413d
RGB | 70 | 65 | 61 |
---|---|---|---|
HSL | 0.07 | 0.07 | 0.26 |
HSV | 27° | 13° | 27° |
CMYK | 0.00 | 0.07 | 0.13 0.73 |
XYZ | 5.2584 | 5.4196 | 5.1838 |
Yxy | 5.4196 | 0.3315 | 0.3417 |
Hunter Lab | 23.2800 | -0.4212 | 3.0938 |
CIE-Lab | 27.8982 | 1.3040 | 3.1997 |
#46413d color RGB value is (70,65,61).
#46413d hex color red value is 70, green value is 65 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #46413d hue: 0.07 , saturation: 0.07 and the lightness value of 46413d is 0.26.
The process color (four color CMYK) of #46413d color hex is 0.00, 0.07, 0.13, 0.73. Web safe color of #46413d is #333333. Color #46413d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01000001 | 00111101 |
Octal | 106 | 101 | 75 |
Decimal | 70 | 65 | 61 |
Hex | 46 | 41 | 3D |
Shades of #46413d
Tints of #46413d
RGB Percentages of Color #46413d
CMYK Percentages of Color #46413d
Complementary Color
#46413d | #3d4246 |
#46413d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46413d Color Preview on White Background
Lorem ipsum dolor sit amet.
#46413d Color CSS Codes
.mybgcolor {background-color:#46413d; } .myforecolor {color:#46413d; } .mybordercolor {border:3px solid #46413d; }
#46413d Text Font Color
<p style="color:#46413d">Text here</p>
This sample text font color is #46413d
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.
#46413d Background Color
<div style="background-color:#46413d">
Div content here</div>
This div background color is #46413d
#46413d Border Color
<div style="border:3px solid #46413d">
Div here</div>
This div border color is #46413d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,65,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46413d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46413d; -webkit-box-shadow: 1px 1px 3px 2px #46413d; box-shadow: 1px 1px 3px 2px #46413d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,65,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 #46413d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46413d; -webkit-box-shadow: 1px 1px 3px 2px #46413d; box-shadow: 1px 1px 3px 2px #46413d;">
Div content here</div>
This div box has shadow with color #46413d
#46413d Color Palettes
Comments
No comments written yet.
Please login to write comment.