COLOR #71646F

HEX: #71646F RGB: (113,100,111)

Color info

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

RGB color model

#71646F color RGB value is (113,100,111).

RGB: (113,100,111) (44%, 39%, 44%)

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 111 of 255 = 44%

113
100
111

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

Portions of RGB colors in percentages

R + G + B = 113 + 100 + 111 = 324 (100%)
R 113 of 324 ~ 34.88%
G 100 of 324 ~ 30.86%
B 111 of 324 ~ 34.26'%

%34.88
%30.86
%34.26

CMYK color model

#71646F color CMYK value is (0,12,2,56).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 1.77%
  • key color value is 55.69%
CMYK: (0,12,2,56) C0M12Y2K56 (0%,12%,2%,56%) (0.00/0.12/0.02/0.56) 

CMYK percentages

%0
%11.5
%1.77
%55.69

Codes

Color #71646F in popluar color models

71 64 6F
RGB 113 100 111
HSL 309° 6.10% 41.76%
HSB/HSV 309° 11.50% 44.31%
CMYK 0.00% 11.50% 1.77%
55.69%

Color #71646F in popluar number systems.

HEX 71 64 6F
Decimal 113 100 111
Binary 1110001 1100100 1101111
Octal 161 144 157

Shades and tints

Shades of #71646F

#71646F
(113,100,111)
#675B65
(103,91,101)
#5D525B
(93,82,91)
#534951
(83,73,81)
#494047
(73,64,71)
#3F373D
(63,55,61)
#352E33
(53,46,51)
#2B2529
(43,37,41)
#211C1F
(33,28,31)
#171315
(23,19,21)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #71646F

#71646F
(113,100,111)
#7D727C
(125,114,124)
#898089
(137,128,137)
#958E96
(149,142,150)
#A19CA3
(161,156,163)
#ADAAB0
(173,170,176)
#B9B8BD
(185,184,189)
#C5C6CA
(197,198,202)
#D1D4D7
(209,212,215)
#DDE2E4
(221,226,228)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71646F; }

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

This text font color is #71646F.

Background Color

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

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

This div background color is #71646F.

Border color

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

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

This div border color is #71646F.

Opacity

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

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

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

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

This text has shadow with #71646F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71646F.

Preview

Color preview on black background

This text has color #71646F on black background.


Color preview on white background

This text has color #71646F on white background.


Black color preview on #71646F background

This text has black color on #71646F background.


White color preview on #71646F background

This text has white color on #71646F background.


Related colors

Complementary color

Complementary color for #hex is #8E9B90.


I love getcolorcode.com

Triadic colors

1 #6F7164 and #646F71 with #71646F are triadic colors.

2 #6F6471 and #64716F with #71646F are triadic colors.