crispedge.com

Color picker

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

#71585b hex color - Brown - Warm color - Information

#71585b hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #71585b Color code in RGB color code model is created after adding 44.31% red color, 34.51% green color and 35.69% blue color. Hex #71585b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 19% yellow and 56% black.

Hex #71585b color code is between #775555 web safe hex color code and #666666 web safe hex color code. #775555 is the nearest web safe color code. You can see here many more shades of #71585b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code71585b#71585b
RGB Decimal113, 88, 91rgb(113, 88, 91)
RGB Percent44%, 35%, 36%rgb(44%, 35%, 36%)
CSS RGBa113, 88, 91,1rgba(113,88,91,1)
CMYK Modelcmyk(0%,22%,19%,56%)
HSL Color Space353,12% ,39%hsl(353,12% ,39%)
HSV Color Space353°, 22%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100010101100001011011
Octal161130133
Decimal1138891
Hex71585b

Different shades of #71585b color code.

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

Light Shade of #71585b
#8e6e72
Dark Shade of #71585b
#544244
Saturated Shade of #71585b
#7b4e53
Desaturated Shade of #71585b
#676263
Grey scale Shade of #71585b
#646464
Brighten Shade
#8a7174
Most Readable Shade
#FFFFFF

Shades of #71585b color code

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

#71585b
#644e50
#574446
#4b3a3c
#3e3032
#322728
#251d1e
#191314
#0c090a
#000000

Similar Color like #71585b color

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

#72595c
#735a5d
#745b5e
#755c5f
#765d60
#775e61
#785f62
#796063
#7a6164
#7b6265
#7c6366
#7d6467
#7e6568
#7f6669
#70575a
#6f5659
#6e5558
#6d5457
#6c5356
#6b5255
#6a5154
#695053
#684f52
#674e51
#664d50
#654c4f
#644b4e
#634a4d

Monochromatic Color with #71585b

#71585b
#9b797d
#c69a9f
#f0bbc2
#1c1617
#463739

Tints of #71585b Color

#71585b
#806a6d
#907d7f
#a08f91
#b0a2a3
#bfb4b6
#cfc7c8
#dfd9da
#efecec
#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

#71585b
#58716e

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

Split Complementary

#71585b
#587162
#586871

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

Analogous Color

#715865
#715860
#71585b
#715a58
#715f58

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

#71585b
#5b7158
#585b71

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

#71585b
#677158
#58716e
#615871

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

#71585b
#58716e
#586871
#716158

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 #71585b 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.

#71585b Color Code Preview on Black Background Color

This is how #71585b Color will look on black background color. Color contrast ratio is 3.25

#71585b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71585b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71585b

#71585b color code is use for CSS Background Color

Background color for the above div is #71585b

HTML with inline CSS

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

#71585b color code is use for CSS Border Color

CSS Border color for the above div is #71585b

HTML with inline CSS

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

CSS Border Left color for the above div is #71585b

HTML with inline CSS

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

CSS Border Right color for the above div is #71585b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #71585b

HTML with inline CSS

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

CSS Border Top color for the above div is #71585b

HTML with inline CSS

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

#71585b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71585b Color code Preview on White Background

This is how #71585b Color code will look on white background color. Color contrast ratio is 6.46

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

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.