COLOR #646677

HEX: #646677
RGB: (100,102,119)

Color info

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

RGB color model

#646677 color RGB value is (100,102,119).

  • red value is 100;
  • green value is 102;
  • blue value is 119.
RGB:
(100,102,119)
(39%,40%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 119 of 255 = 47%

100
102
119

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

Portions of RGB colors in percentages

R + G + B =
100 + 102 + 119 = 321 (100%)
R 100 of 321 ~ 31.15%
G 102 of 321 ~ 31.78%
B 119 of 321 ~ 37.07%

%31.15
%31.78
%37.07

CMYK color model

#646677 color CMYK value is (16,14,0,53).

  • cyan value is 15.97%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(16,14,0,53)
C16M14Y0K53 
(16%,14%,0%,53%)
(0.16/0.14/0.00/0.53)	

CMYK percentages

%15.97
%14.29
%0
%53.33

Codes

Color #646677 in popluar color models

646677
RGB100102119
HSL234°8.68%42.94%
HSB/HSV234°15.97%46.67%
CMYK15.97%14.29%0.00%
53.33%

Color #646677 in popluar number systems.

HEX646677
Decimal100102119
Binary110010011001101110111
Octal144146167

Shades and tints

Shades of #646677

#646677
(100,102,119)
#5B5D6D
(91,93,109)
#525463
(82,84,99)
#494B59
(73,75,89)
#40424F
(64,66,79)
#373945
(55,57,69)
#2E303B
(46,48,59)
#252731
(37,39,49)
#1C1E27
(28,30,39)
#13151D
(19,21,29)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #646677

#646677
(100,102,119)
#727383
(114,115,131)
#80808F
(128,128,143)
#8E8D9B
(142,141,155)
#9C9AA7
(156,154,167)
#AAA7B3
(170,167,179)
#B8B4BF
(184,180,191)
#C6C1CB
(198,193,203)
#D4CED7
(212,206,215)
#E2DBE3
(226,219,227)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646677; }

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

This text font color is #646677.


Background Color

.myBgColor { background-color: #646677; }

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

This div background color is #646677.


Border color

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

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

This div border color is #646677.


Opacity

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

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

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

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

This text has shadow with #646677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646677 on black background.


Color preview on white background

This text has color #646677 on white background.



Black color preview on #646677 background

This text has black color on #646677 background.


White color preview on #646677 background

This text has white color on #646677 background.