COLOR #646471

HEX: #646471
RGB: (100,100,113)

Color info

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

RGB color model

#646471 color RGB value is (100,100,113).

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

RGB channels and saturation

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

100
100
113

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

Portions of RGB colors in percentages

R + G + B =
100 + 100 + 113 = 313 (100%)
R 100 of 313 ~ 31.95%
G 100 of 313 ~ 31.95%
B 113 of 313 ~ 36.1%

%31.95
%31.95
%36.1

CMYK color model

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

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

CMYK percentages

%11.5
%11.5
%0
%55.69

Codes

Color #646471 in popluar color models

646471
RGB100100113
HSL240°6.10%41.76%
HSB/HSV240°11.50%44.31%
CMYK11.50%11.50%0.00%
55.69%

Color #646471 in popluar number systems.

HEX646471
Decimal100100113
Binary110010011001001110001
Octal144144161

Shades and tints

Shades of #646471

#646471
(100,100,113)
#5B5B67
(91,91,103)
#52525D
(82,82,93)
#494953
(73,73,83)
#404049
(64,64,73)
#37373F
(55,55,63)
#2E2E35
(46,46,53)
#25252B
(37,37,43)
#1C1C21
(28,28,33)
#131317
(19,19,23)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #646471

#646471
(100,100,113)
#72727D
(114,114,125)
#808089
(128,128,137)
#8E8E95
(142,142,149)
#9C9CA1
(156,156,161)
#AAAAAD
(170,170,173)
#B8B8B9
(184,184,185)
#C6C6C5
(198,198,197)
#D4D4D1
(212,212,209)
#E2E2DD
(226,226,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646471; }

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

This text font color is #646471.


Background Color

.myBgColor { background-color: #646471; }

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

This div background color is #646471.


Border color

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

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

This div border color is #646471.


Opacity

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

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

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

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

This text has shadow with #646471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646471 on black background.


Color preview on white background

This text has color #646471 on white background.



Black color preview on #646471 background

This text has black color on #646471 background.


White color preview on #646471 background

This text has white color on #646471 background.