Skip to main content Skip to docs navigation

#44827a 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 Bubble Turquoise and its hex is #43817A Nearest Color Name

Color Hue/Base color: Green

Hex #44827a Color code in RGB color code model is created after adding 26.67% red color, 50.98% green color and 47.84% blue color. Hex #44827a Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 0% magenta, 6% yellow and 49.02% black.

Hex #44827a color code is between #338877 web safe hex color code and #557788 web safe hex color code. #338877 is the nearest web safe color code. You can see here many more shades of #44827a color code.

RGB Chart

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

Color Table

Hex Color Code 44827a #44827a
RGB Decimal 68, 130, 122 68, 130, 122
RGB Percent 27%, 51%, 48% rgb(27%, 51%, 48%)
CSS RGBa 68, 130, 122,1 rgba(68,130,122,1)
CMYK Model cmyk(48%,0%,6%,49.02%)
HSL Color Space 172,31% ,39% hsl(172,31% ,39%)
HSV Color Space 172°, 48%, 51%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 10000010 01111010
Octal 104 202 172
Decimal 68 130 122
Hex 44 82 7a

Different shades of #44827a color code.

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

Darkest of #44827a
#0f1e1c
Darker of #44827a
#213f3b
Dark of #44827a
#32615b
Base of #44827a
#44827a
Light of #44827a
#56a399
Lighter
#75b7ae
Lightest
#97c8c2

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

#44827a
#82444c

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

Split Complementary

#44827a
#82446b
#825b44

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

Analogous Color

#448256
#448260
#44827a
#447582
#445b82

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

#44827a
#827a44
#7a4482

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

#44827a
#7a4482
#82444c
#4c8244

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

#44827a
#5b4482
#82444c
#6b8244

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 #44827a

#000000
#0f1e1c
#213f3b
#32615b
#44827a
#56a399
#75b7ae
#97c8c2
#b8dad6

Tints of #44827a Color

#44827a
#588f88
#6d9d97
#82aba6
#97b9b5
#abc7c3
#c0d5d2
#d5e3e1
#eaf1f0
#ffffff

Shades of #44827a color code

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

#44827a
#3c736c
#34655e
#2d5651
#254843
#1e3936
#162b28
#0f1c1b
#070e0d
#000000

Tones

#44827a
#586e6b
#636363
#636363
#636363

Tones

Similar Color like #44827a color

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

#45837b
#46847c
#47857d
#48867e
#49877f
#4a8880
#4b8981
#4c8a82
#4d8b83
#4e8c84
#4f8d85
#508e86
#518f87
#529088
#438179
#428078
#417f77
#407e76
#3f7d75
#3e7c74
#3d7b73
#3c7a72
#3b7971
#3a7870
#39776f
#38766e
#37756d
#36746c

Download this Dark Green

Hex #44827a 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.

#44827a Color Code Preview on Black Background Color

This is how #44827a Color will look on black background color. Color contrast ratio is 4.72

#44827a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #44827a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #44827a

#44827a color code is use for CSS Background Color

Background color for the above div is #44827a

HTML with inline CSS

<div style="background-color:#44827a;"></div>

#44827a color code is use for CSS Border Color

CSS Border color for the above div is #44827a

HTML with inline CSS

<div style="border:5px solid #44827a;"></div>

CSS Border Left color for the above div is #44827a

HTML with inline CSS

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

CSS Border Right color for the above div is #44827a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #44827a

HTML with inline CSS

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

CSS Border Top color for the above div is #44827a

HTML with inline CSS

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

#44827a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#44827a Color code Preview on White Background

This is how #44827a Color code will look on white background color. Color contrast ratio is 4.45

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

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