crispedge.com

Color picker

Loading...

#4f6e70 hex color - Green - Cool color - Information

#4f6e70 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #4f6e70 Color code in RGB color code model is created after adding 30.98% red color, 43.14% green color and 43.92% blue color. Hex #4f6e70 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 2% magenta, 0% yellow and 56% black.

Hex #4f6e70 color code is between #556677 web safe hex color code and #447766 web safe hex color code. #556677 is the nearest web safe color code. You can see here many more shades of #4f6e70 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4f6e70#4f6e70
RGB Decimal79, 110, 112rgb(79, 110, 112)
RGB Percent31%, 43%, 44%rgb(31%, 43%, 44%)
CSS RGBa79, 110, 112,1rgba(79,110,112,1)
CMYK Modelcmyk(29%,2%,0%,56%)
HSL Color Space184,17% ,37%hsl(184,17% ,37%)
HSV Color Space184°, 29%, 44%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010011110110111001110000
Octal117156160
Decimal79110112
Hex4f6e70

Different shades of #4f6e70 color code.

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

Light Shade of #4f6e70
#648b8e
Dark Shade of #4f6e70
#3a5152
Saturated Shade of #4f6e70
#45767a
Desaturated Shade of #4f6e70
#596666
Grey scale Shade of #4f6e70
#5f5f5f
Brighten Shade
#688789
Most Readable Shade
#FFFFFF

Shades of #4f6e70 color code

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

#4f6e70
#466163
#3d5557
#34494a
#2b3d3e
#233031
#1a2425
#111818
#080c0c
#000000

Similar Color like #4f6e70 color

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

#506f71
#517072
#527173
#537274
#547375
#557476
#567577
#577678
#587779
#59787a
#5a797b
#5b7a7c
#5c7b7d
#5d7c7e
#4e6d6f
#4d6c6e
#4c6b6d
#4b6a6c
#4a696b
#49686a
#486769
#476668
#466567
#456466
#446365
#436264
#426163
#416062

Monochromatic Color with #4f6e70

#4f6e70
#6d989a
#8bc1c5
#a9ebef
#131a1b
#314445

Tints of #4f6e70 Color

#4f6e70
#627e7f
#768e8f
#899e9f
#9daeaf
#b0bebf
#c4cecf
#d7dedf
#ebeeef
#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

#4f6e70
#70514f

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

Split Complementary

#4f6e70
#704f5e
#70624f

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

Analogous Color

#4f7065
#4f706b
#4f6e70
#4f6770
#4f6170

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

#4f6e70
#704f6e
#6e704f

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

#4f6e70
#614f70
#70514f
#5d704f

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

#4f6e70
#70514f
#70624f
#4f5e70

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 #4f6e70 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.

#4f6e70 Color Code Preview on Black Background Color

This is how #4f6e70 Color will look on black background color. Color contrast ratio is 3.80

#4f6e70 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4f6e70

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4f6e70

#4f6e70 color code is use for CSS Background Color

Background color for the above div is #4f6e70

HTML with inline CSS

<div style="background-color:#4f6e70;"></div>

#4f6e70 color code is use for CSS Border Color

CSS Border color for the above div is #4f6e70

HTML with inline CSS

<div style="border:5px solid #4f6e70;"></div>

CSS Border Left color for the above div is #4f6e70

HTML with inline CSS

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

CSS Border Right color for the above div is #4f6e70

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4f6e70

HTML with inline CSS

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

CSS Border Top color for the above div is #4f6e70

HTML with inline CSS

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

#4f6e70 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4f6e70 Color code Preview on White Background

This is how #4f6e70 Color code will look on white background color. Color contrast ratio is 5.53

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(79,110,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,81,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(79,110,112,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.