crispedge.com

Color picker

Loading...

#53491b hex color - Green - Warm color - Information

#53491b hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #53491b Color code in RGB color code model is created after adding 32.55% red color, 28.63% green color and 10.59% blue color. Hex #53491b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 67% yellow and 67% black.

Hex #53491b color code is between #554422 web safe hex color code and #445511 web safe hex color code. #554422 is the nearest web safe color code. You can see here many more shades of #53491b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 53491b #53491b
RGB Decimal 83, 73, 27 rgb(83, 73, 27)
RGB Percent 33%, 29%, 11% rgb(33%, 29%, 11%)
CSS RGBa 83, 73, 27,1 rgba(83,73,27,1)
CMYK Model cmyk(0%,12%,67%,67%)
HSL Color Space 49,51% ,22% hsl(49,51% ,22%)
HSV Color Space 49°, 67%, 33%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01010011 01001001 00011011
Octal 123 111 33
Decimal 83 73 27
Hex 53 49 1b

Different shades of #53491b color code.

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

Light Shade of #53491b
#796b28
Dark Shade of #53491b
#2c270e
Saturated Shade of #53491b
#584d15
Desaturated Shade of #53491b
#4d4520
Grey scale Shade of #53491b
#373737
Brighten Shade
#6c6234
Most Readable Shade
#FFFFFF

Shades of #53491b color code

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

#53491b
#494018
#403815
#373012
#2e280f
#24200c
#1b1809
#121006
#090803
#000000

Similar Color like #53491b color

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

#544a1c
#554b1d
#564c1e
#574d1f
#584e20
#594f21
#5a5022
#5b5123
#5c5224
#5d5325
#5e5426
#5f5527
#605628
#615729
#52481a
#514719
#504618
#4f4517
#4e4416
#4d4315
#4c4214
#4b4113
#4a4012
#493f11
#483e10
#473d0f
#463c0e
#453b0d

Monochromatic Color with #53491b

#53491b
#7d6e29
#a89437
#d2b944
#fddf52
#28240d

Tints of #53491b Color

#53491b
#665d34
#79714d
#8c8567
#9f9980
#b2ae99
#c5c2b3
#d8d6cc
#ebeae5
#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

#53491b
#1b2553

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

Split Complementary

#53491b
#1b4153
#2d1b53

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

Analogous Color

#53331b
#533e1b
#53491b
#52531b
#47531b

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

#53491b
#1b5349
#491b53

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

#53491b
#1b532d
#1b2553
#531b41

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

#53491b
#1b2553
#2d1b53
#41531b

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 #53491b 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.

#53491b Color Code Preview on Black Background Color

This is how #53491b Color will look on black background color. Color contrast ratio is 2.34

#53491b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53491b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53491b

#53491b color code is use for CSS Background Color

Background color for the above div is #53491b

HTML with inline CSS

<div style="background-color:#53491b;"></div>

#53491b color code is use for CSS Border Color

CSS Border color for the above div is #53491b

HTML with inline CSS

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

CSS Border Left color for the above div is #53491b

HTML with inline CSS

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

CSS Border Right color for the above div is #53491b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #53491b

HTML with inline CSS

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

CSS Border Top color for the above div is #53491b

HTML with inline CSS

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

#53491b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#53491b Color code Preview on White Background

This is how #53491b Color code will look on white background color. Color contrast ratio is 8.99

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

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(83,73,27,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(27,37,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(83,73,27,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.