About 52,500 results
Open links in new tab
  1. Specifying RGB color in a colorbox - tcolorbox package - TeX

    Jul 14, 2022 · I tried to specify a RGB color in a color box in this way, but it doesn't recognize RGB, only rgb that is a different thing. How can I specify a RGB color in a color box? …

  2. Color RGB in LaTeX - TeX - LaTeX Stack Exchange

    Apr 19, 2015 · The color package also supports decimal values in the RGB color model that accepts integer values in the interval [0,255]. On the other hand, xcolor offers much more …

  3. tikz pgf - How to specify a fill color in RGB format in a node in ...

    How can I specify an arbitrary color (RGB values in a range of 0-255) in the fill option? Also, am I using too advanced a tool (tikz) to do something simple (draw a rounded corner rectangle filled …

  4. tikz - define color in hex format - TeX - LaTeX Stack Exchange

    Jun 18, 2019 · I have a color hex string, e.g. ecd9ed, I know I can define it as below: \\definecolor{color1bg}{RGB}{236,217,237} But I wish to skip the conversion from hex to …

  5. How to color math symbols? - TeX - LaTeX Stack Exchange

    Aug 15, 2015 · One can use the command such as \textcolor [rgb] {1.00,0.00,0.00} {boundary} to color the word "boundary" in a document. Here is my question: How to color the math symbols …

  6. packages - What color code is it in \textcolor? How can I get the …

    Oct 30, 2020 · What color is this? I tried \\textcolor{orange}{text} but it gives slightly lighter color. How can I get similar color as the above image text provably efficient exploration and function …

  7. Change color in beamer theme - TeX - LaTeX Stack Exchange

    May 9, 2017 · I'm preparing a presentation using the following beamer theme: \\usetheme{AnnArbor} \\usecolortheme{beaver} Is there any easy way to change the yellow …

  8. how to customize color and text in the table - LaTeX Stack Exchange

    May 21, 2020 · You can use textcolor for the colored text (or something like >{\color{purple}}c if you want to color all text in a specific row) and rowcolor (Use \usepackage[table]{xcolor}) for …

  9. why Package xcolor Error: Undefined color - TeX - LaTeX Stack …

    Mar 24, 2025 · the error means that something has gone \color{} with an empty color name, but you have provided no example that produces this error.

  10. How to change colors in Beamer theme? - LaTeX Stack Exchange

    Aug 24, 2012 · where beamer@blendedblue is a user defined color \definecolor{beamer@blendedblue}{rgb}{0.137,0.466,0.741} Simple modify the RGB value to …