Skip to main content Skip to docs navigation

#55463e hex color | Download Dark Brown 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 Rave Raisin and its hex is #54463F Nearest Color Name

Color Hue/Base color: Brown

Hex #55463e Color code in RGB color code model is created after adding 33.33% red color, 27.45% green color and 24.31% blue color. Hex #55463e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 27% yellow and 66.67% black.

Hex #55463e color code is between #444444 web safe hex color code and #665533 web safe hex color code. #444444 is the nearest web safe color code. You can see here many more shades of #55463e color code.

RGB Chart

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

Color Table

Hex Color Code 55463e #55463e
RGB Decimal 85, 70, 62 85, 70, 62
RGB Percent 33%, 27%, 24% rgb(33%, 27%, 24%)
CSS RGBa 85, 70, 62,1 rgba(85,70,62,1)
CMYK Model cmyk(0%,18%,27%,66.67%)
HSL Color Space 21,16% ,29% hsl(21,16% ,29%)
HSV Color Space 21°, 27%, 33%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01010101 01000110 00111110
Octal 125 106 76
Decimal 85 70 62
Hex 55 46 3e

Different shades of #55463e color code.

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

Darkest of #55463e
#000000
Darker of #55463e
#1a1513
Dark of #55463e
#382e28
Base of #55463e
#55463e
Light of #55463e
#725e53
Lighter
#907769
Lightest
#a69186

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

#55463e
#3e4d55

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

Split Complementary

#55463e
#3e5551
#3e4155

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

Analogous Color

#553e43
#553e40
#55463e
#554e3e
#53553e

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

#55463e
#463e55
#3e5546

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

#55463e
#3e5546
#3e4d55
#553e4d

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

#55463e
#41553e
#3e4d55
#513e55

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 #55463e

#000000
#000000
#1a1513
#382e28
#55463e
#725e53
#907769
#a69186
#bcaca3

Tints of #55463e Color

#55463e
#675a53
#7a6f68
#8d837e
#a09893
#b3aca9
#c6c1be
#d9d5d4
#eceae9
#ffffff

Shades of #55463e color code

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

#55463e
#4b3e37
#423630
#382e29
#2f2622
#251f1b
#1c1714
#120f0d
#090706
#000000

Tones

#55463e
#494949
#494949
#494949
#494949

Tones

Similar Color like #55463e color

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

#56473f
#574840
#584941
#594a42
#5a4b43
#5b4c44
#5c4d45
#5d4e46
#5e4f47
#5f5048
#605149
#61524a
#62534b
#63544c
#54453d
#53443c
#52433b
#51423a
#504139
#4f4038
#4e3f37
#4d3e36
#4c3d35
#4b3c34
#4a3b33
#493a32
#483931
#473830

Download this Dark Brown

Hex #55463e 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.

#55463e Color Code Preview on Black Background Color

This is how #55463e Color will look on black background color. Color contrast ratio is 2.33

#55463e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55463e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55463e

#55463e color code is use for CSS Background Color

Background color for the above div is #55463e

HTML with inline CSS

<div style="background-color:#55463e;"></div>

#55463e color code is use for CSS Border Color

CSS Border color for the above div is #55463e

HTML with inline CSS

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

CSS Border Left color for the above div is #55463e

HTML with inline CSS

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

CSS Border Right color for the above div is #55463e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55463e

HTML with inline CSS

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

CSS Border Top color for the above div is #55463e

HTML with inline CSS

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

#55463e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55463e Color code Preview on White Background

This is how #55463e Color code will look on white background color. Color contrast ratio is 9.01

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

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