@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#829b7f hex color - Green - Cool color - Information

#829b7f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #829b7f Color code in RGB color code model is created after adding 50.98% red color, 60.78% green color and 49.8% blue color. Hex #829b7f Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 18% yellow and 39.22% black.

Hex #829b7f color code is between #889977 web safe hex color code and #77aa88 web safe hex color code. #889977 is the nearest web safe color code. You can see here many more shades of #829b7f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 829b7f #829b7f
RGB Decimal 130, 155, 127 rgb(130, 155, 127)
RGB Percent 51%, 61%, 50% rgb(51%, 61%, 50%)
CSS RGBa 130, 155, 127,1 rgba(130,155,127,1)
CMYK Model cmyk(16%,0%,18%,39.22%)
HSL Color Space 114,12% ,55% hsl(114,12% ,55%)
HSV Color Space 114°, 18%, 61%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000010 10011011 01111111
Octal 202 233 177
Decimal 130 155 127
Hex 82 9b 7f

Different shades of #829b7f color code.

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

Light Shade of #829b7f
#9eb19c
Dark Shade of #829b7f
#688265
Saturated Shade of #829b7f
#79a674
Desaturated Shade of #829b7f
#8b908a
Grey scale Shade of #829b7f
#8d8d8d
Brighten Shade
#9bb498
Most Readable Shade
#000000

Shades of #829b7f color code

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

#829b7f
#738970
#657862
#566754
#485646
#394438
#2b332a
#1c221c
#0e110e
#000000

Similar Color like #829b7f color

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

#839c80
#849d81
#859e82
#869f83
#87a084
#88a185
#89a286
#8aa387
#8ba488
#8ca589
#8da68a
#8ea78b
#8fa88c
#90a98d
#819a7e
#80997d
#7f987c
#7e977b
#7d967a
#7c9579
#7b9478
#7a9377
#799276
#789175
#779074
#768f73
#758e72
#748d71

Monochromatic Color with #829b7f

#829b7f
#a6c5a2
#c9f0c5
#171b17
#3b4639
#5e705c

Tints of #829b7f Color

#829b7f
#8fa68d
#9db19b
#abbca9
#b9c7b7
#c7d2c6
#d5ddd4
#e3e8e2
#f1f3f0
#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

#829b7f
#987f9b

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

Split Complementary

#829b7f
#8a7f9b
#9b7f90

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

Analogous Color

#8d9b7f
#889b7f
#829b7f
#7f9b82
#7f9b87

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

#829b7f
#7f829b
#9b7f82

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

#829b7f
#7f909b
#987f9b
#9b8a7f

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

#829b7f
#987f9b
#9b7f90
#7f9b8a

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 #829b7f 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.

#829b7f Color Code Preview on Black Background Color

This is how #829b7f Color will look on black background color. Color contrast ratio is 6.94

#829b7f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #829b7f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #829b7f

#829b7f color code is use for CSS Background Color

Background color for the above div is #829b7f

HTML with inline CSS

<div style="background-color:#829b7f;"></div>

#829b7f color code is use for CSS Border Color

CSS Border color for the above div is #829b7f

HTML with inline CSS

<div style="border:5px solid #829b7f;"></div>

CSS Border Left color for the above div is #829b7f

HTML with inline CSS

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

CSS Border Right color for the above div is #829b7f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #829b7f

HTML with inline CSS

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

CSS Border Top color for the above div is #829b7f

HTML with inline CSS

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

#829b7f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#829b7f Color code Preview on White Background

This is how #829b7f Color code will look on white background color. Color contrast ratio is 3.02

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

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