COLOR #647477

HEX: #647477
RGB: (100,116,119)

Color info

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

RGB color model

#647477 color RGB value is (100,116,119).

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

RGB channels and saturation

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

100
116
119

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

Portions of RGB colors in percentages

R + G + B =
100 + 116 + 119 = 335 (100%)
R 100 of 335 ~ 29.85%
G 116 of 335 ~ 34.63%
B 119 of 335 ~ 35.52%

%29.85
%34.63
%35.52

CMYK color model

#647477 color CMYK value is (16,3,0,53).

  • cyan value is 15.97%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(16,3,0,53)
C16M3Y0K53 
(16%,3%,0%,53%)
(0.16/0.03/0.00/0.53)	

CMYK percentages

%15.97
%2.52
%0
%53.33

Codes

Color #647477 in popluar color models

647477
RGB100116119
HSL189°8.68%42.94%
HSB/HSV189°15.97%46.67%
CMYK15.97%2.52%0.00%
53.33%

Color #647477 in popluar number systems.

HEX647477
Decimal100116119
Binary110010011101001110111
Octal144164167

Shades and tints

Shades of #647477

#647477
(100,116,119)
#5B6A6D
(91,106,109)
#526063
(82,96,99)
#495659
(73,86,89)
#404C4F
(64,76,79)
#374245
(55,66,69)
#2E383B
(46,56,59)
#252E31
(37,46,49)
#1C2427
(28,36,39)
#131A1D
(19,26,29)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #647477

#647477
(100,116,119)
#728083
(114,128,131)
#808C8F
(128,140,143)
#8E989B
(142,152,155)
#9CA4A7
(156,164,167)
#AAB0B3
(170,176,179)
#B8BCBF
(184,188,191)
#C6C8CB
(198,200,203)
#D4D4D7
(212,212,215)
#E2E0E3
(226,224,227)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647477; }

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

This text font color is #647477.


Background Color

.myBgColor { background-color: #647477; }

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

This div background color is #647477.


Border color

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

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

This div border color is #647477.


Opacity

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

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

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

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

This text has shadow with #647477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647477 on black background.


Color preview on white background

This text has color #647477 on white background.



Black color preview on #647477 background

This text has black color on #647477 background.


White color preview on #647477 background

This text has white color on #647477 background.