crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#54484e hex color - Brown - Warm color - Information

#54484e hex color - Brown - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Brown

Hex #54484e Color code in RGB color code model is created after adding 32.94% red color, 28.24% green color and 30.59% blue color. Hex #54484e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 7% yellow and 67% black.

Hex #54484e color code is between #554455 web safe hex color code and #445544 web safe hex color code. #554455 is the nearest web safe color code. You can see here many more shades of #54484e color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code54484e#54484e
RGB Decimal84, 72, 78rgb(84, 72, 78)
RGB Percent33%, 28%, 31%rgb(33%, 28%, 31%)
CSS RGBa84, 72, 78,1rgba(84,72,78,1)
CMYK Modelcmyk(0%,14%,7%,67%)
HSL Color Space330,8% ,31%hsl(330,8% ,31%)
HSV Color Space330°, 14%, 33%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010101000100100001001110
Octal124110116
Decimal847278
Hex54484e

Different shades of #54484e color code.

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

Light Shade of #54484e
#6f6067
Dark Shade of #54484e
#393034
Saturated Shade of #54484e
#5c404e
Desaturated Shade of #54484e
#4e4e4e
Grey scale Shade of #54484e
#4e4e4e
Brighten Shade
#6d6167
Most Readable Shade
#FFFFFF

Shades of #54484e color code

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

#54484e
#4a4045
#41383c
#383034
#2e282b
#252022
#1c181a
#121011
#090808
#000000

Similar Color like #54484e color

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

#55494f
#564a50
#574b51
#584c52
#594d53
#5a4e54
#5b4f55
#5c5056
#5d5157
#5e5258
#5f5359
#60545a
#61555b
#62565c
#53474d
#52464c
#51454b
#50444a
#4f4349
#4e4248
#4d4147
#4c4046
#4b3f45
#4a3e44
#493d43
#483c42
#473b41
#463a40

Monochromatic Color with #54484e

#54484e
#7e6c75
#a9919d
#d3b5c4
#fedaec
#292427

Tints of #54484e Color

#54484e
#675c61
#7a7075
#8d8589
#a0999c
#b3adb0
#c6c2c4
#d9d6d7
#eceaeb
#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

#54484e
#48544e

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

Split Complementary

#54484e
#485448
#485454

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

Analogous Color

#544853
#544850
#54484e
#54484c
#544849

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

#54484e
#4e5448
#484e54

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

#54484e
#545448
#48544e
#484854

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

#54484e
#48544e
#485454
#544848

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 #54484e 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.

#54484e Color Code Preview on Black Background Color

This is how #54484e Color will look on black background color. Color contrast ratio is 2.41

#54484e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #54484e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #54484e

#54484e color code is use for CSS Background Color

Background color for the above div is #54484e

HTML with inline CSS

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

#54484e color code is use for CSS Border Color

CSS Border color for the above div is #54484e

HTML with inline CSS

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

CSS Border Left color for the above div is #54484e

HTML with inline CSS

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

CSS Border Right color for the above div is #54484e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #54484e

HTML with inline CSS

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

CSS Border Top color for the above div is #54484e

HTML with inline CSS

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

#54484e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#54484e Color code Preview on White Background

This is how #54484e Color code will look on white background color. Color contrast ratio is 8.70

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.