crispedge.com

Color picker

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

#47301f hex color - Brown - Warm color - Information

#47301f hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #47301f Color code in RGB color code model is created after adding 27.84% red color, 18.82% green color and 12.16% blue color. Hex #47301f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 56% yellow and 72% black.

Hex #47301f color code is between #443322 web safe hex color code and #552211 web safe hex color code. #443322 is the nearest web safe color code. You can see here many more shades of #47301f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code47301f#47301f
RGB Decimal71, 48, 31rgb(71, 48, 31)
RGB Percent28%, 19%, 12%rgb(28%, 19%, 12%)
CSS RGBa71, 48, 31,1rgba(71,48,31,1)
CMYK Modelcmyk(0%,32%,56%,72%)
HSL Color Space26,39% ,20%hsl(26,39% ,20%)
HSV Color Space26°, 56%, 28%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010001110011000000011111
Octal1076037
Decimal714831
Hex47301f

Different shades of #47301f color code.

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

Light Shade of #47301f
#6a482f
Dark Shade of #47301f
#231810
Saturated Shade of #47301f
#4c2f1a
Desaturated Shade of #47301f
#423124
Grey scale Shade of #47301f
#333333
Brighten Shade
#604938
Most Readable Shade
#FFFFFF

Shades of #47301f color code

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

#47301f
#3f2a1b
#372518
#2f2014
#271a11
#1f150d
#17100a
#0f0a06
#070503
#000000

Similar Color like #47301f color

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

#483120
#493221
#4a3322
#4b3423
#4c3524
#4d3625
#4e3726
#4f3827
#503928
#513a29
#523b2a
#533c2b
#543d2c
#553e2d
#462f1e
#452e1d
#442d1c
#432c1b
#422b1a
#412a19
#402918
#3f2817
#3e2716
#3d2615
#3c2514
#3b2413
#3a2312
#392211

Monochromatic Color with #47301f

#47301f
#714d32
#9c6944
#c68657
#f1a369
#1c130c

Tints of #47301f Color

#47301f
#5b4737
#6f5e50
#847569
#988c82
#ada39b
#c1bab4
#d6d1cd
#eae8e6
#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

#47301f
#1f3647

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

Split Complementary

#47301f
#1f4744
#1f2247

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

Analogous Color

#47201f
#47281f
#47301f
#47381f
#47401f

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

#47301f
#1f4730
#301f47

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

#47301f
#22471f
#1f3647
#441f47

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

#47301f
#1f3647
#1f2247
#47441f

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 #47301f 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.

#47301f Color Code Preview on Black Background Color

This is how #47301f Color will look on black background color. Color contrast ratio is 1.71

#47301f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #47301f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #47301f

#47301f color code is use for CSS Background Color

Background color for the above div is #47301f

HTML with inline CSS

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

#47301f color code is use for CSS Border Color

CSS Border color for the above div is #47301f

HTML with inline CSS

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

CSS Border Left color for the above div is #47301f

HTML with inline CSS

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

CSS Border Right color for the above div is #47301f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #47301f

HTML with inline CSS

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

CSS Border Top color for the above div is #47301f

HTML with inline CSS

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

#47301f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#47301f Color code Preview on White Background

This is how #47301f Color code will look on white background color. Color contrast ratio is 12.28

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

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.