March 13th    |    44 Comments

letterpresseffect

Letterpress effect looks good in modern websites, letterpress effect can be gain using Photoshop and also using text-shadow property of CSS. So here today we will learn how to achieve Letterpress effect with photoshop and also with Css and in the end of this tutorials we have also collected some tutorials on Letterpress around design community.

LetterPress effect Using Photoshop

So today we are going to learn how to get letterpress effect using photoshop, i know this tutorial has been posted couple of times over other blogs of design community but one of our loyal reader asked me to teach letterpress with photoshop and css so we decided to post this tutorial.

Step 1 : Open New Document

Open new document in photoshop with size 535 x 250.

letterpress photoshop

Step 2 : Background

Now unlock background layer, create new layer over background layer then select rectangular marques tool and select whole area. Now Select Paint bucket tool with foreground color #fff7f7 and then give noise of 1px to it.

letterpress photoshop

Step 3 : Layer style for Text

Now write some text on layer, Here we wrote AcrisDesign.

letterpress photoshop

Now we will add some Drop shadow and inner shadow to text. To do this double click on text layer and apply below settings.

letterpress photoshop

letterpress photoshop

letterpress photoshop

Final OutPut

letterpress photoshop

LetterPress Effect Using CSS

Now the same effect we can achieve using CSS text shadow property.
First of all we need to write HTML document, check this below Code.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Css Letterpress and Drop Shadow</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
	<div id="letterpress">
		<h1>AcrisDesign</h1>
	</div>
</body>
</html>

Now after done with HTML we have to write some CSS to style it. To get our letterpress effect will use textshadow, textshadow css property deals with x-offset, y-offset, shadow blur and the actual colour of the shadow.
Note : Font color must be darker than background color, and shadow color must be lighter than font color.

body {
	background-image:url(../images/Untitled-1_03.gif);
	background-repeat:repeat;
}
#letterpress {
	margin-top:200px;
	text-align:center;
}
#letterpress h1 {
	font-size:60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #504f4f;
	text-shadow: 0px 2px 1px #bbbaba;
}
#letterpress h1:hover {
	color: #666;
	text-shadow: 0px 2px 1px #333;
}

640-822 training for guaranteed success! Guaranteed 640-863 practice questions with complete solution to help you pass 642-072 exam on first try.

View Demo

Some Usefull Tutorials On Letterpress

How to Create Inset Typography in Photoshop

Create a Letterpress Effect with CSS Text-Shadow

Creating Editable Letterpress Styled Text

Create a Sleek Pressed Letter Design

Grooveshark design style in Fireworks

Ps Letterpress emboss text effect

Author : Vikas Ghodke

Vikas ghodke, 21 Male from india, now working as freelance web designer. You can follow him on twitter @acrisdesign

44 Responses to “Letterpress Text Effect Using Photoshop and CSS”

  1. fandy says:

    Simple and useful tutorial

  2. nice and easy.
    thanks for the tut :)

  3. Social comments and analytics for this post…

    This post was mentioned on Twitter by acrisdesign: Letterpress Text Effect Using Photoshop and CSS http://is.gd/auMzi RT PLZ…

  4. sriganesh says:

    thanks for the tuts, the css, is new to me :D

  5. Elli Bietsch says:

    I found this post while surfing the net music. Thanks for sharing will be sure to follow this blog regularly.

  6. Vikas Ghodke says:

    THanks Fandy, Nikola and Sri for your comments.

  7. Lakshya says:

    Nice and useful work
    thanks

  8. Richie says:

    This is very useful tutorial for a beginner in CSS like me. Clearly written and easy to follow. Thanks Vikas

  9. [...] Read more here: Letterpress Text Effect Using Photoshop and CSS | DesignBump [...]

  10. Nice tut Vikas ill look out for more , always need to polish the little code I know : 0

  11. [...] Letterpress Text Effect Using Photoshop and CSS | AcrisDesign … [...]

  12. Free Trials says:

    Great blog design and awesome posts. Keep up the good work!

  13. [...] Letterpress Text Effect Using Photoshop and CSS | AcrisDesign … [...]

  14. Mihai O. says:

    Great tutorial!

  15. Very useful, thanks.
    I would also like to know how to do this with Illustrator CS4.

  16. [...] Letterpress Text Effect Using Photoshop &#1072&#1495&#1281 CSS | AcrisDesign [...]

  17. pratik says:

    nice tuts dude
    its very easy to learn and its effective

  18. I want you to know, your article goes to the core of the subject. Your lucidity leaves me wanting to know more. I will immediately grab your feed to keep up to date with your blog. Saying thanks is simply my little way of saying great job for a good resource. Let In my nicest wishes for your next publication.

  19. Umer says:

    Yeah, practice is the most important part

  20. [...] Letterpress Text Effect Using Photoshop and CSS [...]

  21. Ted Goas says:

    Am I missing something?

    You have a nice, quick way of doing letterpress in Photoshop… but your CSS code is just CSS3 drop shadow that (strangely) changes color on hover. No inner shadow.

  22. Letterpress Text Effect Using Photoshop and CSS…

    So here today we will learn how to achieve Letterpress effect with photoshop and also with Css…

  23. Atul says:

    I love this effect and been looking for this for some time. Thanks!

  24. [...] Letterpress Text Effect Using Photoshop and CSS | AcrisDesign (tags: css) [...]

  25. [...] Letterpress Text Effect Using Photoshop and CSS | AcrisDesign (tags: photoshop) [...]

  26. [...] learn how to create a “Letterpress” effect using CSS3 and Photoshop. Source: http://acrisdesign.com/2010/03/letterpress-text-effect-using-photoshop-and-css/Creating a Polaroid photo viewer with CSS3 and jQuerySeems that Polaroid’s are popular again: [...]

  27. [...] Typography is definitely something that can either make a design great, or totally ruin it. CSS3 introduced some really interesting properties to enhance the texts and titles of your designs. In this post, you’ll learn how to create a “Letterpress” effect using CSS3 and Photoshop. Source: http://acrisdesign.com/2010/03/letterpress-text-effect-using-photoshop-and-css/ [...]

  28. Eddie says:

    Nice ONE Thanks :)

  29. [...] Typography is definitely something that can either make a design great, or totally ruin it. CSS3 introduced some really interesting properties to enhance the texts and titles of your designs. In this post, you’ll learn how to create a “Letterpress” effect using CSS3 and Photoshop. Source: http://acrisdesign.com/2010/03/letterpress-text-effect-using-photoshop-and-css/ [...]

  30. [...] Trackback > Letterpress Text Effect Using Photoshop and CSS | AcrisDesign – http://acrisdesign.com/2010/03/letterpress-text-effect-using-photoshop-and-css – PUT YOUR HOMESHOOLED TEENS TO WORK! A homeschool mom, Debbie Maubach, has developed a wonderful 9- week Homeschool Entrepreneur course for high schoolers. The course covers many areas of interest including setting up a business plan, marketing strategies, setting prices, and much, much more! The course provides step by step instructions including worksheets and many hands-on activities. It?s a great resource to provide your budding entrepreneur with information he/she needs to launch a business while learning simple accounting, business skills, and advertising acumen. http://bit.ly/bRL6EZ [...]

  31. [...] Letterpress Text Effect Using Photoshop and CSS [...]

  32. [...] Efecto tipografía se ve bien en sitios web moderno, tipografía efecto puede ganar usando Photoshop y también mediante el texto-la propiedad sombra de CSS. Así que hoy vamos a aprender a alcanzar el efecto tipografía con Photoshop, y también con CSS y en el final de este tutoriales también hemos recogido algunos tutoriales sobre tipografía en torno al diseño [. . . ] URL del artículo original http://acrisdesign.com/2010/03/letterpress-text-effect-using-photoshop-and-css/ [...]

  33. Emma Stone says:

    this is great ive bookmarked this one hehe

  34. Jae Xavier says:

    AHA! That’s how its done! Finally I now know the secret of CSS3 letterpress :)

    Thanks!

  35. Please, can you PM me and tell me few more thinks about this, I am really fan of your blog.

  36. [...] Typography is definitely something that can either make a design great, or totally ruin it. CSS3 introduced some really interesting properties to enhance the texts and titles of your designs. In this post, you’ll learn how to create a “Letterpress” effect using CSS3 and Photoshop. Source: http://acrisdesign.com/2010/03/letterpress-text-effect-using-photoshop-and-css/ [...]

  37. Kevin Althaus says:

    Thank you for this.

  38. Ubunut says:

    Hi just wanted to point out that you can use multiple text-shadows separated by “,”(comma)

    example: text-shadow: white 0px 0px 4px, #FF3 0px -5px 4px;

    my humble try at the inner shadow :P
    http://cl.ly/rrE

  39. WPExplorer says:

    I think your first color is off…you say to use fff7f7 however the final result looks more like e4e4e4

  40. Sivaranjan says:

    Lovely post, i had been struggling to find something like this for quite a while. Thanks a lot for sharing. I am going to add it to my CSS aggregator site.

  41. Hi, I’m beginning to learn css program. Write your thank you letter will help me a lot of work.

Leave a Reply

Get Adobe Flash playerPlugin by wpburn.com wordpress themes