crispedge.com

Color picker

Loading...

#82626a hex color - Brown - Warm color - Information

#82626a hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #82626a Color code in RGB color code model is created after adding 50.98% red color, 38.43% green color and 41.57% blue color. Hex #82626a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 18% yellow and 49% black.

Hex #82626a color code is between #886666 web safe hex color code and #775577 web safe hex color code. #886666 is the nearest web safe color code. You can see here many more shades of #82626a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code82626a#82626a
RGB Decimal130, 98, 106rgb(130, 98, 106)
RGB Percent51%, 38%, 42%rgb(51%, 38%, 42%)
CSS RGBa130, 98, 106,1rgba(130,98,106,1)
CMYK Modelcmyk(0%,25%,18%,49%)
HSL Color Space345,14% ,45%hsl(345,14% ,45%)
HSV Color Space345°, 25%, 51%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100000100110001001101010
Octal202142152
Decimal13098106
Hex82626a

Different shades of #82626a color code.

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

Light Shade of #82626a
#9c7b83
Dark Shade of #82626a
#654c52
Saturated Shade of #82626a
#8d5764
Desaturated Shade of #82626a
#776d70
Grey scale Shade of #82626a
#727272
Brighten Shade
#9b7b83
Most Readable Shade
#FFFFFF

Shades of #82626a color code

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

#82626a
#73575e
#654c52
#564146
#48363a
#392b2f
#2b2023
#1c1517
#0e0a0b
#000000

Similar Color like #82626a color

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

#83636b
#84646c
#85656d
#86666e
#87676f
#886870
#896971
#8a6a72
#8b6b73
#8c6c74
#8d6d75
#8e6e76
#8f6f77
#907078
#816169
#806068
#7f5f67
#7e5e66
#7d5d65
#7c5c64
#7b5b63
#7a5a62
#795961
#785860
#77575f
#76565e
#75555d
#74545c

Monochromatic Color with #82626a

#82626a
#ac828d
#d7a2af
#020202
#2d2225
#574247

Tints of #82626a Color

#82626a
#8f737a
#9d848b
#ab969b
#b9a7ac
#c7b9bc
#d5cacd
#e3dcdd
#f1edee
#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

#82626a
#62827a

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

Split Complementary

#82626a
#62826a
#627a82

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

Analogous Color

#826277
#826270
#82626a
#826264
#826762

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

#82626a
#6a8262
#626a82

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

#82626a
#7a8262
#62827a
#6a6282

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

#82626a
#62827a
#627a82
#826a62

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 #82626a 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.

#82626a Color Code Preview on Black Background Color

This is how #82626a Color will look on black background color. Color contrast ratio is 3.90

#82626a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82626a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82626a

#82626a color code is use for CSS Background Color

Background color for the above div is #82626a

HTML with inline CSS

<div style="background-color:#82626a;"></div>

#82626a color code is use for CSS Border Color

CSS Border color for the above div is #82626a

HTML with inline CSS

<div style="border:5px solid #82626a;"></div>

CSS Border Left color for the above div is #82626a

HTML with inline CSS

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

CSS Border Right color for the above div is #82626a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82626a

HTML with inline CSS

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

CSS Border Top color for the above div is #82626a

HTML with inline CSS

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

#82626a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82626a Color code Preview on White Background

This is how #82626a Color code will look on white background color. Color contrast ratio is 5.38

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

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(130,98,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,130,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,98,106,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.