Color spaces of #563027
RGB | 86 | 48 | 39 |
---|---|---|---|
HSL | 0.03 | 0.38 | 0.25 |
HSV | 11° | 55° | 34° |
CMYK | 0.00 | 0.44 | 0.55 0.66 |
XYZ | 5.2609 | 4.2388 | 2.4603 |
Yxy | 4.2388 | 0.4399 | 0.3544 |
Hunter Lab | 20.5883 | 9.5822 | 7.3267 |
CIE-Lab | 24.4457 | 16.2158 | 13.1918 |
#563027 color RGB value is (86,48,39).
#563027 hex color red value is 86, green value is 48 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #563027 hue: 0.03 , saturation: 0.38 and the lightness value of 563027 is 0.25.
The process color (four color CMYK) of #563027 color hex is 0.00, 0.44, 0.55, 0.66. Web safe color of #563027 is #663333. Color #563027 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00110000 | 00100111 |
Octal | 126 | 60 | 47 |
Decimal | 86 | 48 | 39 |
Hex | 56 | 30 | 27 |
Shades of #563027
Tints of #563027
RGB Percentages of Color #563027
CMYK Percentages of Color #563027
Complementary Color
#563027 | #274d56 |
#563027 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#563027 Color Preview on White Background
Lorem ipsum dolor sit amet.
#563027 Color CSS Codes
.mybgcolor {background-color:#563027; } .myforecolor {color:#563027; } .mybordercolor {border:3px solid #563027; }
#563027 Text Font Color
<p style="color:#563027">Text here</p>
This sample text font color is #563027
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.
#563027 Background Color
<div style="background-color:#563027">
Div content here</div>
This div background color is #563027
#563027 Border Color
<div style="border:3px solid #563027">
Div here</div>
This div border color is #563027
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,48,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #563027; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #563027; -webkit-box-shadow: 1px 1px 3px 2px #563027; box-shadow: 1px 1px 3px 2px #563027; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,48,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #563027">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #563027; -webkit-box-shadow: 1px 1px 3px 2px #563027; box-shadow: 1px 1px 3px 2px #563027;">
Div content here</div>
This div box has shadow with color #563027
Comments
No comments written yet.
Please login to write comment.