crispedge.com

Color picker

Loading...

#50624c hex color - Green - Cool color - Information

#50624c hex color - Green - Cool color

Color Hue/Base color: Green

Hex #50624c Color code in RGB color code model is created after adding 31.37% red color, 38.43% green color and 29.8% blue color. Hex #50624c Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 22% yellow and 62% black.

Hex #50624c color code is between #556644 web safe hex color code and #445555 web safe hex color code. #556644 is the nearest web safe color code. You can see here many more shades of #50624c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code50624c#50624c
RGB Decimal80, 98, 76rgb(80, 98, 76)
RGB Percent31%, 38%, 30%rgb(31%, 38%, 30%)
CSS RGBa80, 98, 76,1rgba(80,98,76,1)
CMYK Modelcmyk(18%,0%,22%,62%)
HSL Color Space109,13% ,34%hsl(109,13% ,34%)
HSV Color Space109°, 22%, 38%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100000110001001001100
Octal120142114
Decimal809876
Hex50624c

Different shades of #50624c color code.

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

Light Shade of #50624c
#677f62
Dark Shade of #50624c
#394536
Saturated Shade of #50624c
#4a6b43
Desaturated Shade of #50624c
#565955
Grey scale Shade of #50624c
#575757
Brighten Shade
#697b65
Most Readable Shade
#FFFFFF

Shades of #50624c color code

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

#50624c
#475743
#3e4c3b
#354132
#2c362a
#232b21
#1a2019
#111510
#080a08
#000000

Similar Color like #50624c color

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

#51634d
#52644e
#53654f
#546650
#556751
#566852
#576953
#586a54
#596b55
#5a6c56
#5b6d57
#5c6e58
#5d6f59
#5e705a
#4f614b
#4e604a
#4d5f49
#4c5e48
#4b5d47
#4a5c46
#495b45
#485a44
#475943
#465842
#455741
#445640
#43553f
#42543e

Monochromatic Color with #50624c

#50624c
#738c6d
#95b78e
#b8e1af
#0b0d0a
#2d372b

Tints of #50624c Color

#50624c
#63735f
#768473
#8a9687
#9da79b
#b1b9af
#c4cac3
#d8dcd7
#ebedeb
#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

#50624c
#5e4c62

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

Split Complementary

#50624c
#534c62
#624c5b

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

Analogous Color

#59624c
#54624c
#50624c
#4c624c
#4c6251

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

#50624c
#4c5062
#624c50

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

#50624c
#4c5b62
#5e4c62
#62534c

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

#50624c
#5e4c62
#624c5b
#4c6253

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 #50624c 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.

#50624c Color Code Preview on Black Background Color

This is how #50624c Color will look on black background color. Color contrast ratio is 3.19

#50624c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50624c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50624c

#50624c color code is use for CSS Background Color

Background color for the above div is #50624c

HTML with inline CSS

<div style="background-color:#50624c;"></div>

#50624c color code is use for CSS Border Color

CSS Border color for the above div is #50624c

HTML with inline CSS

<div style="border:5px solid #50624c;"></div>

CSS Border Left color for the above div is #50624c

HTML with inline CSS

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

CSS Border Right color for the above div is #50624c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #50624c

HTML with inline CSS

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

CSS Border Top color for the above div is #50624c

HTML with inline CSS

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

#50624c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#50624c Color code Preview on White Background

This is how #50624c Color code will look on white background color. Color contrast ratio is 6.58

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.