crispedge.com

Color picker

Loading...

#8c8470 hex color - Brown - Warm color - Information

#8c8470 hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #8c8470 Color code in RGB color code model is created after adding 54.9% red color, 51.76% green color and 43.92% blue color. Hex #8c8470 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 20% yellow and 45% black.

Hex #8c8470 color code is between #888877 web safe hex color code and #997766 web safe hex color code. #888877 is the nearest web safe color code. You can see here many more shades of #8c8470 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code8c8470#8c8470
RGB Decimal140, 132, 112rgb(140, 132, 112)
RGB Percent55%, 52%, 44%rgb(55%, 52%, 44%)
CSS RGBa140, 132, 112,1rgba(140,132,112,1)
CMYK Modelcmyk(0%,6%,20%,45%)
HSL Color Space43,11% ,49%hsl(43,11% ,49%)
HSV Color Space43°, 20%, 55%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100011001000010001110000
Octal214204160
Decimal140132112
Hex8c8470

Different shades of #8c8470 color code.

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

Light Shade of #8c8470
#a39c8c
Dark Shade of #8c8470
#706959
Saturated Shade of #8c8470
#998963
Desaturated Shade of #8c8470
#7f7f7d
Grey scale Shade of #8c8470
#7e7e7e
Brighten Shade
#a59d89
Most Readable Shade
#FFFFFF

Shades of #8c8470 color code

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

#8c8470
#7c7563
#6c6657
#5d584a
#4d493e
#3e3a31
#2e2c25
#1f1d18
#0f0e0c
#000000

Similar Color like #8c8470 color

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

#8d8571
#8e8672
#8f8773
#908874
#918975
#928a76
#938b77
#948c78
#958d79
#968e7a
#978f7b
#98907c
#99917d
#9a927e
#8b836f
#8a826e
#89816d
#88806c
#877f6b
#867e6a
#857d69
#847c68
#837b67
#827a66
#817965
#807864
#7f7763
#7e7662

Monochromatic Color with #8c8470

#8c8470
#b6ac92
#e1d4b4
#0c0c0a
#37342c
#615c4e

Tints of #8c8470 Color

#8c8470
#98917f
#a59f8f
#b2ad9f
#bfbaaf
#cbc8bf
#d8d6cf
#e5e3df
#f2f1ef
#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

#8c8470
#70788c

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

Split Complementary

#8c8470
#70868c
#76708c

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

Analogous Color

#8c7970
#8c7e70
#8c8470
#8c8a70
#898c70

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

#8c8470
#708c84
#84708c

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

#8c8470
#708c76
#70788c
#8c7086

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

#8c8470
#70788c
#76708c
#868c70

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 #8c8470 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.

#8c8470 Color Code Preview on Black Background Color

This is how #8c8470 Color will look on black background color. Color contrast ratio is 5.65

#8c8470 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8c8470

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8c8470

#8c8470 color code is use for CSS Background Color

Background color for the above div is #8c8470

HTML with inline CSS

<div style="background-color:#8c8470;"></div>

#8c8470 color code is use for CSS Border Color

CSS Border color for the above div is #8c8470

HTML with inline CSS

<div style="border:5px solid #8c8470;"></div>

CSS Border Left color for the above div is #8c8470

HTML with inline CSS

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

CSS Border Right color for the above div is #8c8470

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8c8470

HTML with inline CSS

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

CSS Border Top color for the above div is #8c8470

HTML with inline CSS

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

#8c8470 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8c8470 Color code Preview on White Background

This is how #8c8470 Color code will look on white background color. Color contrast ratio is 3.72

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

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(140,132,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,120,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(140,132,112,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.