crispedge.com

Color picker

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

#317f78 hex color - Green - Cool color - Information

#317f78 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #317f78 Color code in RGB color code model is created after adding 19.22% red color, 49.8% green color and 47.06% blue color. Hex #317f78 Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 0% magenta, 6% yellow and 50% black.

Hex #317f78 color code is between #337777 web safe hex color code and #228888 web safe hex color code. #337777 is the nearest web safe color code. You can see here many more shades of #317f78 color code.

0 Likes 0 Comments | 13 Views

Color Table

Hex Color Code317f78#317f78
RGB Decimal49, 127, 120rgb(49, 127, 120)
RGB Percent19%, 50%, 47%rgb(19%, 50%, 47%)
CSS RGBa49, 127, 120,1rgba(49,127,120,1)
CMYK Modelcmyk(61%,0%,6%,50%)
HSL Color Space175,44% ,35%hsl(175,44% ,35%)
HSV Color Space175°, 61%, 50%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100010111111101111000
Octal61177170
Decimal49127120
Hex317f78

Different shades of #317f78 color code.

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

Light Shade of #317f78
#3fa49b
Dark Shade of #317f78
#235a55
Saturated Shade of #317f78
#28887f
Desaturated Shade of #317f78
#3a7671
Grey scale Shade of #317f78
#585858
Brighten Shade
#4a9891
Most Readable Shade
#FFFFFF

Shades of #317f78 color code

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

#317f78
#2b706a
#26625d
#205450
#1b4642
#153835
#102a28
#0a1c1a
#050e0d
#000000

Similar Color like #317f78 color

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

#328079
#33817a
#34827b
#35837c
#36847d
#37857e
#38867f
#398780
#3a8881
#3b8982
#3c8a83
#3d8b84
#3e8c85
#3f8d86
#307e77
#2f7d76
#2e7c75
#2d7b74
#2c7a73
#2b7972
#2a7871
#297770
#28766f
#27756e
#26746d
#25736c
#24726b
#23716a

Monochromatic Color with #317f78

#317f78
#41a9a0
#52d4c8
#62fef0
#102a28
#215450

Tints of #317f78 Color

#317f78
#478d87
#5e9b96
#75a9a5
#8cb7b4
#a3c6c3
#bad4d2
#d1e2e1
#e8f0f0
#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

#317f78
#7f3138

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

Split Complementary

#317f78
#7f315f
#7f5131

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

Analogous Color

#317f59
#317f68
#317f78
#31767f
#31677f

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

#317f78
#78317f
#7f7831

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

#317f78
#51317f
#7f3138
#5f7f31

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

#317f78
#7f3138
#7f5131
#315f7f

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 #317f78 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.

#317f78 Color Code Preview on Black Background Color

This is how #317f78 Color will look on black background color. Color contrast ratio is 4.44

#317f78 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #317f78

HTML with inline CSS

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

Your Example Paragraph content text in with font color #317f78

#317f78 color code is use for CSS Background Color

Background color for the above div is #317f78

HTML with inline CSS

<div style="background-color:#317f78;"></div>

#317f78 color code is use for CSS Border Color

CSS Border color for the above div is #317f78

HTML with inline CSS

<div style="border:5px solid #317f78;"></div>

CSS Border Left color for the above div is #317f78

HTML with inline CSS

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

CSS Border Right color for the above div is #317f78

HTML with inline CSS

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

CSS Border Bottom color for the above div is #317f78

HTML with inline CSS

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

CSS Border Top color for the above div is #317f78

HTML with inline CSS

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

#317f78 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#317f78 Color code Preview on White Background

This is how #317f78 Color code will look on white background color. Color contrast ratio is 4.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 #317f78; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #317f78; }

Related Gradients

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

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.