Skip to main content Skip to docs navigation

#52352b 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 Bramble Bush and its hex is #503629 Nearest Color Name

Color Hue/Base color: Brown

Hex #52352b Color code in RGB color code model is created after adding 32.16% red color, 20.78% green color and 16.86% blue color. Hex #52352b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 48% yellow and 67.84% black.

Hex #52352b color code is between #553333 web safe hex color code and #444422 web safe hex color code. #553333 is the nearest web safe color code. You can see here many more shades of #52352b color code.

RGB Chart

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

Color Table

Hex Color Code 52352b #52352b
RGB Decimal 82, 53, 43 82, 53, 43
RGB Percent 32%, 21%, 17% rgb(32%, 21%, 17%)
CSS RGBa 82, 53, 43,1 rgba(82,53,43,1)
CMYK Model cmyk(0%,35%,48%,67.84%)
HSL Color Space 15,31% ,25% hsl(15,31% ,25%)
HSV Color Space 15°, 48%, 32%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01010010 00110101 00101011
Octal 122 65 53
Decimal 82 53 43
Hex 52 35 2b

Different shades of #52352b color code.

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

Darkest of #52352b
#000000
Darker of #52352b
#0f0a08
Dark of #52352b
#311f19
Base of #52352b
#52352b
Light of #52352b
#734b3d
Lighter
#95604e
Lightest
#af7967

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

#52352b
#2b4852

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

Split Complementary

#52352b
#2b5248
#2b3552

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

Analogous Color

#522b38
#522b31
#52352b
#52422b
#52522b

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

#52352b
#352b52
#2b5235

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

#52352b
#2b5235
#2b4852
#522b48

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

#52352b
#35522b
#2b4852
#482b52

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

#000000
#000000
#0f0a08
#311f19
#52352b
#734b3d
#95604e
#af7967
#c19788

Tints of #52352b Color

#52352b
#654b42
#78615a
#8b7871
#9e8e89
#b2a5a0
#c5bbb8
#d8d2cf
#ebe8e7
#ffffff

Shades of #52352b color code

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

#52352b
#482f26
#3f2921
#36231c
#2d1d17
#241713
#1b110e
#120b09
#090504
#000000

Tones

#52352b
#463b38
#3f3f3f
#3f3f3f
#3f3f3f

Tones

Similar Color like #52352b color

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

#53362c
#54372d
#55382e
#56392f
#573a30
#583b31
#593c32
#5a3d33
#5b3e34
#5c3f35
#5d4036
#5e4137
#5f4238
#604339
#51342a
#503329
#4f3228
#4e3127
#4d3026
#4c2f25
#4b2e24
#4a2d23
#492c22
#482b21
#472a20
#46291f
#45281e
#44271d

Download this Dark Brown

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

#52352b Color Code Preview on Black Background Color

This is how #52352b Color will look on black background color. Color contrast ratio is 1.90

#52352b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#52352b color code is use for CSS Background Color

Background color for the above div is #52352b

HTML with inline CSS

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

#52352b color code is use for CSS Border Color

CSS Border color for the above div is #52352b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#52352b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52352b Color code Preview on White Background

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

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

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