COLOR #71706E

HEX: #71706E RGB: (113,112,110)

Color info

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

RGB color model

#71706E color RGB value is (113,112,110).

RGB: (113,112,110) (44%, 44%, 43%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 110 of 255 = 43%

113
112
110

R + G + B ~ 44%. #71706E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 112 + 110 = 335 (100%)
R 113 of 335 ~ 33.73%
G 112 of 335 ~ 33.43%
B 110 of 335 ~ 32.84'%

%33.73
%33.43
%32.84

CMYK color model

#71706E color CMYK value is (0,1,3,56).

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

CMYK: (0,1,3,56)
C0M1Y3K56 (0%, 1%, 3%, 56%)
(0.00 / 0.01 / 0.03 / 0.56)

CMYK percentages

%0
%0.88
%2.65
%55.69

Codes

Color #71706E in popluar color models

71 70 6E
RGB 113 112 110
HSL 40° 1.35% 43.73%
HSB/HSV 40° 2.65% 44.31%
CMYK 0.00% 0.88% 2.65%
55.69%

Color #71706E in popluar number systems.

HEX 71 70 6E
Decimal 113 112 110
Binary 1110001 1110000 1101110
Octal 161 160 156

Shades and tints

Shades of #71706E

#71706E
(113,112,110)
#676664
(103,102,100)
#5D5C5A
(93,92,90)
#535250
(83,82,80)
#494846
(73,72,70)
#3F3E3C
(63,62,60)
#353432
(53,52,50)
#2B2A28
(43,42,40)
#21201E
(33,32,30)
#171614
(23,22,20)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #71706E

#71706E
(113,112,110)
#7D7D7B
(125,125,123)
#898A88
(137,138,136)
#959795
(149,151,149)
#A1A4A2
(161,164,162)
#ADB1AF
(173,177,175)
#B9BEBC
(185,190,188)
#C5CBC9
(197,203,201)
#D1D8D6
(209,216,214)
#DDE5E3
(221,229,227)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71706E color. Also use rgb(113,112,110) instead hex code.

Text Font Color

.myTextColor { color: #71706E; }

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

This text font color is #71706E.

Background Color

.myBgColor { background-color: #71706E; }

<div style="background-color:#71706E">Inner text</div>

This div background color is #71706E.

Border color

.myBorderColor { border: 1px solid #71706E; }

<div style="border:3px solid #71706E">Div</div>

This div border color is #71706E.

Opacity

.myOpacity80 { color: #71706E; opacity: 0.8; }

<p style="color:#71706E;opacity:0.8;">80%</p>

Text with #71706E 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 #71706E;}

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

This text has shadow with #71706E color.


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

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

This text has shadow with #71706E primary color and red secondary color.


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

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

This text has shadow with #71706E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71706E.

Preview

Color preview on black background

This text has color #71706E on black background.


Color preview on white background

This text has color #71706E on white background.


Black color preview on #71706E background

This text has black color on #71706E background.


White color preview on #71706E background

This text has white color on #71706E background.


Related colors

Complementary color

Complementary color for #hex is #8E8F91.


I love getcolorcode.com

Triadic colors

1 #6E7170 and #706E71 with #71706E are triadic colors.

2 #6E7071 and #70716E with #71706E are triadic colors.