Skip to main content Skip to docs navigation

#81997c hex color | Download Dark Green BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Eat Your Peas and its hex is #80987A Nearest Color Name

Color Hue/Base color: Green

Hex #81997c Color code in RGB color code model is created after adding 50.59% red color, 60% green color and 48.63% blue color. Hex #81997c Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 19% yellow and 40% black.

Hex #81997c color code is between #888877 web safe hex color code and #77aa88 web safe hex color code. #888877 is the nearest web safe color code. You can see here many more shades of #81997c color code.

RGB Chart

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

Color Table

Hex Color Code 81997c #81997c
RGB Decimal 129, 153, 124 129, 153, 124
RGB Percent 51%, 60%, 49% rgb(51%, 60%, 49%)
CSS RGBa 129, 153, 124,1 rgba(129,153,124,1)
CMYK Model cmyk(16%,0%,19%,40%)
HSL Color Space 110,12% ,54% hsl(110,12% ,54%)
HSV Color Space 110°, 19%, 60%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000001 10011001 01111100
Octal 201 231 174
Decimal 129 153 124
Hex 81 99 7c

Different shades of #81997c color code.

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

Darkest of #81997c
#394636
Darker of #81997c
#50624d
Dark of #81997c
#687f63
Base of #81997c
#81997c
Light of #81997c
#9daf99
Lighter
#b8c6b5
Lightest
#d4dcd2

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

#81997c
#947c99

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

Split Complementary

#81997c
#857c99
#997c8f

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

Analogous Color

#92997c
#8d997c
#81997c
#7c9981
#7c998d

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

#81997c
#997c81
#7c8199

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

#81997c
#7c8199
#947c99
#99947c

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#81997c
#7c8f99
#947c99
#99857c

Square 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).

Monochromatic Color with #81997c

#222920
#394636
#50624d
#687f63
#81997c
#9daf99
#b8c6b5
#d4dcd2
#eff2ef

Tints of #81997c Color

#81997c
#8fa48a
#9daf99
#abbba7
#b9c6b6
#c7d1c4
#d5ddd3
#e3e8e1
#f1f3f0
#ffffff

Shades of #81997c color code

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

#81997c
#72886e
#647760
#566652
#475544
#394437
#2b3329
#1c221b
#0e110d
#000000

Tones

#81997c
#8a8a8a
#8a8a8a
#8a8a8a
#8a8a8a

Tones

Similar Color like #81997c color

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

#829a7d
#839b7e
#849c7f
#859d80
#869e81
#879f82
#88a083
#89a184
#8aa285
#8ba386
#8ca487
#8da588
#8ea689
#8fa78a
#80987b
#7f977a
#7e9679
#7d9578
#7c9477
#7b9376
#7a9275
#799174
#789073
#778f72
#768e71
#758d70
#748c6f
#738b6e

Download this Dark Green

Hex #81997c 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.

#81997c Color Code Preview on Black Background Color

This is how #81997c Color will look on black background color. Color contrast ratio is 6.78

#81997c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#81997c color code is use for CSS Background Color

Background color for the above div is #81997c

HTML with inline CSS

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

#81997c color code is use for CSS Border Color

CSS Border color for the above div is #81997c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#81997c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#81997c Color code Preview on White Background

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

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(129,153,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,124,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(129,153,124,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }