Skip to main content Skip to docs navigation

#58752f 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 Pantone 3508 C and its hex is #5E7930 Nearest Color Name

Color Hue/Base color: Green

Hex #58752f Color code in RGB color code model is created after adding 34.51% red color, 45.88% green color and 18.43% blue color. Hex #58752f Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 0% magenta, 60% yellow and 54.12% black.

Hex #58752f color code is between #557733 web safe hex color code and #666622 web safe hex color code. #557733 is the nearest web safe color code. You can see here many more shades of #58752f color code.

RGB Chart

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

Color Table

Hex Color Code 58752f #58752f
RGB Decimal 88, 117, 47 88, 117, 47
RGB Percent 35%, 46%, 18% rgb(35%, 46%, 18%)
CSS RGBa 88, 117, 47,1 rgba(88,117,47,1)
CMYK Model cmyk(25%,0%,60%,54.12%)
HSL Color Space 85,43% ,32% hsl(85,43% ,32%)
HSV Color Space 85°, 60%, 46%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01011000 01110101 00101111
Octal 130 165 57
Decimal 88 117 47
Hex 58 75 2f

Different shades of #58752f color code.

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

Darkest of #58752f
#060803
Darker of #58752f
#212c12
Dark of #58752f
#3d5120
Base of #58752f
#58752f
Light of #58752f
#73993e
Lighter
#8eb951
Lightest
#a6c875

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

#58752f
#4c2f75

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

Split Complementary

#58752f
#2f3575
#6f2f75

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

Analogous Color

#75692f
#75752f
#58752f
#41752f
#2f753b

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

#58752f
#752f58
#2f5875

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

#58752f
#2f5875
#4c2f75
#754c2f

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

#58752f
#2f756f
#4c2f75
#752f35

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

#000000
#060803
#212c12
#3d5120
#58752f
#73993e
#8eb951
#a6c875
#bdd69a

Tints of #58752f Color

#58752f
#6a8446
#7d935d
#8fa374
#a2b28b
#b4c1a2
#c7d1b9
#d9e0d0
#ecefe7
#ffffff

Shades of #58752f color code

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

#58752f
#4e6829
#445b24
#3a4e1f
#30411a
#273414
#1d270f
#131a0a
#090d05
#000000

Tones

#58752f
#55653f
#525450
#525252
#525252

Tones

Similar Color like #58752f color

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

#597630
#5a7731
#5b7832
#5c7933
#5d7a34
#5e7b35
#5f7c36
#607d37
#617e38
#627f39
#63803a
#64813b
#65823c
#66833d
#57742e
#56732d
#55722c
#54712b
#53702a
#526f29
#516e28
#506d27
#4f6c26
#4e6b25
#4d6a24
#4c6923
#4b6822
#4a6721

Download this Dark Green

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

#58752f Color Code Preview on Black Background Color

This is how #58752f Color will look on black background color. Color contrast ratio is 4.00

#58752f in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#58752f color code is use for CSS Background Color

Background color for the above div is #58752f

HTML with inline CSS

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

#58752f color code is use for CSS Border Color

CSS Border color for the above div is #58752f

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#58752f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#58752f Color code Preview on White Background

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

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

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