#shell foreground colors for i in `seq 30 37`;do echo -e "\033[${i}mForeground - ${i}";done #shell background colors for i in `seq 40 49`;do echo -e "\033[${i}mBackground - ${i}";done