No, you cannot go backwards because not enough information is preserved by the hashing function.
You can think of it as the hash function mapping the original text to a single, huge, number. This same number may also be mapped to other texts as well, although a good hash function will have few collisions:

If the original message were encrypted then yes, you could go back.