COLOR #647480

HEX: #647480
RGB: (100,116,128)

Color info

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

RGB color model

#647480 color RGB value is (100,116,128).

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

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 128 of 255 = 50%

100
116
128

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

Portions of RGB colors in percentages

R + G + B =
100 + 116 + 128 = 344 (100%)
R 100 of 344 ~ 29.07%
G 116 of 344 ~ 33.72%
B 128 of 344 ~ 37.21%

%29.07
%33.72
%37.21

CMYK color model

#647480 color CMYK value is (22,9,0,50).

  • cyan value is 21.88%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(22,9,0,50)
C22M9Y0K50 
(22%,9%,0%,50%)
(0.22/0.09/0.00/0.50)	

CMYK percentages

%21.88
%9.38
%0
%49.8

Codes

Color #647480 in popluar color models

647480
RGB100116128
HSL206°12.28%44.71%
HSB/HSV206°21.88%50.20%
CMYK21.88%9.38%0.00%
49.80%

Color #647480 in popluar number systems.

HEX647480
Decimal100116128
Binary1100100111010010000000
Octal144164200

Shades and tints

Shades of #647480

#647480
(100,116,128)
#5B6A75
(91,106,117)
#52606A
(82,96,106)
#49565F
(73,86,95)
#404C54
(64,76,84)
#374249
(55,66,73)
#2E383E
(46,56,62)
#252E33
(37,46,51)
#1C2428
(28,36,40)
#131A1D
(19,26,29)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #647480

#647480
(100,116,128)
#72808B
(114,128,139)
#808C96
(128,140,150)
#8E98A1
(142,152,161)
#9CA4AC
(156,164,172)
#AAB0B7
(170,176,183)
#B8BCC2
(184,188,194)
#C6C8CD
(198,200,205)
#D4D4D8
(212,212,216)
#E2E0E3
(226,224,227)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647480; }

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

This text font color is #647480.


Background Color

.myBgColor { background-color: #647480; }

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

This div background color is #647480.


Border color

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

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

This div border color is #647480.


Opacity

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

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

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

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

This text has shadow with #647480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647480 on black background.


Color preview on white background

This text has color #647480 on white background.



Black color preview on #647480 background

This text has black color on #647480 background.


White color preview on #647480 background

This text has white color on #647480 background.