Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

DigitalColor Meter with hex codes?

I'm just wondering if anyone has found a way to get hex codes back in DigitalColor Meter or knows of a suitable replacement for the 10.7 version that removed hex codes?


I use DCM almost daily for hex codes and am completely baffeled as to why this was removed from the 10.7 version.


Any help would be greatly appreciated.

MacBook Pro, Mac OS X (10.7)

Posted on Jul 21, 2011 4:07 AM

Reply
64 replies

Mar 11, 2013 5:35 AM in response to cmllr

I had the same problem, but before buying it from the appstore the classic color meter, wich is now 2.69€, I did some search for a free alternative, and actually found a solution, how you can turn back on the hex vlaues in Apple's own tool.

Just go to view menu / display values and there you can choose hexadecimal.

And also pressing CMD+SHIFT+C copies the value to the clipboard.

Aug 19, 2014 11:51 AM in response to cmllr

Solved for Mavericks too!

Best solution ever. No money spent, just 5 minutes.

1. https://gist.github.com/astroud/1713059

2. https://github.com/afeld/dotfiles/blob/529bb9ace370828e69e1b61e5d3ca9d9e38258e8/ bash_profile_includes/aliases.sh


What you do:

  1. Open AppleScript Editor
  2. Paste in contents from 1. above
  3. Save to ~/ (user home, not root; i.e. save in
    /Users/[your_user]/
    ) with the filename
    .color_meter.scpt
    (yes, with DOT prefix. AppleScript will challenge you, but yes do it. It just makes it a hidden file)
  4. Now, open a text editor—I just did it in nano, but anything will do, e.g. Atom, Sublime, TextWrangler, TextEdit. Anyway, make a new file called
    aliases.sh
    . You'll now add the following code so that when DCM is started, it automatically chooses the hex code setting without having to go to the bloody menu each time:

    # open DigitalColor Meter, displaying hex. This is just a comment
    alias color="osascript ~/.color_meter.scpt"

Save this as aliases.sh in your root directory /. Now each time you open DCM, it's already in hex mode!


Snaps to astroud and afeld for helping us all.

DigitalColor Meter with hex codes?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.