COLOR #71706C

HEX: #71706C
RGB: (113,112,108)

Color info

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

RGB color model

#71706C color RGB value is (113,112,108).

  • red value is 113;
  • green value is 112;
  • blue value is 108.
RGB:
(113,112,108)
(44%,44%,42%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 108 of 255 = 42%

113
112
108

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

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 108 = 333 (100%)
R 113 of 333 ~ 33.93%
G 112 of 333 ~ 33.63%
B 108 of 333 ~ 32.43%

%33.93
%33.63
%32.43

CMYK color model

#71706C color CMYK value is (0,1,4,56).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(0,1,4,56)
C0M1Y4K56 
(0%,1%,4%,56%)
(0.00/0.01/0.04/0.56)	

CMYK percentages

%0
%0.88
%4.42
%55.69

Codes

Color #71706C in popluar color models

71706C
RGB113112108
HSL48°2.26%43.33%
HSB/HSV48°4.42%44.31%
CMYK0.00%0.88%4.42%
55.69%

Color #71706C in popluar number systems.

HEX71706C
Decimal113112108
Binary111000111100001101100
Octal161160154

Shades and tints

Shades of #71706C

#71706C
(113,112,108)
#676663
(103,102,99)
#5D5C5A
(93,92,90)
#535251
(83,82,81)
#494848
(73,72,72)
#3F3E3F
(63,62,63)
#353436
(53,52,54)
#2B2A2D
(43,42,45)
#212024
(33,32,36)
#17161B
(23,22,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #71706C

#71706C
(113,112,108)
#7D7D79
(125,125,121)
#898A86
(137,138,134)
#959793
(149,151,147)
#A1A4A0
(161,164,160)
#ADB1AD
(173,177,173)
#B9BEBA
(185,190,186)
#C5CBC7
(197,203,199)
#D1D8D4
(209,216,212)
#DDE5E1
(221,229,225)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71706C; }

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

This text font color is #71706C.


Background Color

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

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

This div background color is #71706C.


Border color

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

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

This div border color is #71706C.


Opacity

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

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

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

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

This text has shadow with #71706C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71706C on black background.


Color preview on white background

This text has color #71706C on white background.



Black color preview on #71706C background

This text has black color on #71706C background.


White color preview on #71706C background

This text has white color on #71706C background.