<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CSS Colur description]]></title><description><![CDATA[<p dir="auto">Hi friends,</p>
<p dir="auto">i have a simple question.<br />
I am using @Sean calendarext2 module and i want to change some colors<br />
Currently i am using as a reference this page here:<br />
<a href="https://wiki.selfhtml.org/wiki/Grafik/Farbpaletten" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.selfhtml.org/wiki/Grafik/Farbpaletten</a></p>
<p dir="auto">But i want to have a grey and a brown.<br />
I do not find these ones in the above standing link</p>
<p dir="auto">Can please somebody help me</p>
<p dir="auto">Thanks a lot</p>
]]></description><link>https://forum.magicmirror.builders/topic/11639/css-colur-description</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 14:14:53 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11639.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Nov 2019 20:36:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CSS Colur description on Sat, 23 Nov 2019 18:54:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a><br />
Thanks a lot<br />
it is now clear</p>
]]></description><link>https://forum.magicmirror.builders/post/65002</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/65002</guid><dc:creator><![CDATA[Vauxdvihl]]></dc:creator><pubDate>Sat, 23 Nov 2019 18:54:58 GMT</pubDate></item><item><title><![CDATA[Reply to CSS Colur description on Sat, 23 Nov 2019 09:15:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vauxdvihl" aria-label="Profile: Vauxdvihl">@<bdi>Vauxdvihl</bdi></a> just use that hex code, I don’t see why you would bother trying to use a three digit hex when you can’t get that color with just the three digit hex.</p>
<p dir="auto">Slap a # on it and be done. (#8B4513)</p>
<p dir="auto">And the closest three digit code is easily done by removing the second character in the pair.</p>
<p dir="auto">So<br />
8B would be 8<br />
45 would be 4<br />
13 would be 1</p>
<p dir="auto">But this will result in #884411 instead of #8B4513.</p>
]]></description><link>https://forum.magicmirror.builders/post/64968</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64968</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Sat, 23 Nov 2019 09:15:24 GMT</pubDate></item><item><title><![CDATA[Reply to CSS Colur description on Fri, 22 Nov 2019 20:04:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vauxdvihl" aria-label="Profile: Vauxdvihl">@<bdi>Vauxdvihl</bdi></a> find a hex to decimal converter</p>
<p dir="auto">8b is 139</p>
]]></description><link>https://forum.magicmirror.builders/post/64947</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64947</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 22 Nov 2019 20:04:39 GMT</pubDate></item><item><title><![CDATA[Reply to CSS Colur description on Fri, 22 Nov 2019 19:05:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a><br />
Thanks a lot for your help<br />
but one question<br />
i want to have a “brown” like 8B 45 13<br />
What is here the 3 digit hex ;-)<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/64943</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64943</guid><dc:creator><![CDATA[Vauxdvihl]]></dc:creator><pubDate>Fri, 22 Nov 2019 19:05:57 GMT</pubDate></item><item><title><![CDATA[Reply to CSS Colur description on Wed, 20 Nov 2019 21:13:44 GMT]]></title><description><![CDATA[<p dir="auto">here is a list over the different values you can use in any option with colors in css : <a href="https://www.w3schools.com/cssref/css_colors_legal.asp" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.w3schools.com/cssref/css_colors_legal.asp</a></p>
]]></description><link>https://forum.magicmirror.builders/post/64843</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64843</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Wed, 20 Nov 2019 21:13:44 GMT</pubDate></item><item><title><![CDATA[Reply to CSS Colur description on Wed, 20 Nov 2019 21:11:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vauxdvihl" aria-label="Profile: Vauxdvihl">@<bdi>Vauxdvihl</bdi></a> …</p>
<p dir="auto">It’s not special in any way, it’s just css and it can take whatever the css standard does.<br />
So yes, it will take all the different options I wrote in my answer.</p>
<p dir="auto">The three digit HEX (#FFF) is just a shorter (and less exact) version of the six digit HEX, like this</p>
<p dir="auto">#FFF is the same as #FFFFFF<br />
#330 is the same as #333300</p>
<p dir="auto">But you can’t get exact colors, you can only get a rough version of the colors, the 3 digit HEX is limited in that regard.</p>
]]></description><link>https://forum.magicmirror.builders/post/64842</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64842</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Wed, 20 Nov 2019 21:11:51 GMT</pubDate></item><item><title><![CDATA[Reply to CSS Colur description on Wed, 20 Nov 2019 20:31:57 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the answer</p>
<p dir="auto">But the calendar ext 2 supports only 3 digits</p>
<pre><code>.CX2 .AbfallRest {
  background-color:#330;
  color:#FFF;
 }
</code></pre>
<p dir="auto">Any other Idea?<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/64841</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64841</guid><dc:creator><![CDATA[Vauxdvihl]]></dc:creator><pubDate>Wed, 20 Nov 2019 20:31:57 GMT</pubDate></item><item><title><![CDATA[Reply to CSS Colur description on Wed, 20 Nov 2019 08:49:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vauxdvihl" aria-label="Profile: Vauxdvihl">@<bdi>Vauxdvihl</bdi></a></p>
<p dir="auto">go to : <a href="https://rgbcolorcode.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://rgbcolorcode.com/</a></p>
<p dir="auto">There you can pick the color you want and then you use the codes to the right<br />
<img src="/assets/uploads/files/1574239424902-coolorgef.jpg" alt="0_1574239422834_coolorgef.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">instead of using the color names</p>
<pre><code>color: red
</code></pre>
<p dir="auto">You can use <strong>Hexadecimal</strong></p>
<pre><code>color: #FF0000
</code></pre>
<p dir="auto">Or <strong>RGB</strong></p>
<pre><code>color: rgb(255,0,0)
</code></pre>
<p dir="auto">or <strong>RGBA</strong> (if you want the text to be translucent)</p>
<pre><code>color: rgba(255,0,0,0.8)
</code></pre>
<p dir="auto">(you can use many more, but these will do you just fine)</p>
]]></description><link>https://forum.magicmirror.builders/post/64814</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64814</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Wed, 20 Nov 2019 08:49:11 GMT</pubDate></item></channel></rss>