COLOR #71601F

HEX: #71601F
RGB: (113,96,31)

Color info

#71601F contains mainly red and green colors. Web safe color of #71601F is #666633 (or #663).

RGB color model

#71601F color RGB value is (113,96,31).

  • red value is 113;
  • green value is 96;
  • blue value is 31.
RGB:
(113,96,31)
(44%,38%,12%)

RGB channels and saturation

R 113 of 255 = 44%
G 96 of 255 = 38%
B 31 of 255 = 12%

113
96
31

R + G + B ~ 31%. #71601F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 96 + 31 = 240 (100%)
R 113 of 240 ~ 47.08%
G 96 of 240 ~ 40%
B 31 of 240 ~ 12.92%

%47.08
%40
%12.92

CMYK color model

#71601F color CMYK value is (0,15,73,56).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 72.57%
  • key color value is 55.69%
CMYK:
(0,15,73,56)
C0M15Y73K56 
(0%,15%,73%,56%)
(0.00/0.15/0.73/0.56)	

CMYK percentages

%0
%15.04
%72.57
%55.69

Codes

Color #71601F in popluar color models

71601F
RGB1139631
HSL48°56.94%28.24%
HSB/HSV48°72.57%44.31%
CMYK0.00%15.04%72.57%
55.69%

Color #71601F in popluar number systems.

HEX71601F
Decimal1139631
Binary1110001110000011111
Octal16114037

Shades and tints

Shades of #71601F

#71601F
(113,96,31)
#67581D
(103,88,29)
#5D501B
(93,80,27)
#534819
(83,72,25)
#494017
(73,64,23)
#3F3815
(63,56,21)
#353013
(53,48,19)
#2B2811
(43,40,17)
#21200F
(33,32,15)
#17180D
(23,24,13)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #71601F

#71601F
(113,96,31)
#7D6E33
(125,110,51)
#897C47
(137,124,71)
#958A5B
(149,138,91)
#A1986F
(161,152,111)
#ADA683
(173,166,131)
#B9B497
(185,180,151)
#C5C2AB
(197,194,171)
#D1D0BF
(209,208,191)
#DDDED3
(221,222,211)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71601F color. Also use rgb(113,96,31) instead hex code.

Text Font Color

.myTextColor { color: #71601F; }

<p style="color:#71601F">This sample text font color is #71601F.</p>

This text font color is #71601F.


Background Color

.myBgColor { background-color: #71601F; }

<div style="background-color:#71601F">Inner text</div>

This div background color is #71601F.


Border color

.myBorderColor { border: 1px solid #71601F; }

<div style="border:3px solid #71601F">Div</div>

This div border color is #71601F.


Opacity

.myOpacity80 { color: #71601F; opacity: 0.8; }

<p style="color:#71601F;opacity:0.8;">80%</p>

Text with #71601F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #71601F;}

<p style="text-shadow: 3px 3px 1px #71601F">Text here.</p>

This text has shadow with #71601F color.

.textShadow {text-shadow: 3px 3px 1px #71601F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #71601F, 5px 5px 20px red">Text here.</p>

This text has shadow with #71601F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71601F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#71601F, Direction=45, Strength=4)">Text</p>

This text has shadow with #71601F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #71601F;
  -webkit-box-shadow:	1px 1px 3px 2px #71601F;
  box-shadow:		1px 1px 3px 2px #71601F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71601F;
-webkit-box-shadow: 1px 1px 3px 2px #71601F;
box-shadow:1px 1px 3px 2px #71601F;">
Div content here</div>
This div box has shadow with color #71601F.

Preview

Color preview on black background

This text has color #71601F on black background.


Color preview on white background

This text has color #71601F on white background.



Black color preview on #71601F background

This text has black color on #71601F background.


White color preview on #71601F background

This text has white color on #71601F background.