Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7705921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:59:06+00:00 2026-05-31T23:59:06+00:00

If I have a photoshop drop shadow with the following settings Blend Mode –

  • 0

If I have a photoshop drop shadow with the following settings

Blend Mode - rgb(0,0,0) / 
Opacity - 25% / 
Angle - 135 degrees /
Distance 4px / 
Spread - 0% / 
Size - 4px

How can I set my CSS3 box shadow so it represents my photoshop design?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T23:59:08+00:00Added an answer on May 31, 2026 at 11:59 pm

    This CSS class is for various web browser collected in one rule without transparency (known support: Firefox 3.5+, Chrome 5+, Safari 5+, Opera 10.6+, IE 9+):

    .shadow {
        -moz-box-shadow: 4px 4px 4px #000;
        -webkit-box-shadow: 4px 4px 4px #000;
        box-shadow: 4px 4px 4px #000;
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
        /* For IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    }
    

    …and this CSS class is with transparency support:

    .shadow {
      -webkit-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.25);
      box-shadow:4px 4px 0px rgba(0, 0, 0, 0.25);
      -webkit-transform:rotate(135deg);
      -moz-transform:rotate(135deg);
      -o-transform:rotate(135deg);
      transform:rotate(135deg);
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

lets say i have the following RGB values: R:129 G:98 B:87 Photoshop says the
I have a semi-transparent view with a drop shadow. I mocked it up in
I want to allow drag-and-drop re-ordering of photoshop-like layers. Assuming I have 3 canvas
Let's say I don't have photoshop, but I want to make pattern files (.pat)
I have created a shiny button in photoshop and now wish to use it
I am making an application which will have an interface similar to Photoshop: multiple
I have this JPEG image , that opens fine in Picasa, Photoshop, web browser,
In my project directory, top level, I have Icon.png. Double-checked in Photoshop, it's 57x57.
I am trying to draw a drop shadow underneath an image to which I
Is it possible to have a transparent photoshop image render in CSS? I tried

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.