Skip to main content Skip to docs navigation

#31391c 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 Turtle Skin and its hex is #363E1D Nearest Color Name

Color Hue/Base color: Green

Hex #31391c Color code in RGB color code model is created after adding 19.22% red color, 22.35% green color and 10.98% blue color. Hex #31391c Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 51% yellow and 77.65% black.

Hex #31391c color code is between #333322 web safe hex color code and #224411 web safe hex color code. #333322 is the nearest web safe color code. You can see here many more shades of #31391c color code.

RGB Chart

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

Color Table

Hex Color Code 31391c #31391c
RGB Decimal 49, 57, 28 49, 57, 28
RGB Percent 19%, 22%, 11% rgb(19%, 22%, 11%)
CSS RGBa 49, 57, 28,1 rgba(49,57,28,1)
CMYK Model cmyk(14%,0%,51%,77.65%)
HSL Color Space 77,34% ,17% hsl(77,34% ,17%)
HSV Color Space 77°, 51%, 22%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 00110001 00111001 00011100
Octal 61 71 34
Decimal 49 57 28
Hex 31 39 1c

Different shades of #31391c color code.

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

Darkest of #31391c
#000000
Darker of #31391c
#000000
Dark of #31391c
#14170b
Base of #31391c
#31391c
Light of #31391c
#4e5b2d
Lighter
#6c7d3e
Lightest
#89a04e

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

#31391c
#241c39

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

Split Complementary

#31391c
#1c2339
#331c39

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

Analogous Color

#39301c
#39351c
#31391c
#27391c
#1c391d

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

#31391c
#391c31
#1c3139

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

#31391c
#1c3139
#241c39
#39241c

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

#31391c
#1c3933
#241c39
#391c23

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 #31391c

#000000
#000000
#000000
#14170b
#31391c
#4e5b2d
#6c7d3e
#89a04e
#a1b66b

Tints of #31391c Color

#31391c
#474f35
#5e654e
#757b67
#8c9180
#a3a79a
#babdb3
#d1d3cc
#e8e9e5
#ffffff

Shades of #31391c color code

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

#31391c
#2b3218
#262c15
#202612
#1b1f0f
#15190c
#101309
#0a0c06
#050603
#000000

Tones

#31391c
#2d3125
#2b2b2b
#2b2b2b
#2b2b2b

Tones

Similar Color like #31391c color

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

#323a1d
#333b1e
#343c1f
#353d20
#363e21
#373f22
#384023
#394124
#3a4225
#3b4326
#3c4427
#3d4528
#3e4629
#3f472a
#30381b
#2f371a
#2e3619
#2d3518
#2c3417
#2b3316
#2a3215
#293114
#283013
#272f12
#262e11
#252d10
#242c0f
#232b0e

Download this Dark Green

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

#31391c Color Code Preview on Black Background Color

This is how #31391c Color will look on black background color. Color contrast ratio is 1.73

#31391c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#31391c color code is use for CSS Background Color

Background color for the above div is #31391c

HTML with inline CSS

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

#31391c color code is use for CSS Border Color

CSS Border color for the above div is #31391c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#31391c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#31391c Color code Preview on White Background

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

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

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(49,57,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(36,28,57,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(49,57,28,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }