Color spaces of #613539
RGB | 97 | 53 | 57 |
---|---|---|---|
HSL | 0.98 | 0.29 | 0.29 |
HSV | 355° | 45° | 38° |
CMYK | 0.00 | 0.45 | 0.41 0.62 |
XYZ | 6.9414 | 5.3830 | 4.5441 |
Yxy | 5.3830 | 0.4115 | 0.3191 |
Hunter Lab | 23.2013 | 12.8017 | 4.6286 |
CIE-Lab | 27.7992 | 20.2071 | 6.1425 |
#613539 color RGB value is (97,53,57).
#613539 hex color red value is 97, green value is 53 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #613539 hue: 0.98 , saturation: 0.29 and the lightness value of 613539 is 0.29.
The process color (four color CMYK) of #613539 color hex is 0.00, 0.45, 0.41, 0.62. Web safe color of #613539 is #663333. Color #613539 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00110101 | 00111001 |
Octal | 141 | 65 | 71 |
Decimal | 97 | 53 | 57 |
Hex | 61 | 35 | 39 |
Shades of #613539
Tints of #613539
RGB Percentages of Color #613539
CMYK Percentages of Color #613539
Complementary Color
#613539 | #35615d |
#613539 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#613539 Color Preview on White Background
Lorem ipsum dolor sit amet.
#613539 Color CSS Codes
.mybgcolor {background-color:#613539; } .myforecolor {color:#613539; } .mybordercolor {border:3px solid #613539; }
#613539 Text Font Color
<p style="color:#613539">Text here</p>
This sample text font color is #613539
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.
#613539 Background Color
<div style="background-color:#613539">
Div content here</div>
This div background color is #613539
#613539 Border Color
<div style="border:3px solid #613539">
Div here</div>
This div border color is #613539
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,53,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #613539; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #613539; -webkit-box-shadow: 1px 1px 3px 2px #613539; box-shadow: 1px 1px 3px 2px #613539; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,53,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #613539">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #613539; -webkit-box-shadow: 1px 1px 3px 2px #613539; box-shadow: 1px 1px 3px 2px #613539;">
Div content here</div>
This div box has shadow with color #613539
Comments
No comments written yet.
Please login to write comment.