crispedge.com

Color picker

Loading...

#523f39 hex color - Brown - Warm color - Information

#523f39 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #523f39 Color code in RGB color code model is created after adding 32.16% red color, 24.71% green color and 22.35% blue color. Hex #523f39 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 30% yellow and 68% black.

Hex #523f39 color code is between #554433 web safe hex color code and #443344 web safe hex color code. #554433 is the nearest web safe color code. You can see here many more shades of #523f39 color code.

0 Likes 0 Comments | 12 Views

RGB Chart

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

Color Table

Hex Color Code523f39#523f39
RGB Decimal82, 63, 57rgb(82, 63, 57)
RGB Percent32%, 25%, 22%rgb(32%, 25%, 22%)
CSS RGBa82, 63, 57,1rgba(82,63,57,1)
CMYK Modelcmyk(0%,23%,30%,68%)
HSL Color Space14,18% ,27%hsl(14,18% ,27%)
HSV Color Space14°, 30%, 32%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010100100011111100111001
Octal1227771
Decimal826357
Hex523f39

Different shades of #523f39 color code.

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

Light Shade of #523f39
#70564e
Dark Shade of #523f39
#342824
Saturated Shade of #523f39
#593b32
Desaturated Shade of #523f39
#4b4340
Grey scale Shade of #523f39
#454545
Brighten Shade
#6b5852
Most Readable Shade
#FFFFFF

Shades of #523f39 color code

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

#523f39
#483832
#3f312c
#362a26
#2d231f
#241c19
#1b1513
#120e0c
#090706
#000000

Similar Color like #523f39 color

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

#53403a
#54413b
#55423c
#56433d
#57443e
#58453f
#594640
#5a4741
#5b4842
#5c4943
#5d4a44
#5e4b45
#5f4c46
#604d47
#513e38
#503d37
#4f3c36
#4e3b35
#4d3a34
#4c3933
#4b3832
#4a3731
#493630
#48352f
#47342e
#46332d
#45322c
#44312b

Monochromatic Color with #523f39

#523f39
#7c6057
#a78074
#d1a192
#fcc2af
#271e1b

Tints of #523f39 Color

#523f39
#65544f
#786965
#8b7f7b
#9e9491
#b2a9a7
#c5bfbd
#d8d4d3
#ebe9e9
#ffffff

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

#523f39
#394c52

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

Split Complementary

#523f39
#39524c
#393f52

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

Analogous Color

#52393d
#523a39
#523f39
#524439
#524939

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

#523f39
#39523f
#3f3952

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

#523f39
#3f5239
#394c52
#4b3952

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

Double Complementary Color

#523f39
#394c52
#393f52
#524b39

Double Complementary 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).

Hex #523f39 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.

#523f39 Color Code Preview on Black Background Color

This is how #523f39 Color will look on black background color. Color contrast ratio is 2.13

#523f39 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #523f39

HTML with inline CSS

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

Your Example Paragraph content text in with font color #523f39

#523f39 color code is use for CSS Background Color

Background color for the above div is #523f39

HTML with inline CSS

<div style="background-color:#523f39;"></div>

#523f39 color code is use for CSS Border Color

CSS Border color for the above div is #523f39

HTML with inline CSS

<div style="border:5px solid #523f39;"></div>

CSS Border Left color for the above div is #523f39

HTML with inline CSS

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

CSS Border Right color for the above div is #523f39

HTML with inline CSS

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

CSS Border Bottom color for the above div is #523f39

HTML with inline CSS

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

CSS Border Top color for the above div is #523f39

HTML with inline CSS

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

#523f39 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#523f39 Color code Preview on White Background

This is how #523f39 Color code will look on white background color. Color contrast ratio is 9.86

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(82,63,57,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(57,76,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,63,57,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 12 Views

Post your comment:-

By submitting comment you agree to our privacy policy.