crispedge.com

Color picker

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

#74030e hex color - Brown - Warm color - Information

#74030e hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #74030e Color code in RGB color code model is created after adding 45.49% red color, 1.18% green color and 5.49% blue color. Hex #74030e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 88% yellow and 55% black.

Hex #74030e color code is between #770011 web safe hex color code and #660000 web safe hex color code. #770011 is the nearest web safe color code. You can see here many more shades of #74030e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code74030e#74030e
RGB Decimal116, 3, 14rgb(116, 3, 14)
RGB Percent45%, 1%, 5%rgb(45%, 1%, 5%)
CSS RGBa116, 3, 14,1rgba(116,3,14,1)
CMYK Modelcmyk(0%,97%,88%,55%)
HSL Color Space354,95% ,23%hsl(354,95% ,23%)
HSV Color Space354°, 97%, 45%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101000000001100001110
Octal164316
Decimal116314
Hex74030e

Different shades of #74030e color code.

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

Light Shade of #74030e
#a60414
Dark Shade of #74030e
#420208
Saturated Shade of #74030e
#77000c
Desaturated Shade of #74030e
#6e0913
Grey scale Shade of #74030e
#3b3b3b
Brighten Shade
#8d1c27
Most Readable Shade
#FFFFFF

Shades of #74030e color code

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

#74030e
#67020c
#5a020a
#4d0209
#400107
#330106
#260104
#190003
#0c0001
#000000

Similar Color like #74030e color

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

#75040f
#760510
#770611
#780712
#790813
#7a0914
#7b0a15
#7c0b16
#7d0c17
#7e0d18
#7f0e19
#800f1a
#81101b
#82111c
#73020d
#72010c
#71000b
#70000a
#6f0009
#6e0008
#6d0007
#6c0006
#6b0005
#6a0004
#690003
#680002
#670001
#660000

Monochromatic Color with #74030e

#74030e
#9e0413
#c90518
#f3061d
#1f0104
#490209

Tints of #74030e Color

#74030e
#831f28
#923b43
#a2575e
#b17379
#c18f93
#d0abae
#e0c7c9
#efe3e4
#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

#74030e
#037469

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

Split Complementary

#74030e
#037430
#034674

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

Analogous Color

#74033b
#740325
#74030e
#740f03
#742503

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

#74030e
#0e7403
#030e74

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

#74030e
#467403
#037469
#300374

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

#74030e
#037469
#034674
#743103

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 #74030e 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.

#74030e Color Code Preview on Black Background Color

This is how #74030e Color will look on black background color. Color contrast ratio is 1.76

#74030e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #74030e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #74030e

#74030e color code is use for CSS Background Color

Background color for the above div is #74030e

HTML with inline CSS

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

#74030e color code is use for CSS Border Color

CSS Border color for the above div is #74030e

HTML with inline CSS

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

CSS Border Left color for the above div is #74030e

HTML with inline CSS

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

CSS Border Right color for the above div is #74030e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #74030e

HTML with inline CSS

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

CSS Border Top color for the above div is #74030e

HTML with inline CSS

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

#74030e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#74030e Color code Preview on White Background

This is how #74030e Color code will look on white background color. Color contrast ratio is 11.92

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.