COLOR #71701B

HEX: #71701B RGB: (113,112,27)

Color info

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

RGB color model

#71701B color RGB value is (113,112,27).

RGB: (113,112,27) (44%, 44%, 11%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 27 of 255 = 11%

113
112
27

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

Portions of RGB colors in percentages

R + G + B = 113 + 112 + 27 = 252 (100%)
R 113 of 252 ~ 44.84%
G 112 of 252 ~ 44.44%
B 27 of 252 ~ 10.71'%

%44.84
%44.44
%10.71

CMYK color model

#71701B color CMYK value is (0,1,76,56).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 76.11%
  • key color value is 55.69%

CMYK: (0,1,76,56)
C0M1Y76K56 (0%, 1%, 76%, 56%)
(0.00 / 0.01 / 0.76 / 0.56)

CMYK percentages

%0
%0.88
%76.11
%55.69

Codes

Color #71701B in popluar color models

71 70 1B
RGB 113 112 27
HSL 59° 61.43% 27.45%
HSB/HSV 59° 76.11% 44.31%
CMYK 0.00% 0.88% 76.11%
55.69%

Color #71701B in popluar number systems.

HEX 71 70 1B
Decimal 113 112 27
Binary 1110001 1110000 11011
Octal 161 160 33

Shades and tints

Shades of #71701B

#71701B
(113,112,27)
#676619
(103,102,25)
#5D5C17
(93,92,23)
#535215
(83,82,21)
#494813
(73,72,19)
#3F3E11
(63,62,17)
#35340F
(53,52,15)
#2B2A0D
(43,42,13)
#21200B
(33,32,11)
#171609
(23,22,9)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #71701B

#71701B
(113,112,27)
#7D7D2F
(125,125,47)
#898A43
(137,138,67)
#959757
(149,151,87)
#A1A46B
(161,164,107)
#ADB17F
(173,177,127)
#B9BE93
(185,190,147)
#C5CBA7
(197,203,167)
#D1D8BB
(209,216,187)
#DDE5CF
(221,229,207)
#E9F2E3
(233,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71701B; }

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

This text font color is #71701B.

Background Color

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

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

This div background color is #71701B.

Border color

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

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

This div border color is #71701B.

Opacity

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

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

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

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

This text has shadow with #71701B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71701B.

Preview

Color preview on black background

This text has color #71701B on black background.


Color preview on white background

This text has color #71701B on white background.


Black color preview on #71701B background

This text has black color on #71701B background.


White color preview on #71701B background

This text has white color on #71701B background.


Related colors

Complementary color

Complementary color for #hex is #8E8FE4.


I love getcolorcode.com

Triadic colors

1 #1B7170 and #701B71 with #71701B are triadic colors.

2 #1B7071 and #70711B with #71701B are triadic colors.