In word 2010 (or any version really) how do you get text's current color? I just end up having to approximate the color in the palette picker. There must be a better way.

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

One normally goes to Font Color / More Colors / Custom to see the RGB or HSL values of the color.

Anything more involved than that requires using VBA macros.
See for example this article: Colours in Word 2007.

link|improve this answer
Yes, this is working. Simply select the text of which you want to know the color values, and do the steps mentioned. Then the current values are shon in the color picker. – schöppi Oct 25 '10 at 20:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.