crispedge.com

Color picker

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

#42382b hex color - Brown - Warm color - Information

#42382b hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #42382b Color code in RGB color code model is created after adding 25.88% red color, 21.96% green color and 16.86% blue color. Hex #42382b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 35% yellow and 74% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code42382b#42382b
RGB Decimal66, 56, 43rgb(66, 56, 43)
RGB Percent26%, 22%, 17%rgb(26%, 22%, 17%)
CSS RGBa66, 56, 43,1rgba(66,56,43,1)
CMYK Modelcmyk(0%,15%,35%,74%)
HSL Color Space34,21% ,21%hsl(34,21% ,21%)
HSV Color Space34°, 35%, 26%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010000100011100000101011
Octal1027053
Decimal665643
Hex42382b

Different shades of #42382b color code.

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

Light Shade of #42382b
#61523f
Dark Shade of #42382b
#231e17
Saturated Shade of #42382b
#473926
Desaturated Shade of #42382b
#3d3730
Grey scale Shade of #42382b
#363636
Brighten Shade
#5b5144
Most Readable Shade
#FFFFFF

Shades of #42382b color code

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

#42382b
#3a3126
#332b21
#2c251c
#241f17
#1d1813
#16120e
#0e0c09
#070604
#000000

Similar Color like #42382b color

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

#43392c
#443a2d
#453b2e
#463c2f
#473d30
#483e31
#493f32
#4a4033
#4b4134
#4c4235
#4d4336
#4e4437
#4f4538
#504639
#41372a
#403629
#3f3528
#3e3427
#3d3326
#3c3225
#3b3124
#3a3023
#392f22
#382e21
#372d20
#362c1f
#352b1e
#342a1d

Monochromatic Color with #42382b

#42382b
#6c5c47
#978062
#c1a47e
#ecc89a
#17140f

Tints of #42382b Color

#42382b
#574e42
#6c645a
#817a71
#969089
#aba6a0
#c0bcb8
#d5d2cf
#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

#42382b
#2b3542

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

Split Complementary

#42382b
#2b4142
#2d2b42

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

Analogous Color

#422f2b
#42332b
#42382b
#423d2b
#42412b

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

#42382b
#2b4238
#382b42

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

#42382b
#2b422c
#2b3542
#422b40

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

#42382b
#2b3542
#2d2b42
#41422b

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

#42382b Color Code Preview on Black Background Color

This is how #42382b Color will look on black background color. Color contrast ratio is 1.83

#42382b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#42382b color code is use for CSS Background Color

Background color for the above div is #42382b

HTML with inline CSS

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

#42382b color code is use for CSS Border Color

CSS Border color for the above div is #42382b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#42382b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#42382b Color code Preview on White Background

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

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

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.