Skip to main content Skip to docs navigation

#38393F hex color | After Midnight | Download Dark Grey BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Color Hue/Base color: Grey

Hex #38393F Color Code is also known as | After Midnight color.

Hex #38393F Color code in RGB color code model is created after adding 21.96% red color, 22.35% green color and 24.71% blue color. Hex #38393F Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 10% magenta, 0% yellow and 75.29% black.

Hex #38393F color code is between #333344 web safe hex color code and #444433 web safe hex color code. #333344 is the nearest web safe color code. You can see here many more shades of #38393F color code.

RGB Chart

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

Color Table

Hex Color Code 38393F #38393F
RGB Decimal 56, 57, 63 56, 57, 63
RGB Percent 22%, 22%, 25% rgb(22%, 22%, 25%)
CSS RGBa 56, 57, 63,1 rgba(56,57,63,1)
CMYK Model cmyk(11%,10%,0%,75.29%)
HSL Color Space 231,6% ,23% hsl(231,6% ,23%)
HSV Color Space 231°, 11%, 25%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111000 00111001 00111111
Octal 70 71 77
Decimal 56 57 63
Hex 38 39 3F

Different shades of #38393F color code.

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

Darkest of #38393F
#000000
Darker of #38393F
#080809
Dark of #38393F
#202124
Base of #38393F
#38393f
Light of #38393F
#50515a
Lighter
#686a75
Lightest
#81838f

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

#38393f
#3f3e38

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

Split Complementary

#38393F
#3f3a38
#3c3f38

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

Analogous Color

#383d3f
#383c3f
#38393f
#39383f
#3c383f

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

#38393F
#393f38
#3f3839

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

#38393F
#3f3839
#3f3e38
#383f3e

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

Square Color

#38393F
#3f383c
#3f3e38
#383f3a

Square 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).

Monochromatic Color with #38393F

#000000
#000000
#080809
#202124
#38393f
#50515a
#686a75
#81838f
#9c9ea7

Tints of #38393F Color

#38393f
#4e4f54
#646569
#7a7b7f
#909194
#a6a7a9
#bcbdbf
#d2d3d4
#e8e9e9
#ffffff

Shades of #38393F color code

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

#38393f
#313238
#2b2c31
#25262a
#1f1f23
#18191c
#121315
#0c0c0e
#060607
#000000

Tones

#38393f
#3b3b3b
#3b3b3b
#3b3b3b
#3b3b3b

Tones

Similar Color like #38393F color

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

#393a40
#3a3b41
#3b3c42
#3c3d43
#3d3e44
#3e3f45
#3f4046
#404147
#414248
#424349
#43444a
#44454b
#45464c
#46474d
#37383e
#36373d
#35363c
#34353b
#33343a
#323339
#313238
#303137
#2f3036
#2e2f35
#2d2e34
#2c2d33
#2b2c32
#2a2b31

Download this Dark Grey

Hex #38393F 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.

#38393F Color Code Preview on Black Background Color

This is how #38393F Color will look on black background color. Color contrast ratio is 1.83

#38393F in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38393F

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38393F

#38393F color code is use for CSS Background Color

Background color for the above div is #38393F

HTML with inline CSS

<div style="background-color:#38393F;"></div>

#38393F color code is use for CSS Border Color

CSS Border color for the above div is #38393F

HTML with inline CSS

<div style="border:5px solid #38393F;"></div>

CSS Border Left color for the above div is #38393F

HTML with inline CSS

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

CSS Border Right color for the above div is #38393F

HTML with inline CSS

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

CSS Border Bottom color for the above div is #38393F

HTML with inline CSS

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

CSS Border Top color for the above div is #38393F

HTML with inline CSS

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

#38393F hex Color code used as CSS color Codes

Example CSS Class for usage

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

#38393F Color code Preview on White Background

This is how #38393F Color code will look on white background color. Color contrast ratio is 11.51

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(56,57,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(63,62,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(56,57,63,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }