Skip to main content Skip to docs navigation

#70710b hex color | Download Dark Brown BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Worn Olive and its hex is #6F6C0A Nearest Color Name

Color Hue/Base color: Brown

Hex #70710b Color code in RGB color code model is created after adding 43.92% red color, 44.31% green color and 4.31% blue color. Hex #70710b Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 0% magenta, 90% yellow and 55.69% black.

Hex #70710b color code is between #777711 web safe hex color code and #666600 web safe hex color code. #777711 is the nearest web safe color code. You can see here many more shades of #70710b color code.

RGB Chart

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

Color Table

Hex Color Code 70710b #70710b
RGB Decimal 112, 113, 11 112, 113, 11
RGB Percent 44%, 44%, 4% rgb(44%, 44%, 4%)
CSS RGBa 112, 113, 11,1 rgba(112,113,11,1)
CMYK Model cmyk(1%,0%,90%,55.69%)
HSL Color Space 61,82% ,24% hsl(61,82% ,24%)
HSV Color Space 61°, 90%, 44%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110000 01110001 00001011
Octal 160 161 13
Decimal 112 113 11
Hex 70 71 0b

Different shades of #70710b color code.

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

Darkest of #70710b
#000000
Darker of #70710b
#141402
Dark of #70710b
#424306
Base of #70710b
#70710b
Light of #70710b
#9e9f10
Lighter
#ccce14
Lightest
#e8ea2b

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

#70710b
#0c0b71

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

Split Complementary

#70710b
#0b3d71
#3f0b71

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

Analogous Color

#71360b
#71470b
#70710b
#4e710b
#23710b

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

#70710b
#710b70
#0b7071

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

#70710b
#0b7071
#0c0b71
#710c0b

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#70710b
#0b713f
#0c0b71
#710b3d

Square 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).

Monochromatic Color with #70710b

#000000
#000000
#141402
#424306
#70710b
#9e9f10
#ccce14
#e8ea2b
#edef59

Tints of #70710b Color

#70710b
#7f8026
#8f9041
#9fa05c
#afb077
#bfbf92
#cfcfad
#dfdfc8
#efefe3
#ffffff

Shades of #70710b color code

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

#70710b
#636409
#575708
#4a4b07
#3e3e06
#313204
#252503
#181902
#0c0c01
#000000

Tones

#70710b
#646517
#585824
#4c4c30
#3f3f3d

Tones

Similar Color like #70710b color

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

#71720c
#72730d
#73740e
#74750f
#757610
#767711
#777812
#787913
#797a14
#7a7b15
#7b7c16
#7c7d17
#7d7e18
#7e7f19
#6f700a
#6e6f09
#6d6e08
#6c6d07
#6b6c06
#6a6b05
#696a04
#686903
#676802
#666701
#656600
#646500
#636400
#626300

Download this Dark Brown

Hex #70710b 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.

#70710b Color Code Preview on Black Background Color

This is how #70710b Color will look on black background color. Color contrast ratio is 4.06

#70710b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#70710b color code is use for CSS Background Color

Background color for the above div is #70710b

HTML with inline CSS

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

#70710b color code is use for CSS Border Color

CSS Border color for the above div is #70710b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#70710b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#70710b Color code Preview on White Background

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

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(112,113,11,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,11,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(112,113,11,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }