COLOR #71666F

HEX: #71666F
RGB: (113,102,111)

Color info

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

RGB color model

#71666F color RGB value is (113,102,111).

  • red value is 113;
  • green value is 102;
  • blue value is 111.
RGB:
(113,102,111)
(44%,40%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 111 of 255 = 44%

113
102
111

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

Portions of RGB colors in percentages

R + G + B =
113 + 102 + 111 = 326 (100%)
R 113 of 326 ~ 34.66%
G 102 of 326 ~ 31.29%
B 111 of 326 ~ 34.05%

%34.66
%31.29
%34.05

CMYK color model

#71666F color CMYK value is (0,10,2,56).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 1.77%
  • key color value is 55.69%
CMYK:
(0,10,2,56)
C0M10Y2K56 
(0%,10%,2%,56%)
(0.00/0.10/0.02/0.56)	

CMYK percentages

%0
%9.73
%1.77
%55.69

Codes

Color #71666F in popluar color models

71666F
RGB113102111
HSL311°5.12%42.16%
HSB/HSV311°9.73%44.31%
CMYK0.00%9.73%1.77%
55.69%

Color #71666F in popluar number systems.

HEX71666F
Decimal113102111
Binary111000111001101101111
Octal161146157

Shades and tints

Shades of #71666F

#71666F
(113,102,111)
#675D65
(103,93,101)
#5D545B
(93,84,91)
#534B51
(83,75,81)
#494247
(73,66,71)
#3F393D
(63,57,61)
#353033
(53,48,51)
#2B2729
(43,39,41)
#211E1F
(33,30,31)
#171515
(23,21,21)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #71666F

#71666F
(113,102,111)
#7D737C
(125,115,124)
#898089
(137,128,137)
#958D96
(149,141,150)
#A19AA3
(161,154,163)
#ADA7B0
(173,167,176)
#B9B4BD
(185,180,189)
#C5C1CA
(197,193,202)
#D1CED7
(209,206,215)
#DDDBE4
(221,219,228)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71666F; }

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

This text font color is #71666F.


Background Color

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

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

This div background color is #71666F.


Border color

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

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

This div border color is #71666F.


Opacity

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

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

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

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

This text has shadow with #71666F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71666F on black background.


Color preview on white background

This text has color #71666F on white background.



Black color preview on #71666F background

This text has black color on #71666F background.


White color preview on #71666F background

This text has white color on #71666F background.