crispedge.com

Color picker

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

#8e3e29 hex color - Orange - Warm color - Information

#8e3e29 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #8e3e29 Color code in RGB color code model is created after adding 55.69% red color, 24.31% green color and 16.08% blue color. Hex #8e3e29 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 71% yellow and 44% black.

Hex #8e3e29 color code is between #884422 web safe hex color code and #993333 web safe hex color code. #884422 is the nearest web safe color code. You can see here many more shades of #8e3e29 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code8e3e29#8e3e29
RGB Decimal142, 62, 41rgb(142, 62, 41)
RGB Percent56%, 24%, 16%rgb(56%, 24%, 16%)
CSS RGBa142, 62, 41,1rgba(142,62,41,1)
CMYK Modelcmyk(0%,56%,71%,44%)
HSL Color Space12,55% ,36%hsl(12,55% ,36%)
HSV Color Space12°, 71%, 56%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100011100011111000101001
Octal2167651
Decimal1426241
Hex8e3e29

Different shades of #8e3e29 color code.

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

Light Shade of #8e3e29
#b64f34
Dark Shade of #8e3e29
#662d1e
Saturated Shade of #8e3e29
#973920
Desaturated Shade of #8e3e29
#854332
Grey scale Shade of #8e3e29
#5b5b5b
Brighten Shade
#a75742
Most Readable Shade
#FFFFFF

Shades of #8e3e29 color code

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

#8e3e29
#7e3724
#6e301f
#5e291b
#4e2216
#3f1b12
#2f140d
#1f0d09
#0f0604
#000000

Similar Color like #8e3e29 color

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

#8f3f2a
#90402b
#91412c
#92422d
#93432e
#94442f
#954530
#964631
#974732
#984833
#994934
#9a4a35
#9b4b36
#9c4c37
#8d3d28
#8c3c27
#8b3b26
#8a3a25
#893924
#883823
#873722
#863621
#853520
#84341f
#83331e
#82321d
#81311c
#80301b

Monochromatic Color with #8e3e29

#8e3e29
#b85135
#e36342
#0e0604
#391910
#632b1d

Tints of #8e3e29 Color

#8e3e29
#9a5340
#a76858
#b37e70
#c09388
#cca99f
#d9beb7
#e5d4cf
#f2e9e7
#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

#8e3e29
#29798e

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

Split Complementary

#8e3e29
#298e70
#29478e

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

Analogous Color

#8e293c
#8e2a29
#8e3e29
#8e5229
#8e6629

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

#8e3e29
#298e3e
#3e298e

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

#8e3e29
#468e29
#29798e
#70298e

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

#8e3e29
#29798e
#29478e
#8e7129

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 #8e3e29 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.

#8e3e29 Color Code Preview on Black Background Color

This is how #8e3e29 Color will look on black background color. Color contrast ratio is 2.87

#8e3e29 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8e3e29

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8e3e29

#8e3e29 color code is use for CSS Background Color

Background color for the above div is #8e3e29

HTML with inline CSS

<div style="background-color:#8e3e29;"></div>

#8e3e29 color code is use for CSS Border Color

CSS Border color for the above div is #8e3e29

HTML with inline CSS

<div style="border:5px solid #8e3e29;"></div>

CSS Border Left color for the above div is #8e3e29

HTML with inline CSS

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

CSS Border Right color for the above div is #8e3e29

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8e3e29

HTML with inline CSS

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

CSS Border Top color for the above div is #8e3e29

HTML with inline CSS

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

#8e3e29 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8e3e29 Color code Preview on White Background

This is how #8e3e29 Color code will look on white background color. Color contrast ratio is 7.31

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

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.