@
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.

#714541 hex color - Red - Warm color - Information

#714541 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #714541 Color code in RGB color code model is created after adding 44.31% red color, 27.06% green color and 25.49% blue color. Hex #714541 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 42% yellow and 55.69% black.

Hex #714541 color code is between #774444 web safe hex color code and #665533 web safe hex color code. #774444 is the nearest web safe color code. You can see here many more shades of #714541 color code.

0 Likes 0 Comments | 17 Views

RGB Chart

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

Color Table

Hex Color Code 714541 #714541
RGB Decimal 113, 69, 65 rgb(113, 69, 65)
RGB Percent 44%, 27%, 25% rgb(44%, 27%, 25%)
CSS RGBa 113, 69, 65,1 rgba(113,69,65,1)
CMYK Model cmyk(0%,39%,42%,55.69%)
HSL Color Space 5,27% ,35% hsl(5,27% ,35%)
HSV Color Space 5°, 42%, 44%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110001 01000101 01000001
Octal 161 105 101
Decimal 113 69 65
Hex 71 45 41

Different shades of #714541 color code.

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

Light Shade of #714541
#915954
Dark Shade of #714541
#51312e
Saturated Shade of #714541
#7a3e38
Desaturated Shade of #714541
#684c4a
Grey scale Shade of #714541
#595959
Brighten Shade
#8a5e5a
Most Readable Shade
#FFFFFF

Shades of #714541 color code

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

#714541
#643d39
#573532
#4b2e2b
#3e2624
#321e1c
#251715
#190f0e
#0c0707
#000000

Similar Color like #714541 color

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

#724642
#734743
#744844
#754945
#764a46
#774b47
#784c48
#794d49
#7a4e4a
#7b4f4b
#7c504c
#7d514d
#7e524e
#7f534f
#704440
#6f433f
#6e423e
#6d413d
#6c403c
#6b3f3b
#6a3e3a
#693d39
#683c38
#673b37
#663a36
#653935
#643834
#633733

Monochromatic Color with #714541

#714541
#9b5f59
#c67972
#f0938a
#1c1110
#462b29

Tints of #714541 Color

#714541
#805956
#906e6b
#a08380
#b09795
#bfacaa
#cfc1bf
#dfd5d4
#efeae9
#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

#714541
#416d71

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

Split Complementary

#714541
#41715d
#415571

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

Analogous Color

#714150
#714147
#714541
#714f41
#715841

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

#714541
#417145
#454171

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

#714541
#557141
#416d71
#5d4171

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

#714541
#416d71
#415571
#715d41

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

#714541 Color Code Preview on Black Background Color

This is how #714541 Color will look on black background color. Color contrast ratio is 2.63

#714541 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #714541

HTML with inline CSS

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

Your Example Paragraph content text in with font color #714541

#714541 color code is use for CSS Background Color

Background color for the above div is #714541

HTML with inline CSS

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

#714541 color code is use for CSS Border Color

CSS Border color for the above div is #714541

HTML with inline CSS

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

CSS Border Left color for the above div is #714541

HTML with inline CSS

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

CSS Border Right color for the above div is #714541

HTML with inline CSS

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

CSS Border Bottom color for the above div is #714541

HTML with inline CSS

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

CSS Border Top color for the above div is #714541

HTML with inline CSS

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

#714541 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#714541 Color code Preview on White Background

This is how #714541 Color code will look on white background color. Color contrast ratio is 7.99

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

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(113,69,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(65,109,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,69,65,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 17 Views

Post your comment:-

By submitting comment you agree to our privacy policy.