crispedge.com

Color picker

Loading...

#48473d hex color - Grey - Warm color - Information

#48473d hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #48473d Color code in RGB color code model is created after adding 28.24% red color, 27.84% green color and 23.92% blue color. Hex #48473d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 15% yellow and 72% black.

Hex #48473d color code is between #444444 web safe hex color code and #555533 web safe hex color code. #444444 is the nearest web safe color code. You can see here many more shades of #48473d color code.

0 Likes 0 Comments | 31 Views

RGB Chart

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

Color Table

Hex Color Code48473d#48473d
RGB Decimal72, 71, 61rgb(72, 71, 61)
RGB Percent28%, 28%, 24%rgb(28%, 28%, 24%)
CSS RGBa72, 71, 61,1rgba(72,71,61,1)
CMYK Modelcmyk(0%,1%,15%,72%)
HSL Color Space55,8% ,26%hsl(55,8% ,26%)
HSV Color Space55°, 15%, 28%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010010000100011100111101
Octal11010775
Decimal727161
Hex48473d

Different shades of #48473d color code.

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

Light Shade of #48473d
#646254
Dark Shade of #48473d
#2c2c26
Saturated Shade of #48473d
#4f4c36
Desaturated Shade of #48473d
#424242
Grey scale Shade of #48473d
#424242
Brighten Shade
#616056
Most Readable Shade
#FFFFFF

Shades of #48473d color code

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

#48473d
#403f36
#38372f
#302f28
#282721
#201f1b
#181714
#100f0d
#080706
#000000

Similar Color like #48473d color

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

#49483e
#4a493f
#4b4a40
#4c4b41
#4d4c42
#4e4d43
#4f4e44
#504f45
#515046
#525147
#535248
#545349
#55544a
#56554b
#47463c
#46453b
#45443a
#444339
#434238
#424137
#414036
#403f35
#3f3e34
#3e3d33
#3d3c32
#3c3b31
#3b3a30
#3a392f

Monochromatic Color with #48473d

#48473d
#727161
#9d9b85
#c7c5a9
#f2efcd
#1d1d19

Tints of #48473d Color

#48473d
#5c5b52
#706f68
#85847d
#999893
#adada8
#c2c1be
#d6d6d3
#eaeae9
#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

#48473d
#3d3e48

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

Split Complementary

#48473d
#3d4448
#423d48

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

Analogous Color

#48433d
#48453d
#48473d
#47483d
#45483d

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

#48473d
#3d4847
#473d48

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

#48473d
#3d4841
#3d3e48
#483d43

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

#48473d
#3d3e48
#423d48
#44483d

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 #48473d 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.

#48473d Color Code Preview on Black Background Color

This is how #48473d Color will look on black background color. Color contrast ratio is 2.24

#48473d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48473d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48473d

#48473d color code is use for CSS Background Color

Background color for the above div is #48473d

HTML with inline CSS

<div style="background-color:#48473d;"></div>

#48473d color code is use for CSS Border Color

CSS Border color for the above div is #48473d

HTML with inline CSS

<div style="border:5px solid #48473d;"></div>

CSS Border Left color for the above div is #48473d

HTML with inline CSS

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

CSS Border Right color for the above div is #48473d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #48473d

HTML with inline CSS

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

CSS Border Top color for the above div is #48473d

HTML with inline CSS

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

#48473d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48473d Color code Preview on White Background

This is how #48473d Color code will look on white background color. Color contrast ratio is 9.36

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 #48473d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #48473d; }

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(72,71,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,62,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(72,71,61,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 31 Views

Post your comment:-

By submitting comment you agree to our privacy policy.