Skip to main content Skip to docs navigation

#52454b 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 Plum Brown and its hex is #4E4247 Nearest Color Name

Color Hue/Base color: Brown

Hex #52454b Color code in RGB color code model is created after adding 32.16% red color, 27.06% green color and 29.41% blue color. Hex #52454b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 9% yellow and 67.84% black.

Hex #52454b color code is between #554444 web safe hex color code and #445555 web safe hex color code. #554444 is the nearest web safe color code. You can see here many more shades of #52454b color code.

RGB Chart

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

Color Table

Hex Color Code 52454b #52454b
RGB Decimal 82, 69, 75 82, 69, 75
RGB Percent 32%, 27%, 29% rgb(32%, 27%, 29%)
CSS RGBa 82, 69, 75,1 rgba(82,69,75,1)
CMYK Model cmyk(0%,16%,9%,67.84%)
HSL Color Space 332,9% ,30% hsl(332,9% ,30%)
HSV Color Space 332°, 16%, 32%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01010010 01000101 01001011
Octal 122 105 113
Decimal 82 69 75
Hex 52 45 4b

Different shades of #52454b color code.

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

Darkest of #52454b
#000000
Darker of #52454b
#1b1618
Dark of #52454b
#362e32
Base of #52454b
#52454b
Light of #52454b
#6e5c64
Lighter
#89747e
Lightest
#a18f97

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

#52454b
#45524c

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

Split Complementary

#52454b
#455246
#455252

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

Analogous Color

#514552
#524550
#52454b
#524547
#524945

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

#52454b
#454b52
#4b5245

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

#52454b
#4b5245
#45524c
#4c4552

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

#52454b
#525245
#45524c
#464552

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 #52454b

#000000
#000000
#1b1618
#362e32
#52454b
#6e5c64
#89747e
#a18f97
#b8abb1

Tints of #52454b Color

#52454b
#65595f
#786e73
#8b8387
#9e979b
#b2acaf
#c5c1c3
#d8d5d7
#ebeaeb
#ffffff

Shades of #52454b color code

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

#52454b
#483d42
#3f353a
#362e32
#2d2629
#241e21
#1b1719
#120f10
#090708
#000000

Tones

#52454b
#4c4c4c
#4c4c4c
#4c4c4c
#4c4c4c

Tones

Similar Color like #52454b color

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

#53464c
#54474d
#55484e
#56494f
#574a50
#584b51
#594c52
#5a4d53
#5b4e54
#5c4f55
#5d5056
#5e5157
#5f5258
#605359
#51444a
#504349
#4f4248
#4e4147
#4d4046
#4c3f45
#4b3e44
#4a3d43
#493c42
#483b41
#473a40
#46393f
#45383e
#44373d

Download this Dark Brown

Hex #52454b 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.

#52454b Color Code Preview on Black Background Color

This is how #52454b Color will look on black background color. Color contrast ratio is 2.31

#52454b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#52454b color code is use for CSS Background Color

Background color for the above div is #52454b

HTML with inline CSS

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

#52454b color code is use for CSS Border Color

CSS Border color for the above div is #52454b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#52454b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52454b Color code Preview on White Background

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

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

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(82,69,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(69,82,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,69,75,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }