crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#50501d hex color - Green - Warm color - Information

#50501d hex color - Green - Warm color

Color Hue/Base color: Green

Hex #50501d Color code in RGB color code model is created after adding 31.37% red color, 31.37% green color and 11.37% blue color. Hex #50501d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 64% yellow and 69% black.

Hex #50501d color code is between #555522 web safe hex color code and #444411 web safe hex color code. #555522 is the nearest web safe color code. You can see here many more shades of #50501d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code50501d#50501d
RGB Decimal80, 80, 29rgb(80, 80, 29)
RGB Percent31%, 31%, 11%rgb(31%, 31%, 11%)
CSS RGBa80, 80, 29,1rgba(80,80,29,1)
CMYK Modelcmyk(0%,0%,64%,69%)
HSL Color Space60,47% ,21%hsl(60,47% ,21%)
HSV Color Space60°, 64%, 31%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010100000101000000011101
Octal12012035
Decimal808029
Hex50501d

Different shades of #50501d color code.

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

Light Shade of #50501d
#75752b
Dark Shade of #50501d
#2b2b0f
Saturated Shade of #50501d
#555518
Desaturated Shade of #50501d
#4b4b22
Grey scale Shade of #50501d
#363636
Brighten Shade
#696936
Most Readable Shade
#FFFFFF

Shades of #50501d color code

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

#50501d
#474719
#3e3e16
#353513
#2c2c10
#23230c
#1a1a09
#111106
#080803
#000000

Similar Color like #50501d color

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

#51511e
#52521f
#535320
#545421
#555522
#565623
#575724
#585825
#595926
#5a5a27
#5b5b28
#5c5c29
#5d5d2a
#5e5e2b
#4f4f1c
#4e4e1b
#4d4d1a
#4c4c19
#4b4b18
#4a4a17
#494916
#484815
#474714
#464613
#454512
#444411
#434310
#42420f

Monochromatic Color with #50501d

#50501d
#7a7a2c
#a5a53c
#cfcf4b
#fafa5b
#25250e

Tints of #50501d Color

#50501d
#636336
#76764f
#8a8a68
#9d9d81
#b1b19a
#c4c4b3
#d8d8cc
#ebebe5
#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

#50501d
#1d1d50

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

Split Complementary

#50501d
#1d3750
#371d50

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

Analogous Color

#503c1d
#50461d
#50501d
#46501d
#3c501d

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

#50501d
#1d5050
#501d50

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

#50501d
#1d5036
#1d1d50
#501d36

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

#50501d
#1d1d50
#371d50
#37501d

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 #50501d 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.

#50501d Color Code Preview on Black Background Color

This is how #50501d Color will look on black background color. Color contrast ratio is 2.51

#50501d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50501d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50501d

#50501d color code is use for CSS Background Color

Background color for the above div is #50501d

HTML with inline CSS

<div style="background-color:#50501d;"></div>

#50501d color code is use for CSS Border Color

CSS Border color for the above div is #50501d

HTML with inline CSS

<div style="border:5px solid #50501d;"></div>

CSS Border Left color for the above div is #50501d

HTML with inline CSS

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

CSS Border Right color for the above div is #50501d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #50501d

HTML with inline CSS

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

CSS Border Top color for the above div is #50501d

HTML with inline CSS

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

#50501d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#50501d Color code Preview on White Background

This is how #50501d Color code will look on white background color. Color contrast ratio is 8.38

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.