Skip to main content Skip to docs navigation

#449e86 hex color | Download Dark Green 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 Dioptase Green and its hex is #439E8D Nearest Color Name

Color Hue/Base color: Green

Hex #449e86 Color code in RGB color code model is created after adding 26.67% red color, 61.96% green color and 52.55% blue color. Hex #449e86 Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 0% magenta, 15% yellow and 38.04% black.

Hex #449e86 color code is between #339988 web safe hex color code and #55aa77 web safe hex color code. #339988 is the nearest web safe color code. You can see here many more shades of #449e86 color code.

RGB Chart

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

Color Table

Hex Color Code 449e86 #449e86
RGB Decimal 68, 158, 134 68, 158, 134
RGB Percent 27%, 62%, 53% rgb(27%, 62%, 53%)
CSS RGBa 68, 158, 134,1 rgba(68,158,134,1)
CMYK Model cmyk(57%,0%,15%,38.04%)
HSL Color Space 164,40% ,44% hsl(164,40% ,44%)
HSV Color Space 164°, 57%, 62%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 10011110 10000110
Octal 104 236 206
Decimal 68 158 134
Hex 44 9e 86

Different shades of #449e86 color code.

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

Darkest of #449e86
#16332b
Darker of #449e86
#25574a
Dark of #449e86
#357a68
Base of #449e86
#449e86
Light of #449e86
#5cb9a0
Lighter
#80c8b5
Lightest
#a3d8ca

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

#449e86
#9e445c

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

Split Complementary

#449e86
#9e4489
#9e5944

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

Analogous Color

#449e51
#449e60
#449e86
#44989e
#44729e

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

#449e86
#9e8644
#86449e

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

#449e86
#86449e
#9e445c
#5c9e44

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

#449e86
#59449e
#9e445c
#899e44

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 #449e86

#070f0d
#16332b
#25574a
#357a68
#449e86
#5cb9a0
#80c8b5
#a3d8ca
#c7e7de

Tints of #449e86 Color

#449e86
#58a893
#6db3a0
#82beae
#97c9bb
#abd3c9
#c0ded6
#d5e9e4
#eaf4f1
#ffffff

Shades of #449e86 color code

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

#449e86
#3c8c77
#347a68
#2d6959
#25574a
#1e463b
#16342c
#0f231d
#07110e
#000000

Tones

#449e86
#5b877b
#717171
#717171
#717171

Tones

Similar Color like #449e86 color

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

#459f87
#46a088
#47a189
#48a28a
#49a38b
#4aa48c
#4ba58d
#4ca68e
#4da78f
#4ea890
#4fa991
#50aa92
#51ab93
#52ac94
#439d85
#429c84
#419b83
#409a82
#3f9981
#3e9880
#3d977f
#3c967e
#3b957d
#3a947c
#39937b
#38927a
#379179
#369078

Download this Dark Green

Hex #449e86 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.

#449e86 Color Code Preview on Black Background Color

This is how #449e86 Color will look on black background color. Color contrast ratio is 6.48

#449e86 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #449e86

HTML with inline CSS

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

Your Example Paragraph content text in with font color #449e86

#449e86 color code is use for CSS Background Color

Background color for the above div is #449e86

HTML with inline CSS

<div style="background-color:#449e86;"></div>

#449e86 color code is use for CSS Border Color

CSS Border color for the above div is #449e86

HTML with inline CSS

<div style="border:5px solid #449e86;"></div>

CSS Border Left color for the above div is #449e86

HTML with inline CSS

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

CSS Border Right color for the above div is #449e86

HTML with inline CSS

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

CSS Border Bottom color for the above div is #449e86

HTML with inline CSS

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

CSS Border Top color for the above div is #449e86

HTML with inline CSS

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

#449e86 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#449e86 Color code Preview on White Background

This is how #449e86 Color code will look on white background color. Color contrast ratio is 3.24

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

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(68,158,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,68,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(68,158,134,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }