crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#31484b hex color - Green - Cool color - Information

#31484b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #31484b Color code in RGB color code model is created after adding 19.22% red color, 28.24% green color and 29.41% blue color. Hex #31484b Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 4% magenta, 0% yellow and 71% black.

Hex #31484b color code is between #334444 web safe hex color code and #225555 web safe hex color code. #334444 is the nearest web safe color code. You can see here many more shades of #31484b color code.

0 Likes 0 Comments | 14 Views

Color Table

Hex Color Code31484b#31484b
RGB Decimal49, 72, 75rgb(49, 72, 75)
RGB Percent19%, 28%, 29%rgb(19%, 28%, 29%)
CSS RGBa49, 72, 75,1rgba(49,72,75,1)
CMYK Modelcmyk(35%,4%,0%,71%)
HSL Color Space187,21% ,24%hsl(187,21% ,24%)
HSV Color Space187°, 35%, 29%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100010100100001001011
Octal61110113
Decimal497275
Hex31484b

Different shades of #31484b color code.

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

Light Shade of #31484b
#45666a
Dark Shade of #31484b
#1d2a2c
Saturated Shade of #31484b
#2b4d51
Desaturated Shade of #31484b
#374345
Grey scale Shade of #31484b
#3e3e3e
Brighten Shade
#4a6164
Most Readable Shade
#FFFFFF

Shades of #31484b color code

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

#31484b
#2b4042
#26383a
#203032
#1b2829
#152021
#101819
#0a1010
#050808
#000000

Similar Color like #31484b color

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

#32494c
#334a4d
#344b4e
#354c4f
#364d50
#374e51
#384f52
#395053
#3a5154
#3b5255
#3c5356
#3d5457
#3e5558
#3f5659
#30474a
#2f4649
#2e4548
#2d4447
#2c4346
#2b4245
#2a4144
#294043
#283f42
#273e41
#263d40
#253c3f
#243b3e
#233a3d

Monochromatic Color with #31484b

#31484b
#4d7175
#699aa0
#84c2ca
#a0ebf5
#151f20

Tints of #31484b Color

#31484b
#475c5f
#5e7073
#758587
#8c999b
#a3adaf
#bac2c3
#d1d6d7
#e8eaeb
#ffffff

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

#31484b
#4b3431

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

Split Complementary

#31484b
#4b313b
#4b4131

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

Analogous Color

#314b44
#314b49
#31484b
#31434b
#313e4b

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

#31484b
#4b3148
#484b31

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

#31484b
#41314b
#4b3431
#3b4b31

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

Double Complementary Color

#31484b
#4b3431
#4b4131
#313b4b

Double Complementary 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).

Hex #31484b 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.

#31484b Color Code Preview on Black Background Color

This is how #31484b Color will look on black background color. Color contrast ratio is 2.16

#31484b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31484b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31484b

#31484b color code is use for CSS Background Color

Background color for the above div is #31484b

HTML with inline CSS

<div style="background-color:#31484b;"></div>

#31484b color code is use for CSS Border Color

CSS Border color for the above div is #31484b

HTML with inline CSS

<div style="border:5px solid #31484b;"></div>

CSS Border Left color for the above div is #31484b

HTML with inline CSS

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

CSS Border Right color for the above div is #31484b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #31484b

HTML with inline CSS

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

CSS Border Top color for the above div is #31484b

HTML with inline CSS

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

#31484b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#31484b Color code Preview on White Background

This is how #31484b Color code will look on white background color. Color contrast ratio is 9.73

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.