crispedge.com

Color picker

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

#48312b hex color - Red - Warm color - Information

#48312b hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #48312b Color code in RGB color code model is created after adding 28.24% red color, 19.22% green color and 16.86% blue color. Hex #48312b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 40% yellow and 72% black.

Hex #48312b color code is between #443333 web safe hex color code and #552222 web safe hex color code. #443333 is the nearest web safe color code. You can see here many more shades of #48312b color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Code48312b#48312b
RGB Decimal72, 49, 43rgb(72, 49, 43)
RGB Percent28%, 19%, 17%rgb(28%, 19%, 17%)
CSS RGBa72, 49, 43,1rgba(72,49,43,1)
CMYK Modelcmyk(0%,32%,40%,72%)
HSL Color Space12,25% ,23%hsl(12,25% ,23%)
HSV Color Space12°, 40%, 28%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010010000011000100101011
Octal1106153
Decimal724943
Hex48312b

Different shades of #48312b color code.

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

Light Shade of #48312b
#68473e
Dark Shade of #48312b
#281b18
Saturated Shade of #48312b
#4e2e25
Desaturated Shade of #48312b
#423431
Grey scale Shade of #48312b
#393939
Brighten Shade
#614a44
Most Readable Shade
#FFFFFF

Shades of #48312b color code

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

#48312b
#402b26
#382621
#30201c
#281b17
#201513
#18100e
#100a09
#080504
#000000

Similar Color like #48312b color

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

#49322c
#4a332d
#4b342e
#4c352f
#4d3630
#4e3731
#4f3832
#503933
#513a34
#523b35
#533c36
#543d37
#553e38
#563f39
#47302a
#462f29
#452e28
#442d27
#432c26
#422b25
#412a24
#402923
#3f2822
#3e2721
#3d2620
#3c251f
#3b241e
#3a231d

Monochromatic Color with #48312b

#48312b
#724e44
#9d6b5e
#c78877
#f2a591
#1d1412

Tints of #48312b Color

#48312b
#5c4742
#705e5a
#857571
#998c89
#ada3a0
#c2bab8
#d6d1cf
#eae8e7
#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

#48312b
#2b4248

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

Split Complementary

#48312b
#2b4840
#2b3448

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

Analogous Color

#482b31
#482b2b
#48312b
#48372b
#483d2b

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

#48312b
#2b4831
#312b48

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

#48312b
#33482b
#2b4248
#3f2b48

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

#48312b
#2b4248
#2b3448
#483f2b

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 #48312b 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.

#48312b Color Code Preview on Black Background Color

This is how #48312b Color will look on black background color. Color contrast ratio is 1.75

#48312b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48312b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48312b

#48312b color code is use for CSS Background Color

Background color for the above div is #48312b

HTML with inline CSS

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

#48312b color code is use for CSS Border Color

CSS Border color for the above div is #48312b

HTML with inline CSS

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

CSS Border Left color for the above div is #48312b

HTML with inline CSS

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

CSS Border Right color for the above div is #48312b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #48312b

HTML with inline CSS

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

CSS Border Top color for the above div is #48312b

HTML with inline CSS

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

#48312b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48312b Color code Preview on White Background

This is how #48312b Color code will look on white background color. Color contrast ratio is 12.00

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.