crispedge.com

Color picker

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

#342c18 hex color - Brown - Warm color - Information

#342c18 hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #342c18 Color code in RGB color code model is created after adding 20.39% red color, 17.25% green color and 9.41% blue color. Hex #342c18 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 54% yellow and 80% black.

Hex #342c18 color code is between #333311 web safe hex color code and #442222 web safe hex color code. #333311 is the nearest web safe color code. You can see here many more shades of #342c18 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code342c18#342c18
RGB Decimal52, 44, 24rgb(52, 44, 24)
RGB Percent20%, 17%, 9%rgb(20%, 17%, 9%)
CSS RGBa52, 44, 24,1rgba(52,44,24,1)
CMYK Modelcmyk(0%,15%,54%,80%)
HSL Color Space43,37% ,15%hsl(43,37% ,15%)
HSV Color Space43°, 54%, 20%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary001101000010110000011000
Octal645430
Decimal524424
Hex342c18

Different shades of #342c18 color code.

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

Light Shade of #342c18
#574a28
Dark Shade of #342c18
#110e08
Saturated Shade of #342c18
#382e14
Desaturated Shade of #342c18
#302a1c
Grey scale Shade of #342c18
#262626
Brighten Shade
#4d4531
Most Readable Shade
#FFFFFF

Shades of #342c18 color code

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

#342c18
#2e2715
#282212
#221d10
#1c180d
#17130a
#110e08
#0b0905
#050402
#000000

Similar Color like #342c18 color

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

#352d19
#362e1a
#372f1b
#38301c
#39311d
#3a321e
#3b331f
#3c3420
#3d3521
#3e3622
#3f3723
#403824
#413925
#423a26
#332b17
#322a16
#312915
#302814
#2f2713
#2e2612
#2d2511
#2c2410
#2b230f
#2a220e
#29210d
#28200c
#271f0b
#261e0a

Monochromatic Color with #342c18

#342c18
#5e502c
#89743f
#b39853
#debc66
#090804

Tints of #342c18 Color

#342c18
#4a4331
#615a4b
#777265
#8e897e
#a4a198
#bbb8b2
#d1d0cb
#e8e7e5
#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

#342c18
#182034

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

Split Complementary

#342c18
#182e34
#1e1834

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

Analogous Color

#342118
#342618
#342c18
#343218
#313418

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

#342c18
#18342c
#2c1834

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

#342c18
#18341e
#182034
#34182e

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

#342c18
#182034
#1e1834
#2e3418

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 #342c18 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.

#342c18 Color Code Preview on Black Background Color

This is how #342c18 Color will look on black background color. Color contrast ratio is 1.52

#342c18 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #342c18

HTML with inline CSS

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

Your Example Paragraph content text in with font color #342c18

#342c18 color code is use for CSS Background Color

Background color for the above div is #342c18

HTML with inline CSS

<div style="background-color:#342c18;"></div>

#342c18 color code is use for CSS Border Color

CSS Border color for the above div is #342c18

HTML with inline CSS

<div style="border:5px solid #342c18;"></div>

CSS Border Left color for the above div is #342c18

HTML with inline CSS

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

CSS Border Right color for the above div is #342c18

HTML with inline CSS

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

CSS Border Bottom color for the above div is #342c18

HTML with inline CSS

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

CSS Border Top color for the above div is #342c18

HTML with inline CSS

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

#342c18 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#342c18 Color code Preview on White Background

This is how #342c18 Color code will look on white background color. Color contrast ratio is 13.82

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

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.