Skip to main content Skip to docs navigation

#653c59 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 Precious Jewels and its hex is #613A57 Nearest Color Name

Color Hue/Base color: Red

Hex #653c59 Color code in RGB color code model is created after adding 39.61% red color, 23.53% green color and 34.9% blue color. Hex #653c59 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 12% yellow and 60.39% black.

Hex #653c59 color code is between #664455 web safe hex color code and #553366 web safe hex color code. #664455 is the nearest web safe color code. You can see here many more shades of #653c59 color code.

RGB Chart

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

Color Table

Hex Color Code 653c59 #653c59
RGB Decimal 101, 60, 89 101, 60, 89
RGB Percent 40%, 24%, 35% rgb(40%, 24%, 35%)
CSS RGBa 101, 60, 89,1 rgba(101,60,89,1)
CMYK Model cmyk(0%,41%,12%,60.39%)
HSL Color Space 318,25% ,32% hsl(318,25% ,32%)
HSV Color Space 318°, 41%, 40%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01100101 00111100 01011001
Octal 145 74 131
Decimal 101 60 89
Hex 65 3c 59

Different shades of #653c59 color code.

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

Darkest of #653c59
#050304
Darker of #653c59
#251621
Dark of #653c59
#45293d
Base of #653c59
#653c59
Light of #653c59
#854f75
Lighter
#a36491
Lightest
#b684a7

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

#653c59
#3c6548

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

Split Complementary

#653c59
#45653c
#3c655d

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

Analogous Color

#593c65
#603c65
#653c59
#653c4b
#653e3c

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

#653c59
#3c5965
#59653c

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

#653c59
#59653c
#3c6548
#483c65

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

#653c59
#655d3c
#3c6548
#3c4565

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 #653c59

#000000
#050304
#251621
#45293d
#653c59
#854f75
#a36491
#b684a7
#c9a4be

Tints of #653c59 Color

#653c59
#76516b
#87677d
#987d90
#a992a2
#baa8b5
#cbbec7
#dcd3da
#ede9ec
#ffffff

Shades of #653c59 color code

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

#653c59
#59354f
#4e2e45
#43283b
#382131
#2c1a27
#21141d
#160d13
#0b0609
#000000

Tones

#653c59
#554c52
#515151
#515151
#515151

Tones

Similar Color like #653c59 color

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

#663d5a
#673e5b
#683f5c
#69405d
#6a415e
#6b425f
#6c4360
#6d4461
#6e4562
#6f4663
#704764
#714865
#724966
#734a67
#643b58
#633a57
#623956
#613855
#603754
#5f3653
#5e3552
#5d3451
#5c3350
#5b324f
#5a314e
#59304d
#582f4c
#572e4b

Download this Dark Red

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

#653c59 Color Code Preview on Black Background Color

This is how #653c59 Color will look on black background color. Color contrast ratio is 2.34

#653c59 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#653c59 color code is use for CSS Background Color

Background color for the above div is #653c59

HTML with inline CSS

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

#653c59 color code is use for CSS Border Color

CSS Border color for the above div is #653c59

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#653c59 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#653c59 Color code Preview on White Background

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

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

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,60,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(60,101,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(101,60,89,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }