crispedge.com

Color picker

Loading...

#50833f hex color - Green - Cool color - Information

#50833f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #50833f Color code in RGB color code model is created after adding 31.37% red color, 51.37% green color and 24.71% blue color. Hex #50833f Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 0% magenta, 52% yellow and 49% black.

Hex #50833f color code is between #558844 web safe hex color code and #447733 web safe hex color code. #558844 is the nearest web safe color code. You can see here many more shades of #50833f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code50833f#50833f
RGB Decimal80, 131, 63rgb(80, 131, 63)
RGB Percent31%, 51%, 25%rgb(31%, 51%, 25%)
CSS RGBa80, 131, 63,1rgba(80,131,63,1)
CMYK Modelcmyk(39%,0%,52%,49%)
HSL Color Space105,35% ,38%hsl(105,35% ,38%)
HSV Color Space105°, 52%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100001000001100111111
Octal12020377
Decimal8013163
Hex50833f

Different shades of #50833f color code.

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

Light Shade of #50833f
#65a550
Dark Shade of #50833f
#3b612e
Saturated Shade of #50833f
#4b8d35
Desaturated Shade of #50833f
#557949
Grey scale Shade of #50833f
#616161
Brighten Shade
#699c58
Most Readable Shade
#FFFFFF

Shades of #50833f color code

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

#50833f
#477438
#3e6531
#35572a
#2c4823
#233a1c
#1a2b15
#111d0e
#080e07
#000000

Similar Color like #50833f color

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

#518440
#528541
#538642
#548743
#558844
#568945
#578a46
#588b47
#598c48
#5a8d49
#5b8e4a
#5c8f4b
#5d904c
#5e914d
#4f823e
#4e813d
#4d803c
#4c7f3b
#4b7e3a
#4a7d39
#497c38
#487b37
#477a36
#467935
#457834
#447733
#437632
#427531

Monochromatic Color with #50833f

#50833f
#6aad53
#84d868
#020302
#1c2e16
#36582b

Tints of #50833f Color

#50833f
#639054
#769e69
#8aac7f
#9dba94
#b1c7a9
#c4d5bf
#d8e3d4
#ebf1e9
#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

#50833f
#723f83

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

Split Complementary

#50833f
#503f83
#833f72

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

Analogous Color

#6b833f
#5e833f
#50833f
#42833f
#3f8349

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

#50833f
#3f5083
#833f50

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

#50833f
#3f7283
#723f83
#83503f

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

#50833f
#723f83
#833f72
#3f8350

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 #50833f 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.

#50833f Color Code Preview on Black Background Color

This is how #50833f Color will look on black background color. Color contrast ratio is 4.66

#50833f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50833f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50833f

#50833f color code is use for CSS Background Color

Background color for the above div is #50833f

HTML with inline CSS

<div style="background-color:#50833f;"></div>

#50833f color code is use for CSS Border Color

CSS Border color for the above div is #50833f

HTML with inline CSS

<div style="border:5px solid #50833f;"></div>

CSS Border Left color for the above div is #50833f

HTML with inline CSS

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

CSS Border Right color for the above div is #50833f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #50833f

HTML with inline CSS

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

CSS Border Top color for the above div is #50833f

HTML with inline CSS

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

#50833f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#50833f Color code Preview on White Background

This is how #50833f Color code will look on white background color. Color contrast ratio is 4.51

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

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,131,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,63,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,131,63,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.