crispedge.com

Color picker

Loading...

#53670c hex color - Brown - Warm color - Information

#53670c hex color - Brown - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Brown

Hex #53670c Color code in RGB color code model is created after adding 32.55% red color, 40.39% green color and 4.71% blue color. Hex #53670c Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 88% yellow and 60% black.

Hex #53670c color code is between #556611 web safe hex color code and #447700 web safe hex color code. #556611 is the nearest web safe color code. You can see here many more shades of #53670c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code53670c#53670c
RGB Decimal83, 103, 12rgb(83, 103, 12)
RGB Percent33%, 40%, 5%rgb(33%, 40%, 5%)
CSS RGBa83, 103, 12,1rgba(83,103,12,1)
CMYK Modelcmyk(19%,0%,88%,60%)
HSL Color Space73,79% ,23%hsl(73,79% ,23%)
HSV Color Space73°, 88%, 40%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010100110110011100001100
Octal12314714
Decimal8310312
Hex53670c

Different shades of #53670c color code.

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

Light Shade of #53670c
#789511
Dark Shade of #53670c
#2e3907
Saturated Shade of #53670c
#566d06
Desaturated Shade of #53670c
#506112
Grey scale Shade of #53670c
#393939
Brighten Shade
#6c8025
Most Readable Shade
#FFFFFF

Shades of #53670c color code

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

#53670c
#495b0a
#405009
#374408
#2e3906
#242d05
#1b2204
#121602
#090b01
#000000

Similar Color like #53670c color

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

#54680d
#55690e
#566a0f
#576b10
#586c11
#596d12
#5a6e13
#5b6f14
#5c7015
#5d7116
#5e7217
#5f7318
#607419
#61751a
#52660b
#51650a
#506409
#4f6308
#4e6207
#4d6106
#4c6005
#4b5f04
#4a5e03
#495d02
#485c01
#475b00
#465a00
#455900

Monochromatic Color with #53670c

#53670c
#759111
#97bc16
#bae61b
#0e1202
#313c07

Tints of #53670c Color

#53670c
#667727
#798842
#8c995d
#9faa78
#b2bb93
#c5ccae
#d8ddc9
#ebeee4
#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

#53670c
#200c67

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

Split Complementary

#53670c
#0c2567
#4e0c67

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

Analogous Color

#67570c
#65670c
#53670c
#41670c
#2f670c

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

#53670c
#0c5367
#670c53

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

#53670c
#0c674d
#200c67
#670c25

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

#53670c
#200c67
#4e0c67
#25670c

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 #53670c 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.

#53670c Color Code Preview on Black Background Color

This is how #53670c Color will look on black background color. Color contrast ratio is 3.31

#53670c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53670c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53670c

#53670c color code is use for CSS Background Color

Background color for the above div is #53670c

HTML with inline CSS

<div style="background-color:#53670c;"></div>

#53670c color code is use for CSS Border Color

CSS Border color for the above div is #53670c

HTML with inline CSS

<div style="border:5px solid #53670c;"></div>

CSS Border Left color for the above div is #53670c

HTML with inline CSS

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

CSS Border Right color for the above div is #53670c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #53670c

HTML with inline CSS

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

CSS Border Top color for the above div is #53670c

HTML with inline CSS

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

#53670c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#53670c Color code Preview on White Background

This is how #53670c Color code will look on white background color. Color contrast ratio is 6.34

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

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(83,103,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(32,12,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(83,103,12,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.