Skip to main content Skip to docs navigation

#52844e 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 Rambling Green and its hex is #5A804F Nearest Color Name

Color Hue/Base color: Green

Hex #52844e Color code in RGB color code model is created after adding 32.16% red color, 51.76% green color and 30.59% blue color. Hex #52844e Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 0% magenta, 41% yellow and 48.24% black.

Hex #52844e color code is between #558855 web safe hex color code and #447744 web safe hex color code. #558855 is the nearest web safe color code. You can see here many more shades of #52844e color code.

RGB Chart

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

Color Table

Hex Color Code 52844e #52844e
RGB Decimal 82, 132, 78 82, 132, 78
RGB Percent 32%, 52%, 31% rgb(32%, 52%, 31%)
CSS RGBa 82, 132, 78,1 rgba(82,132,78,1)
CMYK Model cmyk(38%,0%,41%,48.24%)
HSL Color Space 116,26% ,41% hsl(116,26% ,41%)
HSV Color Space 116°, 41%, 52%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 10000100 01001110
Octal 122 204 116
Decimal 82 132 78
Hex 52 84 4e

Different shades of #52844e color code.

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

Darkest of #52844e
#162415
Darker of #52844e
#2a4428
Dark of #52844e
#3e643b
Base of #52844e
#52844e
Light of #52844e
#67a363
Lighter
#86b583
Lightest
#a5c8a3

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

#52844e
#804e84

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

Split Complementary

#52844e
#654e84
#844e6d

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

Analogous Color

#72844e
#69844e
#52844e
#4e845c
#4e8473

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

#52844e
#844e52
#4e5284

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

#52844e
#4e5284
#804e84
#84804e

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

#52844e
#4e6d84
#804e84
#84654e

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 #52844e

#020402
#162415
#2a4428
#3e643b
#52844e
#67a363
#86b583
#a5c8a3
#c4dbc3

Tints of #52844e Color

#52844e
#659161
#789f75
#8bad89
#9eba9c
#b2c8b0
#c5d6c4
#d8e3d7
#ebf1eb
#ffffff

Shades of #52844e color code

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

#52844e
#487545
#3f663c
#365834
#2d492b
#243a22
#1b2c1a
#121d11
#090e08
#000000

Tones

#52844e
#646f63
#696969
#696969
#696969

Tones

Similar Color like #52844e color

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

#53854f
#548650
#558751
#568852
#578953
#588a54
#598b55
#5a8c56
#5b8d57
#5c8e58
#5d8f59
#5e905a
#5f915b
#60925c
#51834d
#50824c
#4f814b
#4e804a
#4d7f49
#4c7e48
#4b7d47
#4a7c46
#497b45
#487a44
#477943
#467842
#457741
#447640

Download this Dark Green

Hex #52844e 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.

#52844e Color Code Preview on Black Background Color

This is how #52844e Color will look on black background color. Color contrast ratio is 4.77

#52844e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52844e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52844e

#52844e color code is use for CSS Background Color

Background color for the above div is #52844e

HTML with inline CSS

<div style="background-color:#52844e;"></div>

#52844e color code is use for CSS Border Color

CSS Border color for the above div is #52844e

HTML with inline CSS

<div style="border:5px solid #52844e;"></div>

CSS Border Left color for the above div is #52844e

HTML with inline CSS

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

CSS Border Right color for the above div is #52844e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52844e

HTML with inline CSS

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

CSS Border Top color for the above div is #52844e

HTML with inline CSS

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

#52844e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52844e Color code Preview on White Background

This is how #52844e Color code will look on white background color. Color contrast ratio is 4.40

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

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