crispedge.com

Color picker

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

#425f57 hex color - Green - Cool color - Information

#425f57 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #425f57 Color code in RGB color code model is created after adding 25.88% red color, 37.25% green color and 34.12% blue color. Hex #425f57 Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 8% yellow and 63% black.

Hex #425f57 color code is between #446655 web safe hex color code and #335566 web safe hex color code. #446655 is the nearest web safe color code. You can see here many more shades of #425f57 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code425f57#425f57
RGB Decimal66, 95, 87rgb(66, 95, 87)
RGB Percent26%, 37%, 34%rgb(26%, 37%, 34%)
CSS RGBa66, 95, 87,1rgba(66,95,87,1)
CMYK Modelcmyk(31%,0%,8%,63%)
HSL Color Space163,18% ,32%hsl(163,18% ,32%)
HSV Color Space163°, 31%, 37%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000100101111101010111
Octal102137127
Decimal669587
Hex425f57

Different shades of #425f57 color code.

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

Light Shade of #425f57
#577d73
Dark Shade of #425f57
#2d413b
Saturated Shade of #425f57
#3a675b
Desaturated Shade of #425f57
#4a5753
Grey scale Shade of #425f57
#505050
Brighten Shade
#5b7870
Most Readable Shade
#FFFFFF

Shades of #425f57 color code

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

#425f57
#3a544d
#334943
#2c3f3a
#243430
#1d2a26
#161f1d
#0e1513
#070a09
#000000

Similar Color like #425f57 color

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

#436058
#446159
#45625a
#46635b
#47645c
#48655d
#49665e
#4a675f
#4b6860
#4c6961
#4d6a62
#4e6b63
#4f6c64
#506d65
#415e56
#405d55
#3f5c54
#3e5b53
#3d5a52
#3c5951
#3b5850
#3a574f
#39564e
#38554d
#37544c
#36534b
#35524a
#345149

Monochromatic Color with #425f57

#425f57
#60897e
#7db4a5
#9bdecc
#070a09
#243430

Tints of #425f57 Color

#425f57
#577069
#6c827c
#81948f
#96a6a1
#abb7b4
#c0c9c7
#d5dbd9
#eaedec
#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

#425f57
#5f424a

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

Split Complementary

#425f57
#5f4259
#5f4942

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

Analogous Color

#425f4b
#425f51
#425f57
#425f5d
#425b5f

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

#425f57
#57425f
#5f5742

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

#425f57
#48425f
#5f424a
#585f42

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

#425f57
#5f424a
#5f4942
#42595f

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 #425f57 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.

#425f57 Color Code Preview on Black Background Color

This is how #425f57 Color will look on black background color. Color contrast ratio is 3.01

#425f57 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #425f57

HTML with inline CSS

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

Your Example Paragraph content text in with font color #425f57

#425f57 color code is use for CSS Background Color

Background color for the above div is #425f57

HTML with inline CSS

<div style="background-color:#425f57;"></div>

#425f57 color code is use for CSS Border Color

CSS Border color for the above div is #425f57

HTML with inline CSS

<div style="border:5px solid #425f57;"></div>

CSS Border Left color for the above div is #425f57

HTML with inline CSS

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

CSS Border Right color for the above div is #425f57

HTML with inline CSS

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

CSS Border Bottom color for the above div is #425f57

HTML with inline CSS

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

CSS Border Top color for the above div is #425f57

HTML with inline CSS

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

#425f57 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#425f57 Color code Preview on White Background

This is how #425f57 Color code will look on white background color. Color contrast ratio is 6.99

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.