Skip to main content Skip to docs navigation

#45454f hex color | Download Dark Grey BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Flint Purple and its hex is #42424D Nearest Color Name

Color Hue/Base color: Grey

Hex #45454f Color code in RGB color code model is created after adding 27.06% red color, 27.06% green color and 30.98% blue color. Hex #45454f Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 13% magenta, 0% yellow and 69.02% black.

Hex #45454f color code is between #444455 web safe hex color code and #555544 web safe hex color code. #444455 is the nearest web safe color code. You can see here many more shades of #45454f color code.

RGB Chart

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

Color Table

Hex Color Code 45454f #45454f
RGB Decimal 69, 69, 79 69, 69, 79
RGB Percent 27%, 27%, 31% rgb(27%, 27%, 31%)
CSS RGBa 69, 69, 79,1 rgba(69,69,79,1)
CMYK Model cmyk(13%,13%,0%,69.02%)
HSL Color Space 240,7% ,29% hsl(240,7% ,29%)
HSV Color Space 240°, 13%, 31%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000101 01000101 01001111
Octal 105 105 117
Decimal 69 69 79
Hex 45 45 4f

Different shades of #45454f color code.

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

Darkest of #45454f
#000000
Darker of #45454f
#151519
Dark of #45454f
#2d2d34
Base of #45454f
#45454f
Light of #45454f
#5d5d6a
Lighter
#757585
Lightest
#8f8f9e

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

#45454f
#4f4f45

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

Split Complementary

#45454f
#4f4a45
#4a4f45

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

Analogous Color

#454b4f
#45494f
#45454f
#48454f
#4d454f

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

#45454f
#454f45
#4f4545

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

#45454f
#4f4545
#4f4f45
#454f4f

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#45454f
#4f454a
#4f4f45
#454f4a

Square 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).

Monochromatic Color with #45454f

#000000
#000000
#151519
#2d2d34
#45454f
#5d5d6a
#757585
#8f8f9e
#ababb5

Tints of #45454f Color

#45454f
#595962
#6e6e76
#838389
#97979d
#acacb0
#c1c1c4
#d5d5d7
#eaeaeb
#ffffff

Shades of #45454f color code

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

#45454f
#3d3d46
#35353d
#2e2e34
#26262b
#1e1e23
#17171a
#0f0f11
#070708
#000000

Tones

#45454f
#4a4a4a
#4a4a4a
#4a4a4a
#4a4a4a

Tones

Similar Color like #45454f color

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

#464650
#474751
#484852
#494953
#4a4a54
#4b4b55
#4c4c56
#4d4d57
#4e4e58
#4f4f59
#50505a
#51515b
#52525c
#53535d
#44444e
#43434d
#42424c
#41414b
#40404a
#3f3f49
#3e3e48
#3d3d47
#3c3c46
#3b3b45
#3a3a44
#393943
#383842
#373741

Download this Dark Grey

Hex #45454f 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.

#45454f Color Code Preview on Black Background Color

This is how #45454f Color will look on black background color. Color contrast ratio is 2.22

#45454f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #45454f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #45454f

#45454f color code is use for CSS Background Color

Background color for the above div is #45454f

HTML with inline CSS

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

#45454f color code is use for CSS Border Color

CSS Border color for the above div is #45454f

HTML with inline CSS

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

CSS Border Left color for the above div is #45454f

HTML with inline CSS

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

CSS Border Right color for the above div is #45454f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #45454f

HTML with inline CSS

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

CSS Border Top color for the above div is #45454f

HTML with inline CSS

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

#45454f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#45454f Color code Preview on White Background

This is how #45454f Color code will look on white background color. Color contrast ratio is 9.47

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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