COLOR #71705F

HEX: #71705F RGB: (113,112,95)

Color info

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

RGB color model

#71705F color RGB value is (113,112,95).

RGB: (113,112,95) (44%, 44%, 37%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 95 of 255 = 37%

113
112
95

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

Portions of RGB colors in percentages

R + G + B = 113 + 112 + 95 = 320 (100%)
R 113 of 320 ~ 35.31%
G 112 of 320 ~ 35%
B 95 of 320 ~ 29.69'%

%35.31
%35
%29.69

CMYK color model

#71705F color CMYK value is (0,1,16,56).

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

CMYK: (0,1,16,56)
C0M1Y16K56 (0%, 1%, 16%, 56%)
(0.00 / 0.01 / 0.16 / 0.56)

CMYK percentages

%0
%0.88
%15.93
%55.69

Codes

Color #71705F in popluar color models

71 70 5F
RGB 113 112 95
HSL 57° 8.65% 40.78%
HSB/HSV 57° 15.93% 44.31%
CMYK 0.00% 0.88% 15.93%
55.69%

Color #71705F in popluar number systems.

HEX 71 70 5F
Decimal 113 112 95
Binary 1110001 1110000 1011111
Octal 161 160 137

Shades and tints

Shades of #71705F

#71705F
(113,112,95)
#676657
(103,102,87)
#5D5C4F
(93,92,79)
#535247
(83,82,71)
#49483F
(73,72,63)
#3F3E37
(63,62,55)
#35342F
(53,52,47)
#2B2A27
(43,42,39)
#21201F
(33,32,31)
#171617
(23,22,23)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #71705F

#71705F
(113,112,95)
#7D7D6D
(125,125,109)
#898A7B
(137,138,123)
#959789
(149,151,137)
#A1A497
(161,164,151)
#ADB1A5
(173,177,165)
#B9BEB3
(185,190,179)
#C5CBC1
(197,203,193)
#D1D8CF
(209,216,207)
#DDE5DD
(221,229,221)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71705F; }

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

This text font color is #71705F.

Background Color

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

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

This div background color is #71705F.

Border color

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

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

This div border color is #71705F.

Opacity

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

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

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

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

This text has shadow with #71705F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71705F.

Preview

Color preview on black background

This text has color #71705F on black background.


Color preview on white background

This text has color #71705F on white background.


Black color preview on #71705F background

This text has black color on #71705F background.


White color preview on #71705F background

This text has white color on #71705F background.


Related colors

Complementary color

Complementary color for #hex is #8E8FA0.


I love getcolorcode.com

Triadic colors

1 #5F7170 and #705F71 with #71705F are triadic colors.

2 #5F7071 and #70715F with #71705F are triadic colors.