Skip to main content Skip to docs navigation

#408d64 hex color | Download Dark Blue 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

Woow we have a nearby visually matching color name available. It's name is Illuminati Green and its hex is #419168 Nearest Color Name

Color Hue/Base color: Blue

Hex #408d64 Color code in RGB color code model is created after adding 25.1% red color, 55.29% green color and 39.22% blue color. Hex #408d64 Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 29% yellow and 44.71% black.

Hex #408d64 color code is between #448866 web safe hex color code and #339955 web safe hex color code. #448866 is the nearest web safe color code. You can see here many more shades of #408d64 color code.

RGB Chart

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

Color Table

Hex Color Code 408d64 #408d64
RGB Decimal 64, 141, 100 64, 141, 100
RGB Percent 25%, 55%, 39% rgb(25%, 55%, 39%)
CSS RGBa 64, 141, 100,1 rgba(64,141,100,1)
CMYK Model cmyk(55%,0%,29%,44.71%)
HSL Color Space 148,38% ,40% hsl(148,38% ,40%)
HSV Color Space 148°, 55%, 55%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000000 10001101 01100100
Octal 100 215 144
Decimal 64 141 100
Hex 40 8d 64

Different shades of #408d64 color code.

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

Darkest of #408d64
#102419
Darker of #408d64
#204732
Dark of #408d64
#306a4b
Base of #408d64
#408d64
Light of #408d64
#50b07d
Lighter
#73c097
Lightest
#96d0b1

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

#408d64
#8d4069

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

Split Complementary

#408d64
#8b408d
#8d4043

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

Analogous Color

#498d40
#408d44
#408d64
#408d7e
#407c8d

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

#408d64
#8d6440
#64408d

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

#408d64
#64408d
#8d4069
#698d40

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

#408d64
#40438d
#8d4069
#8d8b40

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 #408d64

#000100
#102419
#204732
#306a4b
#408d64
#50b07d
#73c097
#96d0b1
#badfcb

Tints of #408d64 Color

#408d64
#559975
#6aa686
#7fb397
#94bfa8
#aaccba
#bfd9cb
#d4e5dc
#e9f2ed
#ffffff

Shades of #408d64 color code

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

#408d64
#387d58
#316d4d
#2a5e42
#234e37
#1c3e2c
#152f21
#0e1f16
#070f0b
#000000

Tones

#408d64
#557965
#676767
#676767
#676767

Tones

Similar Color like #408d64 color

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

#418e65
#428f66
#439067
#449168
#459269
#46936a
#47946b
#48956c
#49966d
#4a976e
#4b986f
#4c9970
#4d9a71
#4e9b72
#3f8c63
#3e8b62
#3d8a61
#3c8960
#3b885f
#3a875e
#39865d
#38855c
#37845b
#36835a
#358259
#348158
#338057
#327f56

Download this Dark Blue

Hex #408d64 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.

#408d64 Color Code Preview on Black Background Color

This is how #408d64 Color will look on black background color. Color contrast ratio is 5.21

#408d64 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #408d64

HTML with inline CSS

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

Your Example Paragraph content text in with font color #408d64

#408d64 color code is use for CSS Background Color

Background color for the above div is #408d64

HTML with inline CSS

<div style="background-color:#408d64;"></div>

#408d64 color code is use for CSS Border Color

CSS Border color for the above div is #408d64

HTML with inline CSS

<div style="border:5px solid #408d64;"></div>

CSS Border Left color for the above div is #408d64

HTML with inline CSS

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

CSS Border Right color for the above div is #408d64

HTML with inline CSS

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

CSS Border Bottom color for the above div is #408d64

HTML with inline CSS

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

CSS Border Top color for the above div is #408d64

HTML with inline CSS

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

#408d64 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#408d64 Color code Preview on White Background

This is how #408d64 Color code will look on white background color. Color contrast ratio is 4.03

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

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(64,141,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(141,64,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(64,141,100,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }