Skip to main content Skip to docs navigation

#80932f 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 Siskin Sprout and its hex is #7A942E Nearest Color Name

Color Hue/Base color: Green

Hex #80932f Color code in RGB color code model is created after adding 50.2% red color, 57.65% green color and 18.43% blue color. Hex #80932f Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 0% magenta, 68% yellow and 42.35% black.

Hex #80932f color code is between #889933 web safe hex color code and #778822 web safe hex color code. #889933 is the nearest web safe color code. You can see here many more shades of #80932f color code.

RGB Chart

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

Color Table

Hex Color Code 80932f #80932f
RGB Decimal 128, 147, 47 128, 147, 47
RGB Percent 50%, 58%, 18% rgb(50%, 58%, 18%)
CSS RGBa 128, 147, 47,1 rgba(128,147,47,1)
CMYK Model cmyk(13%,0%,68%,42.35%)
HSL Color Space 71,52% ,38% hsl(71,52% ,38%)
HSV Color Space 71°, 68%, 58%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000000 10010011 00101111
Octal 200 223 57
Decimal 128 147 47
Hex 80 93 2f

Different shades of #80932f color code.

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

Darkest of #80932f
#1b1f0a
Darker of #80932f
#3d4616
Dark of #80932f
#5e6c23
Base of #80932f
#80932f
Light of #80932f
#a2ba3b
Lighter
#b6cb5d
Lightest
#c8d883

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

#80932f
#422f93

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

Split Complementary

#80932f
#2f4e93
#742f93

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

Analogous Color

#936c2f
#937c2f
#80932f
#5f932f
#35932f

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

#80932f
#932f80
#2f8093

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

#80932f
#2f8093
#422f93
#93422f

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

#80932f
#2f9374
#422f93
#932f4e

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 #80932f

#000000
#1b1f0a
#3d4616
#5e6c23
#80932f
#a2ba3b
#b6cb5d
#c8d883
#d9e4aa

Tints of #80932f Color

#80932f
#8e9f46
#9cab5d
#aab774
#b8c38b
#c6cfa2
#d4dbb9
#e2e7d0
#f0f3e7
#ffffff

Shades of #80932f color code

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

#80932f
#718229
#637224
#55621f
#47511a
#384114
#2a310f
#1c200a
#0e1005
#000000

Tones

#80932f
#748042
#686c56
#616161
#616161

Tones

Similar Color like #80932f color

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

#819430
#829531
#839632
#849733
#859834
#869935
#879a36
#889b37
#899c38
#8a9d39
#8b9e3a
#8c9f3b
#8da03c
#8ea13d
#7f922e
#7e912d
#7d902c
#7c8f2b
#7b8e2a
#7a8d29
#798c28
#788b27
#778a26
#768925
#758824
#748723
#738622
#728521

Download this Dark Green

Hex #80932f 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.

#80932f Color Code Preview on Black Background Color

This is how #80932f Color will look on black background color. Color contrast ratio is 6.13

#80932f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #80932f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #80932f

#80932f color code is use for CSS Background Color

Background color for the above div is #80932f

HTML with inline CSS

<div style="background-color:#80932f;"></div>

#80932f color code is use for CSS Border Color

CSS Border color for the above div is #80932f

HTML with inline CSS

<div style="border:5px solid #80932f;"></div>

CSS Border Left color for the above div is #80932f

HTML with inline CSS

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

CSS Border Right color for the above div is #80932f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #80932f

HTML with inline CSS

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

CSS Border Top color for the above div is #80932f

HTML with inline CSS

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

#80932f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#80932f Color code Preview on White Background

This is how #80932f Color code will look on white background color. Color contrast ratio is 3.42

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

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(128,147,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,47,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(128,147,47,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }