COLOR #646171

HEX: #646171
RGB: (100,97,113)

Color info

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

RGB color model

#646171 color RGB value is (100,97,113).

  • red value is 100;
  • green value is 97;
  • blue value is 113.
RGB:
(100,97,113)
(39%,38%,44%)

RGB channels and saturation

R 100 of 255 = 39%
G 97 of 255 = 38%
B 113 of 255 = 44%

100
97
113

R + G + B ~ 40%. #646171 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 97 + 113 = 310 (100%)
R 100 of 310 ~ 32.26%
G 97 of 310 ~ 31.29%
B 113 of 310 ~ 36.45%

%32.26
%31.29
%36.45

CMYK color model

#646171 color CMYK value is (12,14,0,56).

  • cyan value is 11.50%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(12,14,0,56)
C12M14Y0K56 
(12%,14%,0%,56%)
(0.12/0.14/0.00/0.56)	

CMYK percentages

%11.5
%14.16
%0
%55.69

Codes

Color #646171 in popluar color models

646171
RGB10097113
HSL251°7.62%41.18%
HSB/HSV251°14.16%44.31%
CMYK11.50%14.16%0.00%
55.69%

Color #646171 in popluar number systems.

HEX646171
Decimal10097113
Binary110010011000011110001
Octal144141161

Shades and tints

Shades of #646171

#646171
(100,97,113)
#5B5967
(91,89,103)
#52515D
(82,81,93)
#494953
(73,73,83)
#404149
(64,65,73)
#37393F
(55,57,63)
#2E3135
(46,49,53)
#25292B
(37,41,43)
#1C2121
(28,33,33)
#131917
(19,25,23)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #646171

#646171
(100,97,113)
#726F7D
(114,111,125)
#807D89
(128,125,137)
#8E8B95
(142,139,149)
#9C99A1
(156,153,161)
#AAA7AD
(170,167,173)
#B8B5B9
(184,181,185)
#C6C3C5
(198,195,197)
#D4D1D1
(212,209,209)
#E2DFDD
(226,223,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646171; }

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

This text font color is #646171.


Background Color

.myBgColor { background-color: #646171; }

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

This div background color is #646171.


Border color

.myBorderColor { border: 1px solid #646171; }

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

This div border color is #646171.


Opacity

.myOpacity80 { color: #646171; opacity: 0.8; }

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

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

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

This text has shadow with #646171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646171 on black background.


Color preview on white background

This text has color #646171 on white background.



Black color preview on #646171 background

This text has black color on #646171 background.


White color preview on #646171 background

This text has white color on #646171 background.