crispedge.com

Color picker

Loading...

#49664d hex color - Green - Cool color - Information

#49664d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #49664d Color code in RGB color code model is created after adding 28.63% red color, 40% green color and 30.2% blue color. Hex #49664d Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 25% yellow and 60% black.

Hex #49664d color code is between #445555 web safe hex color code and #557744 web safe hex color code. #445555 is the nearest web safe color code. You can see here many more shades of #49664d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 49664d #49664d
RGB Decimal 73, 102, 77 rgb(73, 102, 77)
RGB Percent 29%, 40%, 30% rgb(29%, 40%, 30%)
CSS RGBa 73, 102, 77,1 rgba(73,102,77,1)
CMYK Model cmyk(28%,0%,25%,60%)
HSL Color Space 128,17% ,34% hsl(128,17% ,34%)
HSV Color Space 128°, 28%, 40%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001001 01100110 01001101
Octal 111 146 115
Decimal 73 102 77
Hex 49 66 4d

Different shades of #49664d color code.

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

Light Shade of #49664d
#5e8463
Dark Shade of #49664d
#344837
Saturated Shade of #49664d
#406f47
Desaturated Shade of #49664d
#525d53
Grey scale Shade of #49664d
#575757
Brighten Shade
#627f66
Most Readable Shade
#FFFFFF

Shades of #49664d color code

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

#49664d
#405a44
#384f3b
#304433
#28382a
#202d22
#182219
#101611
#080b08
#000000

Similar Color like #49664d color

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

#4a674e
#4b684f
#4c6950
#4d6a51
#4e6b52
#4f6c53
#506d54
#516e55
#526f56
#537057
#547158
#557259
#56735a
#57745b
#48654c
#47644b
#46634a
#456249
#446148
#436047
#425f46
#415e45
#405d44
#3f5c43
#3e5b42
#3d5a41
#3c5940
#3b583f

Monochromatic Color with #49664d

#49664d
#67906d
#86bb8d
#a4e5ad
#0c110d
#2b3b2d

Tints of #49664d Color

#49664d
#5d7760
#718874
#859988
#99aa9c
#aebbaf
#c2ccc3
#d6ddd7
#eaeeeb
#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

#49664d
#664962

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

Split Complementary

#49664d
#5c4966
#664954

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

Analogous Color

#516649
#4b6649
#49664d
#496653
#496659

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

#49664d
#4d4966
#664d49

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

#49664d
#495366
#664962
#665b49

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

#49664d
#664962
#664954
#49665c

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 #49664d 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.

#49664d Color Code Preview on Black Background Color

This is how #49664d Color will look on black background color. Color contrast ratio is 3.29

#49664d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49664d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49664d

#49664d color code is use for CSS Background Color

Background color for the above div is #49664d

HTML with inline CSS

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

#49664d color code is use for CSS Border Color

CSS Border color for the above div is #49664d

HTML with inline CSS

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

CSS Border Left color for the above div is #49664d

HTML with inline CSS

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

CSS Border Right color for the above div is #49664d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #49664d

HTML with inline CSS

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

CSS Border Top color for the above div is #49664d

HTML with inline CSS

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

#49664d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#49664d Color code Preview on White Background

This is how #49664d Color code will look on white background color. Color contrast ratio is 6.38

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

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(73,102,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(102,73,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(73,102,77,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.