Skip to main content Skip to docs navigation

#444f46 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 Olympic Range and its hex is #424C44 Nearest Color Name

Color Hue/Base color: Green

Hex #444f46 Color code in RGB color code model is created after adding 26.67% red color, 30.98% green color and 27.45% blue color. Hex #444f46 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 11% yellow and 69.02% black.

Hex #444f46 color code is between #335544 web safe hex color code and #554455 web safe hex color code. #335544 is the nearest web safe color code. You can see here many more shades of #444f46 color code.

RGB Chart

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

Color Table

Hex Color Code 444f46 #444f46
RGB Decimal 68, 79, 70 68, 79, 70
RGB Percent 27%, 31%, 27% rgb(27%, 31%, 27%)
CSS RGBa 68, 79, 70,1 rgba(68,79,70,1)
CMYK Model cmyk(14%,0%,11%,69.02%)
HSL Color Space 131,7% ,29% hsl(131,7% ,29%)
HSV Color Space 131°, 14%, 31%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 01001111 01000110
Octal 104 117 106
Decimal 68 79 70
Hex 44 4f 46

Different shades of #444f46 color code.

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

Darkest of #444f46
#000000
Darker of #444f46
#151815
Dark of #444f46
#2c342e
Base of #444f46
#444f46
Light of #444f46
#5c6a5e
Lighter
#738677
Lightest
#8e9e91

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

#444f46
#4f444d

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

Split Complementary

#444f46
#4b444f
#4f4447

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

Analogous Color

#484f44
#474f44
#444f46
#444f4a
#444f4e

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

#444f46
#4f4644
#46444f

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

#444f46
#46444f
#4f444d
#4d4f44

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

#444f46
#44474f
#4f444d
#4f4b44

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 #444f46

#000000
#000000
#151815
#2c342e
#444f46
#5c6a5e
#738677
#8e9e91
#aab5ac

Tints of #444f46 Color

#444f46
#58625a
#6d766f
#828983
#979d98
#abb0ac
#c0c4c1
#d5d7d5
#eaebea
#ffffff

Shades of #444f46 color code

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

#444f46
#3c463e
#343d36
#2d342e
#252b26
#1e231f
#161a17
#0f110f
#070807
#000000

Tones

#444f46
#494949
#494949
#494949
#494949

Tones

Similar Color like #444f46 color

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

#455047
#465148
#475249
#48534a
#49544b
#4a554c
#4b564d
#4c574e
#4d584f
#4e5950
#4f5a51
#505b52
#515c53
#525d54
#434e45
#424d44
#414c43
#404b42
#3f4a41
#3e4940
#3d483f
#3c473e
#3b463d
#3a453c
#39443b
#38433a
#374239
#364138

Download this Dark Green

Hex #444f46 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.

#444f46 Color Code Preview on Black Background Color

This is how #444f46 Color will look on black background color. Color contrast ratio is 2.45

#444f46 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #444f46

HTML with inline CSS

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

Your Example Paragraph content text in with font color #444f46

#444f46 color code is use for CSS Background Color

Background color for the above div is #444f46

HTML with inline CSS

<div style="background-color:#444f46;"></div>

#444f46 color code is use for CSS Border Color

CSS Border color for the above div is #444f46

HTML with inline CSS

<div style="border:5px solid #444f46;"></div>

CSS Border Left color for the above div is #444f46

HTML with inline CSS

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

CSS Border Right color for the above div is #444f46

HTML with inline CSS

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

CSS Border Bottom color for the above div is #444f46

HTML with inline CSS

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

CSS Border Top color for the above div is #444f46

HTML with inline CSS

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

#444f46 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#444f46 Color code Preview on White Background

This is how #444f46 Color code will look on white background color. Color contrast ratio is 8.56

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

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