crispedge.com

Color picker

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

#48512e hex color - Green - Warm color - Information

#48512e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #48512e Color code in RGB color code model is created after adding 28.24% red color, 31.76% green color and 18.04% blue color. Hex #48512e Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 43% yellow and 68% black.

Hex #48512e color code is between #445533 web safe hex color code and #554422 web safe hex color code. #445533 is the nearest web safe color code. You can see here many more shades of #48512e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code48512e#48512e
RGB Decimal72, 81, 46rgb(72, 81, 46)
RGB Percent28%, 32%, 18%rgb(28%, 32%, 18%)
CSS RGBa72, 81, 46,1rgba(72,81,46,1)
CMYK Modelcmyk(11%,0%,43%,68%)
HSL Color Space75,28% ,25%hsl(75,28% ,25%)
HSV Color Space75°, 43%, 32%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010010000101000100101110
Octal11012156
Decimal728146
Hex48512e

Different shades of #48512e color code.

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

Light Shade of #48512e
#657240
Dark Shade of #48512e
#2b301c
Saturated Shade of #48512e
#4b5728
Desaturated Shade of #48512e
#454b34
Grey scale Shade of #48512e
#3f3f3f
Brighten Shade
#616a47
Most Readable Shade
#FFFFFF

Shades of #48512e color code

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

#48512e
#404828
#383f23
#30361e
#282d19
#202414
#181b0f
#10120a
#080905
#000000

Similar Color like #48512e color

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

#49522f
#4a5330
#4b5431
#4c5532
#4d5633
#4e5734
#4f5835
#505936
#515a37
#525b38
#535c39
#545d3a
#555e3b
#565f3c
#47502d
#464f2c
#454e2b
#444d2a
#434c29
#424b28
#414a27
#404926
#3f4825
#3e4724
#3d4623
#3c4522
#3b4421
#3a4320

Monochromatic Color with #48512e

#48512e
#6e7b46
#94a65e
#b9d076
#dffb8f
#222616

Tints of #48512e Color

#48512e
#5c6445
#70775c
#858b73
#999e8a
#adb1a2
#c2c5b9
#d6d8d0
#eaebe7
#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

#48512e
#372e51

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

Split Complementary

#48512e
#2e3651
#492e51

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

Analogous Color

#514c2e
#4f512e
#48512e
#41512e
#3a512e

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

#48512e
#2e4851
#512e48

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

#48512e
#2e5148
#372e51
#512e36

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

#48512e
#372e51
#492e51
#36512e

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

#48512e Color Code Preview on Black Background Color

This is how #48512e Color will look on black background color. Color contrast ratio is 2.49

#48512e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#48512e color code is use for CSS Background Color

Background color for the above div is #48512e

HTML with inline CSS

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

#48512e color code is use for CSS Border Color

CSS Border color for the above div is #48512e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#48512e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48512e Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.