crispedge.com

Color picker

Loading...

#5d551d hex color - Green - Pantone 2308 C - Warm color - Information

#5d551d hex color - Green - Pantone 2308 C - Warm color

Color Hue/Base color: Green

Pantone Number: - Pantone 2308 C

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

Hex #5d551d color code is between #554422 web safe hex color code and #666611 web safe hex color code. #554422 is the nearest web safe color code. You can see here many more shades of #5d551d color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Code5d551d#5d551d
RGB Decimal93, 85, 29rgb(93, 85, 29)
RGB Percent36%, 33%, 11%rgb(36%, 33%, 11%)
CSS RGBa93, 85, 29,1rgba(93,85,29,1)
CMYK Modelcmyk(0%,9%,69%,64%)
HSL Color Space53,52% ,24%hsl(53,52% ,24%)
HSV Color Space53°, 69%, 36%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010111010101010100011101
Octal13512535
Decimal938529
Hex5d551d

Different shades of #5d551d color code.

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

Light Shade of #5d551d
#847929
Dark Shade of #5d551d
#363111
Saturated Shade of #5d551d
#635a17
Desaturated Shade of #5d551d
#575023
Grey scale Shade of #5d551d
#3d3d3d
Brighten Shade
#766e36
Most Readable Shade
#FFFFFF

Shades of #5d551d color code

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

#5d551d
#524b19
#484216
#3e3813
#332f10
#29250c
#1f1c09
#141206
#0a0903
#000000

Similar Color like #5d551d color

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

#5e561e
#5f571f
#605820
#615921
#625a22
#635b23
#645c24
#655d25
#665e26
#675f27
#686028
#696129
#6a622a
#6b632b
#5c541c
#5b531b
#5a521a
#595119
#585018
#574f17
#564e16
#554d15
#544c14
#534b13
#524a12
#514911
#504810
#4f470f

Monochromatic Color with #5d551d

#5d551d
#877c2a
#b2a338
#dcca45
#080702
#322e10

Tints of #5d551d Color

#5d551d
#6f6736
#817a4f
#938d68
#a5a081
#b7b39a
#c9c6b3
#dbd9cc
#edece5
#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

#5d551d
#1d255d

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

Split Complementary

#5d551d
#1d455d
#351d5d

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

Analogous Color

#5d3b1d
#5d481d
#5d551d
#585d1d
#4b5d1d

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

#5d551d
#1d5d55
#551d5d

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

#5d551d
#1d5d35
#1d255d
#5d1d45

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

#5d551d
#1d255d
#351d5d
#455d1d

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 #5d551d 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.

#5d551d Color Code Preview on Black Background Color

This is how #5d551d Color will look on black background color. Color contrast ratio is 2.78

#5d551d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5d551d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5d551d

#5d551d color code is use for CSS Background Color

Background color for the above div is #5d551d

HTML with inline CSS

<div style="background-color:#5d551d;"></div>

#5d551d color code is use for CSS Border Color

CSS Border color for the above div is #5d551d

HTML with inline CSS

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

CSS Border Left color for the above div is #5d551d

HTML with inline CSS

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

CSS Border Right color for the above div is #5d551d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5d551d

HTML with inline CSS

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

CSS Border Top color for the above div is #5d551d

HTML with inline CSS

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

#5d551d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5d551d Color code Preview on White Background

This is how #5d551d Color code will look on white background color. Color contrast ratio is 7.55

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

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(93,85,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,37,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(93,85,29,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.