crispedge.com

Color picker

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

#703642 hex color - Catawba - Red - Warm color - Information

#703642 hex color - Catawba - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #703642 Color Code is also known as Catawba color.

Hex #703642 Color code in RGB color code model is created after adding 43.92% red color, 21.18% green color and 25.88% blue color. Hex #703642 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 41% yellow and 56% black.

Hex #703642 color code is between #773344 web safe hex color code and #664433 web safe hex color code. #773344 is the nearest web safe color code. You can see here many more shades of #703642 color code.

0 Likes 0 Comments | 48 Views

Color Table

Hex Color Code703642#703642
RGB Decimal112, 54, 66rgb(112, 54, 66)
RGB Percent44%, 21%, 26%rgb(44%, 21%, 26%)
CSS RGBa112, 54, 66,1rgba(112,54,66,1)
CMYK Modelcmyk(0%,52%,41%,56%)
HSL Color Space348,35% ,33%hsl(348,35% ,33%)
HSV Color Space348°, 52%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100000011011001000010
Octal16066102
Decimal1125466
Hex703642

Different shades of #703642 color code.

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

Light Shade of #703642
#924756
Dark Shade of #703642
#4e252e
Saturated Shade of #703642
#782e3d
Desaturated Shade of #703642
#683e47
Grey scale Shade of #703642
#535353
Brighten Shade
#894f5b
Most Readable Shade
#FFFFFF

Shades of #703642 color code

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

#703642
#63303a
#572a33
#4a242c
#3e1e24
#31181d
#251216
#180c0e
#0c0607
#000000

Similar Color like #703642 color

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

#713743
#723844
#733945
#743a46
#753b47
#763c48
#773d49
#783e4a
#793f4b
#7a404c
#7b414d
#7c424e
#7d434f
#7e4450
#6f3541
#6e3440
#6d333f
#6c323e
#6b313d
#6a303c
#692f3b
#682e3a
#672d39
#662c38
#652b37
#642a36
#632935
#622834

Monochromatic Color with #703642

#703642
#9a4a5b
#c55f74
#ef738d
#1b0d10
#452229

Tints of #703642 Color

#703642
#7f4c57
#8f626c
#9f7981
#af8f96
#bfa5ab
#cfbcc0
#dfd2d5
#efe8ea
#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

#703642
#367064

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

Split Complementary

#703642
#367047
#365f70

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

Analogous Color

#703659
#70364e
#703642
#703636
#704136

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

#703642
#427036
#364270

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

#703642
#5f7036
#367064
#473670

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

#703642
#367064
#365f70
#704736

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

#703642 Color Code Preview on Black Background Color

This is how #703642 Color will look on black background color. Color contrast ratio is 2.30

#703642 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #703642

HTML with inline CSS

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

Your Example Paragraph content text in with font color #703642

#703642 color code is use for CSS Background Color

Background color for the above div is #703642

HTML with inline CSS

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

#703642 color code is use for CSS Border Color

CSS Border color for the above div is #703642

HTML with inline CSS

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

CSS Border Left color for the above div is #703642

HTML with inline CSS

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

CSS Border Right color for the above div is #703642

HTML with inline CSS

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

CSS Border Bottom color for the above div is #703642

HTML with inline CSS

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

CSS Border Top color for the above div is #703642

HTML with inline CSS

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

#703642 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#703642 Color code Preview on White Background

This is how #703642 Color code will look on white background color. Color contrast ratio is 9.15

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

Related Gradients

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

0 Likes 0 Comments | 48 Views

Post your comment:-

By submitting comment you agree to our privacy policy.