COLOR #71705D

HEX: #71705D RGB: (113,112,93)

Color info

#71705D contains red, green and blue colors in about the same proportion. Web safe color of #71705D is #666666 (or #666).

RGB color model

#71705D color RGB value is (113,112,93).

RGB: (113,112,93) (44%, 44%, 36%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 93 of 255 = 36%

113
112
93

R + G + B ~ 41%. #71705D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 112 + 93 = 318 (100%)
R 113 of 318 ~ 35.53%
G 112 of 318 ~ 35.22%
B 93 of 318 ~ 29.25'%

%35.53
%35.22
%29.25

CMYK color model

#71705D color CMYK value is (0,1,18,56).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 17.70%
  • key color value is 55.69%
CMYK: (0,1,18,56) C0M1Y18K56 (0%,1%,18%,56%) (0.00/0.01/0.18/0.56) 

CMYK percentages

%0
%0.88
%17.7
%55.69

Codes

Color #71705D in popluar color models

71 70 5D
RGB 113 112 93
HSL 57° 9.71% 40.39%
HSB/HSV 57° 17.70% 44.31%
CMYK 0.00% 0.88% 17.70%
55.69%

Color #71705D in popluar number systems.

HEX 71 70 5D
Decimal 113 112 93
Binary 1110001 1110000 1011101
Octal 161 160 135

Shades and tints

Shades of #71705D

#71705D
(113,112,93)
#676655
(103,102,85)
#5D5C4D
(93,92,77)
#535245
(83,82,69)
#49483D
(73,72,61)
#3F3E35
(63,62,53)
#35342D
(53,52,45)
#2B2A25
(43,42,37)
#21201D
(33,32,29)
#171615
(23,22,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #71705D

#71705D
(113,112,93)
#7D7D6B
(125,125,107)
#898A79
(137,138,121)
#959787
(149,151,135)
#A1A495
(161,164,149)
#ADB1A3
(173,177,163)
#B9BEB1
(185,190,177)
#C5CBBF
(197,203,191)
#D1D8CD
(209,216,205)
#DDE5DB
(221,229,219)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71705D color. Also use rgb(113,112,93) instead hex code.

Text Font Color

.myTextColor { color: #71705D; }

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

This text font color is #71705D.

Background Color

.myBgColor { background-color: #71705D; }

<div style="background-color:#71705D">Inner text</div>

This div background color is #71705D.

Border color

.myBorderColor { border: 1px solid #71705D; }

<div style="border:3px solid #71705D">Div</div>

This div border color is #71705D.

Opacity

.myOpacity80 { color: #71705D; opacity: 0.8; }

<p style="color:#71705D;opacity:0.8;">80%</p>

Text with #71705D 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 #71705D;}

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

This text has shadow with #71705D color.


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

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

This text has shadow with #71705D primary color and red secondary color.


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

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

This text has shadow with #71705D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71705D.

Preview

Color preview on black background

This text has color #71705D on black background.


Color preview on white background

This text has color #71705D on white background.


Black color preview on #71705D background

This text has black color on #71705D background.


White color preview on #71705D background

This text has white color on #71705D background.


Related colors

Complementary color

Complementary color for #hex is #8E8FA2.


I love getcolorcode.com

Triadic colors

1 #5D7170 and #705D71 with #71705D are triadic colors.

2 #5D7071 and #70715D with #71705D are triadic colors.