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

#514d4f hex color - Brown - Warm color - Information

#514d4f hex color - Brown - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Brown

Hex #514d4f Color code in RGB color code model is created after adding 31.76% red color, 30.2% green color and 30.98% blue color. Hex #514d4f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 2% yellow and 68.24% black.

Hex #514d4f color code is between #555555 web safe hex color code and #444444 web safe hex color code. #555555 is the nearest web safe color code. You can see here many more shades of #514d4f color code.

0 Likes 0 Comments | 29 Views

RGB Chart

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

Color Table

Hex Color Code514d4f#514d4f
RGB Decimal81, 77, 79rgb(81, 77, 79)
RGB Percent32%, 30%, 31%rgb(32%, 30%, 31%)
CSS RGBa81, 77, 79,1rgba(81,77,79,1)
CMYK Modelcmyk(0%,5%,2%,68.24%)
HSL Color Space330,3% ,31%hsl(330,3% ,31%)
HSV Color Space330°, 5%, 32%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010100010100110101001111
Octal121115117
Decimal817779
Hex514d4f

Different shades of #514d4f color code.

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

Light Shade of #514d4f
#6b6668
Dark Shade of #514d4f
#373435
Saturated Shade of #514d4f
#59454f
Desaturated Shade of #514d4f
#4f4f4f
Grey scale Shade of #514d4f
#4f4f4f
Brighten Shade
#6a6668
Most Readable Shade
#FFFFFF

Shades of #514d4f color code

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

#514d4f
#484446
#3f3b3d
#363334
#2d2a2b
#242223
#1b191a
#121111
#090808
#000000

Similar Color like #514d4f color

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

#524e50
#534f51
#545052
#555153
#565254
#575355
#585456
#595557
#5a5658
#5b5759
#5c585a
#5d595b
#5e5a5c
#5f5b5d
#504c4e
#4f4b4d
#4e4a4c
#4d494b
#4c484a
#4b4749
#4a4648
#494547
#484446
#474345
#464244
#454143
#444042
#433f41

Monochromatic Color with #514d4f

#514d4f
#7b7578
#a69ea2
#d0c6cb
#fbeff5
#262526

Tints of #514d4f Color

#514d4f
#646062
#777476
#8b8889
#9e9c9d
#b1afb0
#c5c3c4
#d8d7d7
#ebebeb
#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

#514d4f
#4d514f

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

Split Complementary

#514d4f
#4d514d
#4d5151

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

Analogous Color

#514d51
#514d50
#514d4f
#514d4e
#514d4d

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

#514d4f
#4f514d
#4d4f51

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

#514d4f
#51514d
#4d514f
#4d4d51

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

#514d4f
#4d514f
#4d5151
#514d4d

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 #514d4f 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.

#514d4f Color Code Preview on Black Background Color

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

#514d4f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #514d4f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #514d4f

#514d4f color code is use for CSS Background Color

Background color for the above div is #514d4f

HTML with inline CSS

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

#514d4f color code is use for CSS Border Color

CSS Border color for the above div is #514d4f

HTML with inline CSS

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

CSS Border Left color for the above div is #514d4f

HTML with inline CSS

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

CSS Border Right color for the above div is #514d4f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #514d4f

HTML with inline CSS

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

CSS Border Top color for the above div is #514d4f

HTML with inline CSS

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

#514d4f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#514d4f Color code Preview on White Background

This is how #514d4f 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 #514d4f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #514d4f; }

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

0 Likes 0 Comments | 29 Views

Post your comment:-

By submitting comment you agree to our privacy policy.