Skip to main content Skip to docs navigation

#44978f 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 Catalan and its hex is #429395 Nearest Color Name

Color Hue/Base color: Green

Hex #44978f Color code in RGB color code model is created after adding 26.67% red color, 59.22% green color and 56.08% blue color. Hex #44978f Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 5% yellow and 40.78% black.

Hex #44978f color code is between #339988 web safe hex color code and #558899 web safe hex color code. #339988 is the nearest web safe color code. You can see here many more shades of #44978f color code.

RGB Chart

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

Color Table

Hex Color Code 44978f #44978f
RGB Decimal 68, 151, 143 68, 151, 143
RGB Percent 27%, 59%, 56% rgb(27%, 59%, 56%)
CSS RGBa 68, 151, 143,1 rgba(68,151,143,1)
CMYK Model cmyk(55%,0%,5%,40.78%)
HSL Color Space 174,38% ,43% hsl(174,38% ,43%)
HSV Color Space 174°, 55%, 59%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 10010111 10001111
Octal 104 227 217
Decimal 68 151 143
Hex 44 97 8f

Different shades of #44978f color code.

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

Darkest of #44978f
#142e2b
Darker of #44978f
#24514c
Dark of #44978f
#34746e
Base of #44978f
#44978f
Light of #44978f
#5ab4ac
Lighter
#7dc4bd
Lightest
#a0d4cf

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

#44978f
#97444c

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

Split Complementary

#44978f
#974475
#976644

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

Analogous Color

#44975f
#44976c
#44978f
#448397
#446197

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

#44978f
#978f44
#8f4497

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

#44978f
#8f4497
#97444c
#4c9744

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

#44978f
#664497
#97444c
#759744

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 #44978f

#050a0a
#142e2b
#24514c
#34746e
#44978f
#5ab4ac
#7dc4bd
#a0d4cf
#c3e4e1

Tints of #44978f Color

#44978f
#58a29b
#6daea7
#82b9b4
#97c5c0
#abd0cd
#c0dcd9
#d5e7e6
#eaf3f2
#ffffff

Shades of #44978f color code

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

#44978f
#3c867f
#34756f
#2d645f
#25534f
#1e433f
#16322f
#0f211f
#07100f
#000000

Tones

#44978f
#5a817d
#6d6d6d
#6d6d6d
#6d6d6d

Tones

Similar Color like #44978f color

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

#459890
#469991
#479a92
#489b93
#499c94
#4a9d95
#4b9e96
#4c9f97
#4da098
#4ea199
#4fa29a
#50a39b
#51a49c
#52a59d
#43968e
#42958d
#41948c
#40938b
#3f928a
#3e9189
#3d9088
#3c8f87
#3b8e86
#3a8d85
#398c84
#388b83
#378a82
#368981

Download this Dark Green

Hex #44978f 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.

#44978f Color Code Preview on Black Background Color

This is how #44978f Color will look on black background color. Color contrast ratio is 6.07

#44978f in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#44978f color code is use for CSS Background Color

Background color for the above div is #44978f

HTML with inline CSS

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

#44978f color code is use for CSS Border Color

CSS Border color for the above div is #44978f

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#44978f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#44978f Color code Preview on White Background

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

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

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