crispedge.com

Color picker

Loading...

#82975d hex color - Green - Warm color - Information

#82975d hex color - Green - Warm color

Color Hue/Base color: Green

Hex #82975d Color code in RGB color code model is created after adding 50.98% red color, 59.22% green color and 36.47% blue color. Hex #82975d Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 38% yellow and 41% black.

Hex #82975d color code is between #889955 web safe hex color code and #778866 web safe hex color code. #889955 is the nearest web safe color code. You can see here many more shades of #82975d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code82975d#82975d
RGB Decimal130, 151, 93rgb(130, 151, 93)
RGB Percent51%, 59%, 36%rgb(51%, 59%, 36%)
CSS RGBa130, 151, 93,1rgba(130,151,93,1)
CMYK Modelcmyk(14%,0%,38%,41%)
HSL Color Space82,24% ,48%hsl(82,24% ,48%)
HSV Color Space82°, 38%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100000101001011101011101
Octal202227135
Decimal13015193
Hex82975d

Different shades of #82975d color code.

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

Light Shade of #82975d
#9bad7a
Dark Shade of #82975d
#67774a
Saturated Shade of #82975d
#85a351
Desaturated Shade of #82975d
#7f8b69
Grey scale Shade of #82975d
#7a7a7a
Brighten Shade
#9bb076
Most Readable Shade
#000000

Shades of #82975d color code

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

#82975d
#738652
#657548
#56643e
#485333
#394329
#2b321f
#1c2114
#0e100a
#000000

Similar Color like #82975d color

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

#83985e
#84995f
#859a60
#869b61
#879c62
#889d63
#899e64
#8a9f65
#8ba066
#8ca167
#8da268
#8ea369
#8fa46a
#90a56b
#81965c
#80955b
#7f945a
#7e9359
#7d9258
#7c9157
#7b9056
#7a8f55
#798e54
#788d53
#778c52
#768b51
#758a50
#74894f

Monochromatic Color with #82975d

#82975d
#a7c177
#cbec91
#14170e
#394229
#5d6c43

Tints of #82975d Color

#82975d
#8fa26f
#9dae81
#abb993
#b9c5a5
#c7d0b7
#d5dcc9
#e3e7db
#f1f3ed
#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

#82975d
#725d97

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

Split Complementary

#82975d
#5d6597
#8f5d97

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

Analogous Color

#97955d
#8e975d
#82975d
#76975d
#6b975d

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

#82975d
#5d8297
#975d82

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

#82975d
#5d978f
#725d97
#975d65

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

#82975d
#725d97
#8f5d97
#65975d

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 #82975d 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.

#82975d Color Code Preview on Black Background Color

This is how #82975d Color will look on black background color. Color contrast ratio is 6.53

#82975d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82975d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82975d

#82975d color code is use for CSS Background Color

Background color for the above div is #82975d

HTML with inline CSS

<div style="background-color:#82975d;"></div>

#82975d color code is use for CSS Border Color

CSS Border color for the above div is #82975d

HTML with inline CSS

<div style="border:5px solid #82975d;"></div>

CSS Border Left color for the above div is #82975d

HTML with inline CSS

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

CSS Border Right color for the above div is #82975d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82975d

HTML with inline CSS

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

CSS Border Top color for the above div is #82975d

HTML with inline CSS

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

#82975d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82975d Color code Preview on White Background

This is how #82975d Color code will look on white background color. Color contrast ratio is 3.21

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

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,151,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,93,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,151,93,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.