COLOR #646F80

HEX: #646F80
RGB: (100,111,128)

Color info

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

RGB color model

#646F80 color RGB value is (100,111,128).

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

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 128 of 255 = 50%

100
111
128

R + G + B ~ 44%. #646F80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 128 = 339 (100%)
R 100 of 339 ~ 29.5%
G 111 of 339 ~ 32.74%
B 128 of 339 ~ 37.76%

%29.5
%32.74
%37.76

CMYK color model

#646F80 color CMYK value is (22,13,0,50).

  • cyan value is 21.88%
  • magenta value is 13.28%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(22,13,0,50)
C22M13Y0K50 
(22%,13%,0%,50%)
(0.22/0.13/0.00/0.50)	

CMYK percentages

%21.88
%13.28
%0
%49.8

Codes

Color #646F80 in popluar color models

646F80
RGB100111128
HSL216°12.28%44.71%
HSB/HSV216°21.88%50.20%
CMYK21.88%13.28%0.00%
49.80%

Color #646F80 in popluar number systems.

HEX646F80
Decimal100111128
Binary1100100110111110000000
Octal144157200

Shades and tints

Shades of #646F80

#646F80
(100,111,128)
#5B6575
(91,101,117)
#525B6A
(82,91,106)
#49515F
(73,81,95)
#404754
(64,71,84)
#373D49
(55,61,73)
#2E333E
(46,51,62)
#252933
(37,41,51)
#1C1F28
(28,31,40)
#13151D
(19,21,29)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #646F80

#646F80
(100,111,128)
#727C8B
(114,124,139)
#808996
(128,137,150)
#8E96A1
(142,150,161)
#9CA3AC
(156,163,172)
#AAB0B7
(170,176,183)
#B8BDC2
(184,189,194)
#C6CACD
(198,202,205)
#D4D7D8
(212,215,216)
#E2E4E3
(226,228,227)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646F80 color. Also use rgb(100,111,128) instead hex code.

Text Font Color

.myTextColor { color: #646F80; }

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

This text font color is #646F80.


Background Color

.myBgColor { background-color: #646F80; }

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

This div background color is #646F80.


Border color

.myBorderColor { border: 1px solid #646F80; }

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

This div border color is #646F80.


Opacity

.myOpacity80 { color: #646F80; opacity: 0.8; }

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

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

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

This text has shadow with #646F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646F80 on black background.


Color preview on white background

This text has color #646F80 on white background.



Black color preview on #646F80 background

This text has black color on #646F80 background.


White color preview on #646F80 background

This text has white color on #646F80 background.