COLOR #71701F

HEX: #71701F
RGB: (113,112,31)

Color info

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

RGB color model

#71701F color RGB value is (113,112,31).

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

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 31 of 255 = 12%

113
112
31

R + G + B ~ 33%. #71701F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 31 = 256 (100%)
R 113 of 256 ~ 44.14%
G 112 of 256 ~ 43.75%
B 31 of 256 ~ 12.11%

%44.14
%43.75
%12.11

CMYK color model

#71701F color CMYK value is (0,1,73,56).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 72.57%
  • key color value is 55.69%
CMYK:
(0,1,73,56)
C0M1Y73K56 
(0%,1%,73%,56%)
(0.00/0.01/0.73/0.56)	

CMYK percentages

%0
%0.88
%72.57
%55.69

Codes

Color #71701F in popluar color models

71701F
RGB11311231
HSL59°56.94%28.24%
HSB/HSV59°72.57%44.31%
CMYK0.00%0.88%72.57%
55.69%

Color #71701F in popluar number systems.

HEX71701F
Decimal11311231
Binary1110001111000011111
Octal16116037

Shades and tints

Shades of #71701F

#71701F
(113,112,31)
#67661D
(103,102,29)
#5D5C1B
(93,92,27)
#535219
(83,82,25)
#494817
(73,72,23)
#3F3E15
(63,62,21)
#353413
(53,52,19)
#2B2A11
(43,42,17)
#21200F
(33,32,15)
#17160D
(23,22,13)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #71701F

#71701F
(113,112,31)
#7D7D33
(125,125,51)
#898A47
(137,138,71)
#95975B
(149,151,91)
#A1A46F
(161,164,111)
#ADB183
(173,177,131)
#B9BE97
(185,190,151)
#C5CBAB
(197,203,171)
#D1D8BF
(209,216,191)
#DDE5D3
(221,229,211)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71701F; }

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

This text font color is #71701F.


Background Color

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

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

This div background color is #71701F.


Border color

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

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

This div border color is #71701F.


Opacity

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

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

Text with #71701F 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 #71701F;}

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

This text has shadow with #71701F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71701F on black background.


Color preview on white background

This text has color #71701F on white background.



Black color preview on #71701F background

This text has black color on #71701F background.


White color preview on #71701F background

This text has white color on #71701F background.