@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c34f3c hex color - Orange - Warm color - Information

#c34f3c hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #c34f3c Color code in RGB color code model is created after adding 76.47% red color, 30.98% green color and 23.53% blue color. Hex #c34f3c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 69% yellow and 23.53% black.

Hex #c34f3c color code is between #bb5544 web safe hex color code and #cc4433 web safe hex color code. #bb5544 is the nearest web safe color code. You can see here many more shades of #c34f3c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code c34f3c #c34f3c
RGB Decimal 195, 79, 60 rgb(195, 79, 60)
RGB Percent 76%, 31%, 24% rgb(76%, 31%, 24%)
CSS RGBa 195, 79, 60,1 rgba(195,79,60,1)
CMYK Model cmyk(0%,59%,69%,23.53%)
HSL Color Space 8,53% ,50% hsl(8,53% ,50%)
HSV Color Space 8°, 69%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000011 01001111 00111100
Octal 303 117 74
Decimal 195 79 60
Hex c3 4f 3c

Different shades of #c34f3c color code.

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

Light Shade of #c34f3c
#cf7263
Dark Shade of #c34f3c
#9c3f30
Saturated Shade of #c34f3c
#d0462f
Desaturated Shade of #c34f3c
#b65849
Grey scale Shade of #c34f3c
#808080
Brighten Shade
#dc6855
Most Readable Shade
#FFFFFF

Shades of #c34f3c color code

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

#c34f3c
#ad4635
#973d2e
#823428
#6c2b21
#56231a
#411a14
#2b110d
#150806
#000000

Similar Color like #c34f3c color

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

#c4503d
#c5513e
#c6523f
#c75340
#c85441
#c95542
#ca5643
#cb5744
#cc5845
#cd5946
#ce5a47
#cf5b48
#d05c49
#d15d4a
#c24e3b
#c14d3a
#c04c39
#bf4b38
#be4a37
#bd4936
#bc4835
#bb4734
#ba4633
#b94532
#b84431
#b74330
#b6422f
#b5412e

Monochromatic Color with #c34f3c

#c34f3c
#ed6049
#190a08
#431b15
#6e2d22
#983e2f

Tints of #c34f3c Color

#c34f3c
#c96251
#d07667
#d7897d
#dd9d92
#e4b0a8
#ebc4be
#f1d7d3
#f8ebe9
#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

#c34f3c
#3cb0c3

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

Split Complementary

#c34f3c
#3cc393
#3c6cc3

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

Analogous Color

#c33c5f
#c33c44
#c34f3c
#c36a3c
#c3853c

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

#c34f3c
#3cc34f
#4f3cc3

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

#c34f3c
#6dc33c
#3cb0c3
#923cc3

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

#c34f3c
#3cb0c3
#3c6cc3
#c3933c

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 #c34f3c 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.

#c34f3c Color Code Preview on Black Background Color

This is how #c34f3c Color will look on black background color. Color contrast ratio is 4.50

#c34f3c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c34f3c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c34f3c

#c34f3c color code is use for CSS Background Color

Background color for the above div is #c34f3c

HTML with inline CSS

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

#c34f3c color code is use for CSS Border Color

CSS Border color for the above div is #c34f3c

HTML with inline CSS

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

CSS Border Left color for the above div is #c34f3c

HTML with inline CSS

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

CSS Border Right color for the above div is #c34f3c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c34f3c

HTML with inline CSS

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

CSS Border Top color for the above div is #c34f3c

HTML with inline CSS

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

#c34f3c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c34f3c Color code Preview on White Background

This is how #c34f3c Color code will look on white background color. Color contrast ratio is 4.66

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(195,79,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(60,176,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,79,60,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.