Skip to main content Skip to docs navigation

#653d40 hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Mecca Red and its hex is #663F3F Nearest Color Name

Color Hue/Base color: Red

Hex #653d40 Color code in RGB color code model is created after adding 39.61% red color, 23.92% green color and 25.1% blue color. Hex #653d40 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 37% yellow and 60.39% black.

Hex #653d40 color code is between #664444 web safe hex color code and #553333 web safe hex color code. #664444 is the nearest web safe color code. You can see here many more shades of #653d40 color code.

RGB Chart

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

Color Table

Hex Color Code 653d40 #653d40
RGB Decimal 101, 61, 64 101, 61, 64
RGB Percent 40%, 24%, 25% rgb(40%, 24%, 25%)
CSS RGBa 101, 61, 64,1 rgba(101,61,64,1)
CMYK Model cmyk(0%,40%,37%,60.39%)
HSL Color Space 356,25% ,32% hsl(356,25% ,32%)
HSV Color Space 356°, 40%, 40%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01100101 00111101 01000000
Octal 145 75 100
Decimal 101 61 64
Hex 65 3d 40

Different shades of #653d40 color code.

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

Darkest of #653d40
#060304
Darker of #653d40
#251718
Dark of #653d40
#452a2c
Base of #653d40
#653d40
Light of #653d40
#855054
Lighter
#a2666a
Lightest
#b68589

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

#653d40
#3d6562

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

Split Complementary

#653d40
#3d654e
#3d5465

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

Analogous Color

#653d57
#653d51
#653d40
#65473d
#65583d

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

#653d40
#3d4065
#40653d

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

#653d40
#40653d
#3d6562
#623d65

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#653d40
#54653d
#3d6562
#4e3d65

Square 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).

Monochromatic Color with #653d40

#000000
#060304
#251718
#452a2c
#653d40
#855054
#a2666a
#b68589
#c9a5a8

Tints of #653d40 Color

#653d40
#765255
#87686a
#987d7f
#a99394
#baa8aa
#cbbebf
#dcd3d4
#ede9e9
#ffffff

Shades of #653d40 color code

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

#653d40
#593638
#4e2f31
#43282a
#382123
#2c1b1c
#211415
#160d0e
#0b0607
#000000

Tones

#653d40
#554d4e
#515151
#515151
#515151

Tones

Similar Color like #653d40 color

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

#663e41
#673f42
#684043
#694144
#6a4245
#6b4346
#6c4447
#6d4548
#6e4649
#6f474a
#70484b
#71494c
#724a4d
#734b4e
#643c3f
#633b3e
#623a3d
#61393c
#60383b
#5f373a
#5e3639
#5d3538
#5c3437
#5b3336
#5a3235
#593134
#583033
#572f32

Download this Dark Red

Hex #653d40 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.

#653d40 Color Code Preview on Black Background Color

This is how #653d40 Color will look on black background color. Color contrast ratio is 2.29

#653d40 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #653d40

HTML with inline CSS

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

Your Example Paragraph content text in with font color #653d40

#653d40 color code is use for CSS Background Color

Background color for the above div is #653d40

HTML with inline CSS

<div style="background-color:#653d40;"></div>

#653d40 color code is use for CSS Border Color

CSS Border color for the above div is #653d40

HTML with inline CSS

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

CSS Border Left color for the above div is #653d40

HTML with inline CSS

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

CSS Border Right color for the above div is #653d40

HTML with inline CSS

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

CSS Border Bottom color for the above div is #653d40

HTML with inline CSS

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

CSS Border Top color for the above div is #653d40

HTML with inline CSS

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

#653d40 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#653d40 Color code Preview on White Background

This is how #653d40 Color code will look on white background color. Color contrast ratio is 9.15

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(101,61,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,101,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(101,61,64,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }