COLOR #71713F

HEX: #71713F RGB: (113,113,63)

Color info

#71713F contains red, green and blue colors in about the same proportion. Web safe color of #71713F is #666633 (or #663).

RGB color model

#71713F color RGB value is (113,113,63).

RGB: (113,113,63) (44%, 44%, 25%)

RGB channels and saturation

R 113 of 255 = 44%
G 113 of 255 = 44%
B 63 of 255 = 25%

113
113
63

R + G + B ~ 38%. #71713F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 113 + 63 = 289 (100%)
R 113 of 289 ~ 39.1%
G 113 of 289 ~ 39.1%
B 63 of 289 ~ 21.8'%

%39.1
%39.1
%21.8

CMYK color model

#71713F color CMYK value is (0,0,44,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 55.69%

CMYK: (0,0,44,56)
C0M0Y44K56 (0%, 0%, 44%, 56%)
(0.00 / 0.00 / 0.44 / 0.56)

CMYK percentages

%0
%0
%44.25
%55.69

Codes

Color #71713F in popluar color models

71 71 3F
RGB 113 113 63
HSL 60° 28.41% 34.51%
HSB/HSV 60° 44.25% 44.31%
CMYK 0.00% 0.00% 44.25%
55.69%

Color #71713F in popluar number systems.

HEX 71 71 3F
Decimal 113 113 63
Binary 1110001 1110001 111111
Octal 161 161 77

Shades and tints

Shades of #71713F

#71713F
(113,113,63)
#67673A
(103,103,58)
#5D5D35
(93,93,53)
#535330
(83,83,48)
#49492B
(73,73,43)
#3F3F26
(63,63,38)
#353521
(53,53,33)
#2B2B1C
(43,43,28)
#212117
(33,33,23)
#171712
(23,23,18)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #71713F

#71713F
(113,113,63)
#7D7D50
(125,125,80)
#898961
(137,137,97)
#959572
(149,149,114)
#A1A183
(161,161,131)
#ADAD94
(173,173,148)
#B9B9A5
(185,185,165)
#C5C5B6
(197,197,182)
#D1D1C7
(209,209,199)
#DDDDD8
(221,221,216)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71713F; }

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

This text font color is #71713F.

Background Color

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

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

This div background color is #71713F.

Border color

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

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

This div border color is #71713F.

Opacity

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

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

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

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

This text has shadow with #71713F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71713F.

Preview

Color preview on black background

This text has color #71713F on black background.


Color preview on white background

This text has color #71713F on white background.


Black color preview on #71713F background

This text has black color on #71713F background.


White color preview on #71713F background

This text has white color on #71713F background.


Related colors

Complementary color

Complementary color for #hex is #8E8EC0.


I love getcolorcode.com