Skip to main content Skip to docs navigation

#14616e 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 Seamount and its hex is #15646D Nearest Color Name

Color Hue/Base color: Green

Hex #14616e Color code in RGB color code model is created after adding 7.84% red color, 38.04% green color and 43.14% blue color. Hex #14616e Color code in CMYK color (process color) code model is generated after subtraction of 82% cyan, 12% magenta, 0% yellow and 56.86% black.

Hex #14616e color code is between #116666 web safe hex color code and #225577 web safe hex color code. #116666 is the nearest web safe color code. You can see here many more shades of #14616e color code.

RGB Chart

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

Color Table

Hex Color Code 14616e #14616e
RGB Decimal 20, 97, 110 20, 97, 110
RGB Percent 8%, 38%, 43% rgb(8%, 38%, 43%)
CSS RGBa 20, 97, 110,1 rgba(20,97,110,1)
CMYK Model cmyk(82%,12%,0%,56.86%)
HSL Color Space 189,69% ,25% hsl(189,69% ,25%)
HSV Color Space 189°, 82%, 43%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010100 01100001 01101110
Octal 24 141 156
Decimal 20 97 110
Hex 14 61 6e

Different shades of #14616e color code.

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

Darkest of #14616e
#000000
Darker of #14616e
#041518
Dark of #14616e
#0c3b43
Base of #14616e
#14616e
Light of #14616e
#1c8799
Lighter
#24adc4
Lightest
#3fc5dc

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

#14616e
#6e2114

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

Split Complementary

#14616e
#6e1434
#6e4e14

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

Analogous Color

#146e47
#146e56
#14616e
#14436e
#141d6e

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

#14616e
#616e14
#6e1461

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

#14616e
#6e1461
#6e2114
#146e21

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

#14616e
#4e146e
#6e2114
#346e14

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 #14616e

#000000
#000000
#041518
#0c3b43
#14616e
#1c8799
#24adc4
#3fc5dc
#6ad2e4

Tints of #14616e Color

#14616e
#2e727e
#48848e
#62959e
#7ca7ae
#96b8be
#b0cace
#cadbde
#e4edee
#ffffff

Shades of #14616e color code

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

#14616e
#115661
#0f4b55
#0d4049
#0b353d
#082b30
#062024
#041518
#020a0c
#000000

Tones

#14616e
#215861
#2e4f54
#3b4547
#414141

Tones

Similar Color like #14616e color

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

#15626f
#166370
#176471
#186572
#196673
#1a6774
#1b6875
#1c6976
#1d6a77
#1e6b78
#1f6c79
#206d7a
#216e7b
#226f7c
#13606d
#125f6c
#115e6b
#105d6a
#0f5c69
#0e5b68
#0d5a67
#0c5966
#0b5865
#0a5764
#095663
#085562
#075461
#065360

Download this Dark Green

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

#14616e Color Code Preview on Black Background Color

This is how #14616e Color will look on black background color. Color contrast ratio is 2.96

#14616e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#14616e color code is use for CSS Background Color

Background color for the above div is #14616e

HTML with inline CSS

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

#14616e color code is use for CSS Border Color

CSS Border color for the above div is #14616e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#14616e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#14616e Color code Preview on White Background

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

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

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(20,97,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,33,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,97,110,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }