Color spaces of #615356
RGB | 97 | 83 | 86 |
---|---|---|---|
HSL | 0.96 | 0.08 | 0.35 |
HSV | 347° | 14° | 38° |
CMYK | 0.00 | 0.14 | 0.11 0.62 |
XYZ | 9.7027 | 9.3998 | 10.1070 |
Yxy | 9.3998 | 0.3322 | 0.3218 |
Hunter Lab | 30.6591 | 2.8366 | 1.9160 |
CIE-Lab | 36.7429 | 6.3397 | 0.3800 |
#615356 color RGB value is (97,83,86).
#615356 hex color red value is 97, green value is 83 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #615356 hue: 0.96 , saturation: 0.08 and the lightness value of 615356 is 0.35.
The process color (four color CMYK) of #615356 color hex is 0.00, 0.14, 0.11, 0.62. Web safe color of #615356 is #666666. Color #615356 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01010011 | 01010110 |
Octal | 141 | 123 | 126 |
Decimal | 97 | 83 | 86 |
Hex | 61 | 53 | 56 |
Shades of #615356
Tints of #615356
RGB Percentages of Color #615356
CMYK Percentages of Color #615356
Complementary Color
#615356 | #53615e |
#615356 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#615356 Color Preview on White Background
Lorem ipsum dolor sit amet.
#615356 Color CSS Codes
.mybgcolor {background-color:#615356; } .myforecolor {color:#615356; } .mybordercolor {border:3px solid #615356; }
#615356 Text Font Color
<p style="color:#615356">Text here</p>
This sample text font color is #615356
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.
#615356 Background Color
<div style="background-color:#615356">
Div content here</div>
This div background color is #615356
#615356 Border Color
<div style="border:3px solid #615356">
Div here</div>
This div border color is #615356
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,83,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #615356; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #615356; -webkit-box-shadow: 1px 1px 3px 2px #615356; box-shadow: 1px 1px 3px 2px #615356; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,83,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #615356">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #615356; -webkit-box-shadow: 1px 1px 3px 2px #615356; box-shadow: 1px 1px 3px 2px #615356;">
Div content here</div>
This div box has shadow with color #615356
Comments
No comments written yet.
Please login to write comment.