@
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.

#427954 hex color - Green - Cool color - Information

#427954 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #427954 Color code in RGB color code model is created after adding 25.88% red color, 47.45% green color and 32.94% blue color. Hex #427954 Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 0% magenta, 31% yellow and 52.55% black.

Hex #427954 color code is between #447755 web safe hex color code and #338844 web safe hex color code. #447755 is the nearest web safe color code. You can see here many more shades of #427954 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code 427954 #427954
RGB Decimal 66, 121, 84 rgb(66, 121, 84)
RGB Percent 26%, 47%, 33% rgb(26%, 47%, 33%)
CSS RGBa 66, 121, 84,1 rgba(66,121,84,1)
CMYK Model cmyk(45%,0%,31%,52.55%)
HSL Color Space 140,29% ,37% hsl(140,29% ,37%)
HSV Color Space 140°, 45%, 47%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000010 01111001 01010100
Octal 102 171 124
Decimal 66 121 84
Hex 42 79 54

Different shades of #427954 color code.

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

Light Shade of #427954
#549a6b
Dark Shade of #427954
#30583d
Saturated Shade of #427954
#398251
Desaturated Shade of #427954
#4b7057
Grey scale Shade of #427954
#5d5d5d
Brighten Shade
#5b926d
Most Readable Shade
#FFFFFF

Shades of #427954 color code

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

#427954
#3a6b4a
#335e41
#2c5038
#24432e
#1d3525
#16281c
#0e1a12
#070d09
#000000

Similar Color like #427954 color

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

#437a55
#447b56
#457c57
#467d58
#477e59
#487f5a
#49805b
#4a815c
#4b825d
#4c835e
#4d845f
#4e8560
#4f8661
#508762
#417853
#407752
#3f7651
#3e7550
#3d744f
#3c734e
#3b724d
#3a714c
#39704b
#386f4a
#376e49
#366d48
#356c47
#346b46

Monochromatic Color with #427954

#427954
#59a371
#70ce8f
#88f8ad
#142419
#2b4e36

Tints of #427954 Color

#427954
#578767
#6c967a
#81a58d
#96b4a0
#abc3b3
#c0d2c6
#d5e1d9
#eaf0ec
#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

#427954
#794267

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

Split Complementary

#427954
#6f4279
#79424c

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

Analogous Color

#467942
#427949
#427954
#42795f
#42796a

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

#427954
#544279
#795442

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

#427954
#424b79
#794267
#796f42

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

#427954
#794267
#79424c
#42796f

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 #427954 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.

#427954 Color Code Preview on Black Background Color

This is how #427954 Color will look on black background color. Color contrast ratio is 4.09

#427954 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #427954

HTML with inline CSS

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

Your Example Paragraph content text in with font color #427954

#427954 color code is use for CSS Background Color

Background color for the above div is #427954

HTML with inline CSS

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

#427954 color code is use for CSS Border Color

CSS Border color for the above div is #427954

HTML with inline CSS

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

CSS Border Left color for the above div is #427954

HTML with inline CSS

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

CSS Border Right color for the above div is #427954

HTML with inline CSS

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

CSS Border Bottom color for the above div is #427954

HTML with inline CSS

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

CSS Border Top color for the above div is #427954

HTML with inline CSS

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

#427954 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#427954 Color code Preview on White Background

This is how #427954 Color code will look on white background color. Color contrast ratio is 5.13

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

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(66,121,84,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,66,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(66,121,84,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.