Color spaces of #532645
RGB | 83 | 38 | 69 |
---|---|---|---|
HSL | 0.89 | 0.37 | 0.24 |
HSV | 319° | 54° | 33° |
CMYK | 0.00 | 0.54 | 0.17 0.67 |
XYZ | 5.3346 | 3.6549 | 6.0545 |
Yxy | 3.6549 | 0.3546 | 0.2429 |
Hunter Lab | 19.1178 | 16.3522 | -5.3944 |
CIE-Lab | 22.4961 | 25.5050 | -9.9646 |
#532645 color RGB value is (83,38,69).
#532645 hex color red value is 83, green value is 38 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #532645 hue: 0.89 , saturation: 0.37 and the lightness value of 532645 is 0.24.
The process color (four color CMYK) of #532645 color hex is 0.00, 0.54, 0.17, 0.67. Web safe color of #532645 is #663333. Color #532645 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00100110 | 01000101 |
Octal | 123 | 46 | 105 |
Decimal | 83 | 38 | 69 |
Hex | 53 | 26 | 45 |
Shades of #532645
Tints of #532645
RGB Percentages of Color #532645
CMYK Percentages of Color #532645
Complementary Color
#532645 | #265334 |
#532645 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#532645 Color Preview on White Background
Lorem ipsum dolor sit amet.
#532645 Color CSS Codes
.mybgcolor {background-color:#532645; } .myforecolor {color:#532645; } .mybordercolor {border:3px solid #532645; }
#532645 Text Font Color
<p style="color:#532645">Text here</p>
This sample text font color is #532645
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.
#532645 Background Color
<div style="background-color:#532645">
Div content here</div>
This div background color is #532645
#532645 Border Color
<div style="border:3px solid #532645">
Div here</div>
This div border color is #532645
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,38,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #532645; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #532645; -webkit-box-shadow: 1px 1px 3px 2px #532645; box-shadow: 1px 1px 3px 2px #532645; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,38,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #532645">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #532645; -webkit-box-shadow: 1px 1px 3px 2px #532645; box-shadow: 1px 1px 3px 2px #532645;">
Div content here</div>
This div box has shadow with color #532645
Comments
No comments written yet.
Please login to write comment.