COLOR #647478

HEX: #647478
RGB: (100,116,120)

Color info

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

RGB color model

#647478 color RGB value is (100,116,120).

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

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 120 of 255 = 47%

100
116
120

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

Portions of RGB colors in percentages

R + G + B =
100 + 116 + 120 = 336 (100%)
R 100 of 336 ~ 29.76%
G 116 of 336 ~ 34.52%
B 120 of 336 ~ 35.71%

%29.76
%34.52
%35.71

CMYK color model

#647478 color CMYK value is (17,3,0,53).

  • cyan value is 16.67%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(17,3,0,53)
C17M3Y0K53 
(17%,3%,0%,53%)
(0.17/0.03/0.00/0.53)	

CMYK percentages

%16.67
%3.33
%0
%52.94

Codes

Color #647478 in popluar color models

647478
RGB100116120
HSL192°9.09%43.14%
HSB/HSV192°16.67%47.06%
CMYK16.67%3.33%0.00%
52.94%

Color #647478 in popluar number systems.

HEX647478
Decimal100116120
Binary110010011101001111000
Octal144164170

Shades and tints

Shades of #647478

#647478
(100,116,120)
#5B6A6E
(91,106,110)
#526064
(82,96,100)
#49565A
(73,86,90)
#404C50
(64,76,80)
#374246
(55,66,70)
#2E383C
(46,56,60)
#252E32
(37,46,50)
#1C2428
(28,36,40)
#131A1E
(19,26,30)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #647478

#647478
(100,116,120)
#728084
(114,128,132)
#808C90
(128,140,144)
#8E989C
(142,152,156)
#9CA4A8
(156,164,168)
#AAB0B4
(170,176,180)
#B8BCC0
(184,188,192)
#C6C8CC
(198,200,204)
#D4D4D8
(212,212,216)
#E2E0E4
(226,224,228)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647478; }

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

This text font color is #647478.


Background Color

.myBgColor { background-color: #647478; }

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

This div background color is #647478.


Border color

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

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

This div border color is #647478.


Opacity

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

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

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

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

This text has shadow with #647478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647478 on black background.


Color preview on white background

This text has color #647478 on white background.



Black color preview on #647478 background

This text has black color on #647478 background.


White color preview on #647478 background

This text has white color on #647478 background.