@
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.

#40977e hex color - Green - Cool color - Information

#40977e hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #40977e Color code in RGB color code model is created after adding 25.1% red color, 59.22% green color and 49.41% blue color. Hex #40977e Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 0% magenta, 17% yellow and 40.78% black.

Hex #40977e color code is between #449977 web safe hex color code and #338888 web safe hex color code. #449977 is the nearest web safe color code. You can see here many more shades of #40977e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code40977e#40977e
RGB Decimal64, 151, 126rgb(64, 151, 126)
RGB Percent25%, 59%, 49%rgb(25%, 59%, 49%)
CSS RGBa64, 151, 126,1rgba(64,151,126,1)
CMYK Modelcmyk(58%,0%,17%,40.78%)
HSL Color Space163,40% ,42%hsl(163,40% ,42%)
HSV Color Space163°, 58%, 59%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000001001011101111110
Octal100227176
Decimal64151126
Hex40977e

Different shades of #40977e color code.

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

Light Shade of #40977e
#54b69a
Dark Shade of #40977e
#317360
Saturated Shade of #40977e
#35a283
Desaturated Shade of #40977e
#4b8c79
Grey scale Shade of #40977e
#6b6b6b
Brighten Shade
#59b097
Most Readable Shade
#000000

Shades of #40977e color code

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

#40977e
#388670
#317562
#2a6454
#235346
#1c4338
#15322a
#0e211c
#07100e
#000000

Similar Color like #40977e color

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

#41987f
#429980
#439a81
#449b82
#459c83
#469d84
#479e85
#489f86
#49a087
#4aa188
#4ba289
#4ca38a
#4da48b
#4ea58c
#3f967d
#3e957c
#3d947b
#3c937a
#3b9279
#3a9178
#399077
#388f76
#378e75
#368d74
#358c73
#348b72
#338a71
#328970

Monochromatic Color with #40977e

#40977e
#52c1a1
#64ecc5
#0a1714
#1c4237
#2e6c5b

Tints of #40977e Color

#40977e
#55a28c
#6aae9a
#7fb9a9
#94c5b7
#aad0c5
#bfdcd4
#d4e7e2
#e9f3f0
#ffffff

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

#40977e
#974059

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

Split Complementary

#40977e
#974085
#975340

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

Analogous Color

#40975b
#40976d
#40977e
#40978f
#408d97

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

#40977e
#7e4097
#977e40

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

#40977e
#524097
#974059
#849740

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#40977e
#974059
#975340
#408597

Double Complementary 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).

Hex #40977e 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.

#40977e Color Code Preview on Black Background Color

This is how #40977e Color will look on black background color. Color contrast ratio is 5.95

#40977e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #40977e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #40977e

#40977e color code is use for CSS Background Color

Background color for the above div is #40977e

HTML with inline CSS

<div style="background-color:#40977e;"></div>

#40977e color code is use for CSS Border Color

CSS Border color for the above div is #40977e

HTML with inline CSS

<div style="border:5px solid #40977e;"></div>

CSS Border Left color for the above div is #40977e

HTML with inline CSS

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

CSS Border Right color for the above div is #40977e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #40977e

HTML with inline CSS

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

CSS Border Top color for the above div is #40977e

HTML with inline CSS

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

#40977e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#40977e Color code Preview on White Background

This is how #40977e Color code will look on white background color. Color contrast ratio is 3.53

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(64,151,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,64,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(64,151,126,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.