crispedge.com

Color picker

Loading...

#465050 hex color - Green - Cool color - Information

#465050 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #465050 Color code in RGB color code model is created after adding 27.45% red color, 31.37% green color and 31.37% blue color. Hex #465050 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 0% magenta, 0% yellow and 69% black.

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

0 Likes 0 Comments | 35 Views

RGB Chart

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

Color Table

Hex Color Code465050#465050
RGB Decimal70, 80, 80rgb(70, 80, 80)
RGB Percent27%, 31%, 31%rgb(27%, 31%, 31%)
CSS RGBa70, 80, 80,1rgba(70,80,80,1)
CMYK Modelcmyk(13%,0%,0%,69%)
HSL Color Space180,7% ,29%hsl(180,7% ,29%)
HSV Color Space180°, 13%, 31%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001100101000001010000
Octal106120120
Decimal708080
Hex465050

Different shades of #465050 color code.

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

Light Shade of #465050
#5e6b6b
Dark Shade of #465050
#2e3535
Saturated Shade of #465050
#3f5757
Desaturated Shade of #465050
#4b4b4b
Grey scale Shade of #465050
#4b4b4b
Brighten Shade
#5f6969
Most Readable Shade
#FFFFFF

Shades of #465050 color code

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

#465050
#3e4747
#363e3e
#2e3535
#262c2c
#1f2323
#171a1a
#0f1111
#070808
#000000

Similar Color like #465050 color

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

#475151
#485252
#495353
#4a5454
#4b5555
#4c5656
#4d5757
#4e5858
#4f5959
#505a5a
#515b5b
#525c5c
#535d5d
#545e5e
#454f4f
#444e4e
#434d4d
#424c4c
#414b4b
#404a4a
#3f4949
#3e4848
#3d4747
#3c4646
#3b4545
#3a4444
#394343
#384242

Monochromatic Color with #465050

#465050
#6b7a7a
#90a5a5
#b6cfcf
#dbfafa
#212525

Tints of #465050 Color

#465050
#5a6363
#6f7676
#838a8a
#989d9d
#acb1b1
#c1c4c4
#d5d8d8
#eaebeb
#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

#465050
#504646

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

Split Complementary

#465050
#50464b
#504b46

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

Analogous Color

#46504c
#46504e
#465050
#464e50
#464c50

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

#465050
#504650
#505046

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

#465050
#4b4650
#504646
#4b5046

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

#465050
#504646
#504b46
#464b50

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

#465050 Color Code Preview on Black Background Color

This is how #465050 Color will look on black background color. Color contrast ratio is 2.52

#465050 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #465050

HTML with inline CSS

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

Your Example Paragraph content text in with font color #465050

#465050 color code is use for CSS Background Color

Background color for the above div is #465050

HTML with inline CSS

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

#465050 color code is use for CSS Border Color

CSS Border color for the above div is #465050

HTML with inline CSS

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

CSS Border Left color for the above div is #465050

HTML with inline CSS

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

CSS Border Right color for the above div is #465050

HTML with inline CSS

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

CSS Border Bottom color for the above div is #465050

HTML with inline CSS

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

CSS Border Top color for the above div is #465050

HTML with inline CSS

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

#465050 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#465050 Color code Preview on White Background

This is how #465050 Color code will look on white background color. Color contrast ratio is 8.32

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

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

0 Likes 0 Comments | 35 Views

Post your comment:-

By submitting comment you agree to our privacy policy.