crispedge.com

Color picker

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

#2e1d18 hex color - Brown - Warm color - Information

#2e1d18 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #2e1d18 Color code in RGB color code model is created after adding 18.04% red color, 11.37% green color and 9.41% blue color. Hex #2e1d18 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 48% yellow and 82% black.

Hex #2e1d18 color code is between #332211 web safe hex color code and #221122 web safe hex color code. #332211 is the nearest web safe color code. You can see here many more shades of #2e1d18 color code.

0 Likes 0 Comments | 14 Views

Color Table

Hex Color Code2e1d18#2e1d18
RGB Decimal46, 29, 24rgb(46, 29, 24)
RGB Percent18%, 11%, 9%rgb(18%, 11%, 9%)
CSS RGBa46, 29, 24,1rgba(46,29,24,1)
CMYK Modelcmyk(0%,37%,48%,82%)
HSL Color Space14,31% ,14%hsl(14,31% ,14%)
HSV Color Space14°, 48%, 18%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary001011100001110100011000
Octal563530
Decimal462924
Hex2e1d18

Different shades of #2e1d18 color code.

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

Light Shade of #2e1d18
#4f3229
Dark Shade of #2e1d18
#0c0807
Saturated Shade of #2e1d18
#311b14
Desaturated Shade of #2e1d18
#2a1f1b
Grey scale Shade of #2e1d18
#232323
Brighten Shade
#473631
Most Readable Shade
#FFFFFF

Shades of #2e1d18 color code

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

#2e1d18
#281915
#231612
#1e1310
#19100d
#140c0a
#0f0908
#0a0605
#050302
#000000

Similar Color like #2e1d18 color

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

#2f1e19
#301f1a
#31201b
#32211c
#33221d
#34231e
#35241f
#362520
#372621
#382722
#392823
#3a2924
#3b2a25
#3c2b26
#2d1c17
#2c1b16
#2b1a15
#2a1914
#291813
#281712
#271611
#261510
#25140f
#24130e
#23120d
#22110c
#21100b
#200f0a

Monochromatic Color with #2e1d18

#2e1d18
#58382e
#835344
#ad6d5b
#d88871
#030202

Tints of #2e1d18 Color

#2e1d18
#453631
#5c4f4b
#736865
#8a817e
#a29a98
#b9b3b2
#d0cccb
#e7e5e5
#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

#2e1d18
#18292e

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

Split Complementary

#2e1d18
#182e28
#181e2e

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

Analogous Color

#2e181c
#2e1918
#2e1d18
#2e2118
#2e2618

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

#2e1d18
#182e1d
#1d182e

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

#2e1d18
#1e2e18
#18292e
#28182e

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

#2e1d18
#18292e
#181e2e
#2e2818

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 #2e1d18 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.

#2e1d18 Color Code Preview on Black Background Color

This is how #2e1d18 Color will look on black background color. Color contrast ratio is 1.31

#2e1d18 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2e1d18

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2e1d18

#2e1d18 color code is use for CSS Background Color

Background color for the above div is #2e1d18

HTML with inline CSS

<div style="background-color:#2e1d18;"></div>

#2e1d18 color code is use for CSS Border Color

CSS Border color for the above div is #2e1d18

HTML with inline CSS

<div style="border:5px solid #2e1d18;"></div>

CSS Border Left color for the above div is #2e1d18

HTML with inline CSS

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

CSS Border Right color for the above div is #2e1d18

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2e1d18

HTML with inline CSS

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

CSS Border Top color for the above div is #2e1d18

HTML with inline CSS

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

#2e1d18 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2e1d18 Color code Preview on White Background

This is how #2e1d18 Color code will look on white background color. Color contrast ratio is 16.09

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

Related Gradients

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

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.