YOUR ACCOUNT

Login or Register to post new topics or replies
gwh
Posts: 8
Hi everyone,

I've used a silver metallic pantone colour (877) as one of the colours in a print brochure and would like to simulate this same silver colour effect for the background to my web page. I've looked everywhere and don't know how to create the effect or tile in photoshop for use on the web. I wondered if anyone knows of a resource on the web somewhere where I can obtain this tile. Or could someone create this for me and if so how much would it cost?

Thanks for any help offered.
  Details E-Mail
Frank2
Posts: 24
Quote
gwh wrote:I've used a silver metallic pantone colour (877) as one of the colours in a print brochure and would like to simulate this same silver colour effect for the background to my web page. I've looked everywhere and don't know how to create the effect or tile in photoshop for use on the web.


Hi, you wouldn't normally use a huge tile for a job like that or the page would take a while to load. The hexidecimal equivalent of Pantone 877 is #999999, so just using .css code, as below, for the webpage would do the job for the main part :

Code
#middle { border: 3px solid rgb(115, 109, 109);
    background-color: #999999;
    background-position: center top;
    }


Plain colours on websites can be a little dull (*cough* just noticed as I was typing, that this site uses them, haha) so you might like to consider a simple gradient effect for this. An image 3000px x 2px repeating would do the job. Try a grad using #999999 and #E4E4E4, but remember that most people are on 1024x768 resolution, so aim for it to look right on that by putting the #999999 in the centre and bleeding left/right to the lighter shade. Any website designer will know what all this means.

Code wise, then use something like this :

Code
#middle { border: 3px solid rgb(115, 109, 109);
    background-color: transparent;
    background-repeat: repeat;
    background-image: url("http:(link to gradient image here)");
    background-position: centre top;
    }


If you are doing this website yourself, then good free and Open Source website creators are Nvu or Kompozer, which are WYSIWYG (What You See Is What You Get) editors, so you can display how your page will look to the reader as you're creating it. It is not necessary for you to know HTML, since most of the basic HTML functions are available as commands from the toolbars and menus.

Hope that lot helps, or at least points you in the right direction. smile:)

  Details E-Mail
gwh
Posts: 8
Thanks for the reply,

Yeah I didn't want to just use the hexidecimal equivalent of the pantone because it doesn't give a metallic effect on screen like in print.

I just tried your suggestion in photoshop re the 3000 x 2 px file. It's a bit hard to produce a gradient with a file so small though. I'm probably doing it wrong but after I'd set up the file, I made a gradient with the far left and right colours
being e4e4e4 and the middle colour being 999999. After applying the gradient to the 2 pixel width file, there just ended up being a colour c4c4c5 on the left and the e4e4e4 on the right - not sure what happened to the 999999 once I applied it.

So I'm not sure what you mean when you say to put the 999999 in the centre and bleed left/right to the lighter shade. Can you tell me what I'm doing wrong?




  Details E-Mail
Frank2
Posts: 24
Yeah, the trick with these wide grads (you have no choice but to make them that wide nowadays) is to work on a 1500 x 100 (so you can see what you're doing!) put the #999999 on the right and go easy on the grad softness level or it will overblend.

Once done, new image 3000 x 2, copy and paste your finished grad twice, then flip and join the second pasted one at the 1500px mark, then merge all. You end up with a perfectly matched grad doing it like that.

Done right, the lighter colour will give a metallic like sheen effect to the grad.
  Details E-Mail
gwh
Posts: 8
Thanks again,

I've recreated the gradient with the 999999 on the right as you suggested and the e4e4e4 on the left. The opacity stop above the left colour is set to 100%, while the opacity for the right 999999 is set to 0 - is this right? Also when I draw the gradient do I start in the direct centre of the file and drag to the left? If I do this the gradient is full strength e4e4e4 on the right and partially transparent on the left. Not sure if this is correct. Sorry if I'm asking obvious questions but I don't really know how to make the effect work.
  Details E-Mail

Join Our Community!

Filter Forge has a thriving, vibrant, knowledgeable user community. Feel free to join us and have fun!

33,712 Registered Users
+19 new in 30 days!

153,534 Posts
+31 new in 30 days!

15,348 Topics
+72 new in year!

Create an Account

Online Users Last minute:

7 unregistered users.