Color spaces of #56461e
RGB | 86 | 70 | 30 |
---|---|---|---|
HSL | 0.12 | 0.48 | 0.23 |
HSV | 43° | 65° | 34° |
CMYK | 0.00 | 0.19 | 0.65 0.66 |
XYZ | 6.2623 | 6.4525 | 2.1437 |
Yxy | 6.4525 | 0.4215 | 0.4343 |
Hunter Lab | 25.4018 | -0.4475 | 12.7777 |
CIE-Lab | 30.5265 | 1.4006 | 26.2135 |
#56461e color RGB value is (86,70,30).
#56461e hex color red value is 86, green value is 70 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #56461e hue: 0.12 , saturation: 0.48 and the lightness value of 56461e is 0.23.
The process color (four color CMYK) of #56461e color hex is 0.00, 0.19, 0.65, 0.66. Web safe color of #56461e is #663333. Color #56461e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01000110 | 00011110 |
Octal | 126 | 106 | 36 |
Decimal | 86 | 70 | 30 |
Hex | 56 | 46 | 1E |
Shades of #56461e
Tints of #56461e
RGB Percentages of Color #56461e
CMYK Percentages of Color #56461e
Complementary Color
#56461e | #1e2e56 |
#56461e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56461e Color Preview on White Background
Lorem ipsum dolor sit amet.
#56461e Color CSS Codes
.mybgcolor {background-color:#56461e; } .myforecolor {color:#56461e; } .mybordercolor {border:3px solid #56461e; }
#56461e Text Font Color
<p style="color:#56461e">Text here</p>
This sample text font color is #56461e
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.
#56461e Background Color
<div style="background-color:#56461e">
Div content here</div>
This div background color is #56461e
#56461e Border Color
<div style="border:3px solid #56461e">
Div here</div>
This div border color is #56461e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,70,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56461e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56461e; -webkit-box-shadow: 1px 1px 3px 2px #56461e; box-shadow: 1px 1px 3px 2px #56461e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,70,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56461e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56461e; -webkit-box-shadow: 1px 1px 3px 2px #56461e; box-shadow: 1px 1px 3px 2px #56461e;">
Div content here</div>
This div box has shadow with color #56461e
Comments
No comments written yet.
Please login to write comment.