crispedge.com

Color picker

Loading...

#93525f hex color - Red - Warm color - Information

#93525f hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #93525f Color code in RGB color code model is created after adding 57.65% red color, 32.16% green color and 37.25% blue color. Hex #93525f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 35% yellow and 42% black.

Hex #93525f color code is between #995566 web safe hex color code and #884455 web safe hex color code. #995566 is the nearest web safe color code. You can see here many more shades of #93525f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code93525f#93525f
RGB Decimal147, 82, 95rgb(147, 82, 95)
RGB Percent58%, 32%, 37%rgb(58%, 32%, 37%)
CSS RGBa147, 82, 95,1rgba(147,82,95,1)
CMYK Modelcmyk(0%,44%,35%,42%)
HSL Color Space348,28% ,45%hsl(348,28% ,45%)
HSV Color Space348°, 44%, 58%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100100110101001001011111
Octal223122137
Decimal1478295
Hex93525f

Different shades of #93525f color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #93525f
#ad6b78
Dark Shade of #93525f
#72404a
Saturated Shade of #93525f
#9e4758
Desaturated Shade of #93525f
#885d66
Grey scale Shade of #93525f
#727272
Brighten Shade
#ac6b78
Most Readable Shade
#FFFFFF

Shades of #93525f color code

Generate more color scales with scales (color stack) generator.

#93525f
#824854
#723f49
#62363f
#512d34
#41242a
#311b1f
#201215
#10090a
#000000

Similar Color like #93525f color

Find visually similar hex color codes nearing to #93525f hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#945360
#955461
#965562
#975663
#985764
#995865
#9a5966
#9b5a67
#9c5b68
#9d5c69
#9e5d6a
#9f5e6b
#a05f6c
#a1606d
#92515e
#91505d
#904f5c
#8f4e5b
#8e4d5a
#8d4c59
#8c4b58
#8b4a57
#8a4956
#894855
#884754
#874653
#864552
#854451

Monochromatic Color with #93525f

#93525f
#bd6a7a
#e88196
#130b0d
#3e2328
#683a44

Tints of #93525f Color

#93525f
#9f6570
#ab7882
#b78b94
#c39ea6
#cfb2b7
#dbc5c9
#e7d8db
#f3ebed
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#93525f
#529386

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#93525f
#529365
#528093

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#935279
#93526c
#93525f
#935252
#935f52

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#93525f
#5f9352
#525f93

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#93525f
#7f9352
#529386
#655293

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#93525f
#529386
#528093
#936552

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #93525f Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#93525f Color Code Preview on Black Background Color

This is how #93525f Color will look on black background color. Color contrast ratio is 3.61

#93525f in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#93525f">Your Example Paragraph content text in with font color #93525f </p>

Your Example Paragraph content text in with font color #93525f

HTML with inline CSS

<div style="color:#93525f">Your Paragraph text in with font color #93525f </div>

Your Example Paragraph content text in with font color #93525f

#93525f color code is use for CSS Background Color

Background color for the above div is #93525f

HTML with inline CSS

<div style="background-color:#93525f;"></div>

#93525f color code is use for CSS Border Color

CSS Border color for the above div is #93525f

HTML with inline CSS

<div style="border:5px solid #93525f;"></div>

CSS Border Left color for the above div is #93525f

HTML with inline CSS

<div style="border-left:5px solid #93525f;"></div>

CSS Border Right color for the above div is #93525f

HTML with inline CSS

<div style="border-right:5px solid #93525f;"></div>

CSS Border Bottom color for the above div is #93525f

HTML with inline CSS

<div style="border-bottom:5px solid #93525f;"></div>

CSS Border Top color for the above div is #93525f

HTML with inline CSS

<div style="border-top:5px solid #93525f;"></div>

#93525f hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#93525f; } .examplecolorclass {color:#93525f; } .examplebordercolor {border:3px solid #93525f; }

#93525f Color code Preview on White Background

This is how #93525f Color code will look on white background color. Color contrast ratio is 5.81

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #93525f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #93525f; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(147,82,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,147,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(147,82,95,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.